COLOR #586B66

HEX: #586B66
RGB: (88,107,102)

Renk bilgisi

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

RGB renk modeli

#586B66 color RGB value is (88,107,102).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 102 of 255 = 40%

88
107
102

R + G + B ~ 39%. #586B66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 102 = 297 (100%)
R 88 of 297 ~ 29.63%
G 107 of 297 ~ 36.03%
B 102 of 297 ~ 34.34%

%29.63
%36.03
%34.34

CMYK RENK MODELİ

#586B66 rengi CMYK tonu (18,0,5,58).

  • camgöbeği tonu 17.76%
  • eflatun tonu 0.00%
  • sarı tonu 4.67%
  • ana renk tonu 58.04%
CMYK:
(18,0,5,58)
C18M0Y5K58 
(18%,0%,5%,58%)
(0.18/0.00/0.05/0.58)	

CMYK yüzdeleri

%17.76
%0
%4.67
%58.04

Codes

Color #586B66 in popluar color models

586B66
RGB88107102
HSL164°9.74%38.24%
HSB/HSV164°17.76%41.96%
CMYK17.76%0.00%4.67%
58.04%

Color #586B66 in popluar number systems.

HEX586B66
Decimal88107102
Binary101100011010111100110
Octal130153146

Shades and tints

Shades of #586B66

#586B66
(88,107,102)
#50625D
(80,98,93)
#485954
(72,89,84)
#40504B
(64,80,75)
#384742
(56,71,66)
#303E39
(48,62,57)
#283530
(40,53,48)
#202C27
(32,44,39)
#18231E
(24,35,30)
#101A15
(16,26,21)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #586B66

#586B66
(88,107,102)
#677873
(103,120,115)
#768580
(118,133,128)
#85928D
(133,146,141)
#949F9A
(148,159,154)
#A3ACA7
(163,172,167)
#B2B9B4
(178,185,180)
#C1C6C1
(193,198,193)
#D0D3CE
(208,211,206)
#DFE0DB
(223,224,219)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586B66; }

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

This text font color is #586B66.


Background Color

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

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

This div background color is #586B66.


Border color

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

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

This div border color is #586B66.


Opacity

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

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

Text with #586B66 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 #586B66;}

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

This text has shadow with #586B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B66 on black background.


Color preview on white background

This text has color #586B66 on white background.



Black color preview on #586B66 background

This text has black color on #586B66 background.


White color preview on #586B66 background

This text has white color on #586B66 background.