COLOR #586F66

HEX: #586F66
RGB: (88,111,102)

Renk bilgisi

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

RGB renk modeli

#586F66 color RGB value is (88,111,102).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 111 of 255 = 44%
B 102 of 255 = 40%

88
111
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 111 + 102 = 301 (100%)
R 88 of 301 ~ 29.24%
G 111 of 301 ~ 36.88%
B 102 of 301 ~ 33.89%

%29.24
%36.88
%33.89

CMYK RENK MODELİ

#586F66 rengi CMYK tonu (21,0,8,56).

  • camgöbeği tonu 20.72%
  • eflatun tonu 0.00%
  • sarı tonu 8.11%
  • ana renk tonu 56.47%
CMYK:
(21,0,8,56)
C21M0Y8K56 
(21%,0%,8%,56%)
(0.21/0.00/0.08/0.56)	

CMYK yüzdeleri

%20.72
%0
%8.11
%56.47

Codes

Color #586F66 in popluar color models

586F66
RGB88111102
HSL157°11.56%39.02%
HSB/HSV157°20.72%43.53%
CMYK20.72%0.00%8.11%
56.47%

Color #586F66 in popluar number systems.

HEX586F66
Decimal88111102
Binary101100011011111100110
Octal130157146

Shades and tints

Shades of #586F66

#586F66
(88,111,102)
#50655D
(80,101,93)
#485B54
(72,91,84)
#40514B
(64,81,75)
#384742
(56,71,66)
#303D39
(48,61,57)
#283330
(40,51,48)
#202927
(32,41,39)
#181F1E
(24,31,30)
#101515
(16,21,21)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #586F66

#586F66
(88,111,102)
#677C73
(103,124,115)
#768980
(118,137,128)
#85968D
(133,150,141)
#94A39A
(148,163,154)
#A3B0A7
(163,176,167)
#B2BDB4
(178,189,180)
#C1CAC1
(193,202,193)
#D0D7CE
(208,215,206)
#DFE4DB
(223,228,219)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F66; }

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

This text font color is #586F66.


Background Color

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

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

This div background color is #586F66.


Border color

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

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

This div border color is #586F66.


Opacity

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

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

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

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

This text has shadow with #586F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F66 on black background.


Color preview on white background

This text has color #586F66 on white background.



Black color preview on #586F66 background

This text has black color on #586F66 background.


White color preview on #586F66 background

This text has white color on #586F66 background.