COLOR #585D06

HEX: #585D06
RGB: (88,93,6)

Renk bilgisi

#585D06 contains mainly red and green colors. #585D06 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#585D06 color RGB value is (88,93,6).

  • kırmız ton 88;
  • yeşil ton 93;
  • mavi ton 6.
RGB:
(88,93,6)
(35%,36%,2%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 6 of 255 = 2%

88
93
6

R + G + B ~ 24%. #585D06 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 6 = 187 (100%)
R 88 of 187 ~ 47.06%
G 93 of 187 ~ 49.73%
B 6 of 187 ~ 3.21%

%47.06
%49.73

CMYK RENK MODELİ

#585D06 rengi CMYK tonu (5,0,94,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 0.00%
  • sarı tonu 93.55%
  • ana renk tonu 63.53%
CMYK:
(5,0,94,64)
C5M0Y94K64 
(5%,0%,94%,64%)
(0.05/0.00/0.94/0.64)	

CMYK yüzdeleri

%5.38
%0
%93.55
%63.53

Codes

Color #585D06 in popluar color models

585D06
RGB88936
HSL63°87.88%19.41%
HSB/HSV63°93.55%36.47%
CMYK5.38%0.00%93.55%
63.53%

Color #585D06 in popluar number systems.

HEX585D06
Decimal88936
Binary10110001011101110
Octal1301356

Shades and tints

Shades of #585D06

#585D06
(88,93,6)
#505506
(80,85,6)
#484D06
(72,77,6)
#404506
(64,69,6)
#383D06
(56,61,6)
#303506
(48,53,6)
#282D06
(40,45,6)
#202506
(32,37,6)
#181D06
(24,29,6)
#101506
(16,21,6)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #585D06

#585D06
(88,93,6)
#676B1C
(103,107,28)
#767932
(118,121,50)
#858748
(133,135,72)
#94955E
(148,149,94)
#A3A374
(163,163,116)
#B2B18A
(178,177,138)
#C1BFA0
(193,191,160)
#D0CDB6
(208,205,182)
#DFDBCC
(223,219,204)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D06 color. Also use rgb(88,93,6) instead hex code.

Text Font Color

.myTextColor { color: #585D06; }

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

This text font color is #585D06.


Background Color

.myBgColor { background-color: #585D06; }

<div style="background-color:#585D06">Inner text</div>

This div background color is #585D06.


Border color

.myBorderColor { border: 1px solid #585D06; }

<div style="border:3px solid #585D06">Div</div>

This div border color is #585D06.


Opacity

.myOpacity80 { color: #585D06; opacity: 0.8; }

<p style="color:#585D06;opacity:0.8;">80%</p>

Text with #585D06 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 #585D06;}

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

This text has shadow with #585D06 color.

.textShadow {text-shadow: 3px 3px 1px #585D06, 3px 3px 1px red;}

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

This text has shadow with #585D06 primary color and red secondary color.


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

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

This text has shadow with #585D06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D06 on black background.


Color preview on white background

This text has color #585D06 on white background.



Black color preview on #585D06 background

This text has black color on #585D06 background.


White color preview on #585D06 background

This text has white color on #585D06 background.