COLOR #586B73

HEX: #586B73
RGB: (88,107,115)

Renk bilgisi

#586B73 contains red, green and blue colors in about the same proportion. #586B73 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#586B73 color RGB value is (88,107,115).

  • kırmız ton 88;
  • yeşil ton 107;
  • mavi ton 115.
RGB:
(88,107,115)
(35%,42%,45%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 115 of 255 = 45%

88
107
115

R + G + B ~ 41%. #586B73 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 115 = 310 (100%)
R 88 of 310 ~ 28.39%
G 107 of 310 ~ 34.52%
B 115 of 310 ~ 37.1%

%28.39
%34.52
%37.1

CMYK RENK MODELİ

#586B73 rengi CMYK tonu (23,7,0,55).

  • camgöbeği tonu 23.48%
  • eflatun tonu 6.96%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,7,0,55)
C23M7Y0K55 
(23%,7%,0%,55%)
(0.23/0.07/0.00/0.55)	

CMYK yüzdeleri

%23.48
%6.96
%0
%54.9

Codes

Color #586B73 in popluar color models

586B73
RGB88107115
HSL198°13.30%39.80%
HSB/HSV198°23.48%45.10%
CMYK23.48%6.96%0.00%
54.90%

Color #586B73 in popluar number systems.

HEX586B73
Decimal88107115
Binary101100011010111110011
Octal130153163

Shades and tints

Shades of #586B73

#586B73
(88,107,115)
#506269
(80,98,105)
#48595F
(72,89,95)
#405055
(64,80,85)
#38474B
(56,71,75)
#303E41
(48,62,65)
#283537
(40,53,55)
#202C2D
(32,44,45)
#182323
(24,35,35)
#101A19
(16,26,25)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #586B73

#586B73
(88,107,115)
#67787F
(103,120,127)
#76858B
(118,133,139)
#859297
(133,146,151)
#949FA3
(148,159,163)
#A3ACAF
(163,172,175)
#B2B9BB
(178,185,187)
#C1C6C7
(193,198,199)
#D0D3D3
(208,211,211)
#DFE0DF
(223,224,223)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B73 color. Also use rgb(88,107,115) instead hex code.

Text Font Color

.myTextColor { color: #586B73; }

<p style="color:#586B73">This sample text font color is #586B73.</p>

This text font color is #586B73.


Background Color

.myBgColor { background-color: #586B73; }

<div style="background-color:#586B73">Inner text</div>

This div background color is #586B73.


Border color

.myBorderColor { border: 1px solid #586B73; }

<div style="border:3px solid #586B73">Div</div>

This div border color is #586B73.


Opacity

.myOpacity80 { color: #586B73; opacity: 0.8; }

<p style="color:#586B73;opacity:0.8;">80%</p>

Text with #586B73 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #586B73;}

<p style="text-shadow: 3px 3px 1px #586B73">Text here.</p>

This text has shadow with #586B73 color.

.textShadow {text-shadow: 3px 3px 1px #586B73, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #586B73, 5px 5px 20px red">Text here.</p>

This text has shadow with #586B73 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#586B73, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#586B73, Direction=45, Strength=4)">Text</p>

This text has shadow with #586B73 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #586B73;
  -webkit-box-shadow:	1px 1px 3px 2px #586B73;
  box-shadow:		1px 1px 3px 2px #586B73;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #586B73;
-webkit-box-shadow: 1px 1px 3px 2px #586B73;
box-shadow:1px 1px 3px 2px #586B73;">
Div content here</div>
This div box has shadow with color #586B73.

Preview

Color preview on black background

This text has color #586B73 on black background.


Color preview on white background

This text has color #586B73 on white background.



Black color preview on #586B73 background

This text has black color on #586B73 background.


White color preview on #586B73 background

This text has white color on #586B73 background.