COLOR #586A5F

HEX: #586A5F
RGB: (88,106,95)

Renk bilgisi

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

RGB renk modeli

#586A5F color RGB value is (88,106,95).

  • kırmız ton 88;
  • yeşil ton 106;
  • mavi ton 95.
RGB:
(88,106,95)
(35%,42%,37%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 106 of 255 = 42%
B 95 of 255 = 37%

88
106
95

R + G + B ~ 38%. #586A5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 106 + 95 = 289 (100%)
R 88 of 289 ~ 30.45%
G 106 of 289 ~ 36.68%
B 95 of 289 ~ 32.87%

%30.45
%36.68
%32.87

CMYK RENK MODELİ

#586A5F rengi CMYK tonu (17,0,10,58).

  • camgöbeği tonu 16.98%
  • eflatun tonu 0.00%
  • sarı tonu 10.38%
  • ana renk tonu 58.43%
CMYK:
(17,0,10,58)
C17M0Y10K58 
(17%,0%,10%,58%)
(0.17/0.00/0.10/0.58)	

CMYK yüzdeleri

%16.98
%0
%10.38
%58.43

Codes

Color #586A5F in popluar color models

586A5F
RGB8810695
HSL143°9.28%38.04%
HSB/HSV143°16.98%41.57%
CMYK16.98%0.00%10.38%
58.43%

Color #586A5F in popluar number systems.

HEX586A5F
Decimal8810695
Binary101100011010101011111
Octal130152137

Shades and tints

Shades of #586A5F

#586A5F
(88,106,95)
#506157
(80,97,87)
#48584F
(72,88,79)
#404F47
(64,79,71)
#38463F
(56,70,63)
#303D37
(48,61,55)
#28342F
(40,52,47)
#202B27
(32,43,39)
#18221F
(24,34,31)
#101917
(16,25,23)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #586A5F

#586A5F
(88,106,95)
#67776D
(103,119,109)
#76847B
(118,132,123)
#859189
(133,145,137)
#949E97
(148,158,151)
#A3ABA5
(163,171,165)
#B2B8B3
(178,184,179)
#C1C5C1
(193,197,193)
#D0D2CF
(208,210,207)
#DFDFDD
(223,223,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A5F color. Also use rgb(88,106,95) instead hex code.

Text Font Color

.myTextColor { color: #586A5F; }

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

This text font color is #586A5F.


Background Color

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

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

This div background color is #586A5F.


Border color

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

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

This div border color is #586A5F.


Opacity

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

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

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

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

This text has shadow with #586A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A5F on black background.


Color preview on white background

This text has color #586A5F on white background.



Black color preview on #586A5F background

This text has black color on #586A5F background.


White color preview on #586A5F background

This text has white color on #586A5F background.