COLOR #586D1D

HEX: #586D1D
RGB: (88,109,29)

Color info

#586D1D contains mainly red and green colors. Web safe color of #586D1D is #666633 (or #663).

RGB color model

#586D1D color RGB value is (88,109,29).

  • red value is 88;
  • green value is 109;
  • blue value is 29.
RGB:
(88,109,29)
(35%,43%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 29 of 255 = 11%

88
109
29

R + G + B ~ 30%. #586D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 109 + 29 = 226 (100%)
R 88 of 226 ~ 38.94%
G 109 of 226 ~ 48.23%
B 29 of 226 ~ 12.83%

%38.94
%48.23
%12.83

CMYK color model

#586D1D color CMYK value is (19,0,73,57).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • key color value is 57.25%
CMYK:
(19,0,73,57)
C19M0Y73K57 
(19%,0%,73%,57%)
(0.19/0.00/0.73/0.57)	

CMYK percentages

%19.27
%0
%73.39
%57.25

Codes

Color #586D1D in popluar color models

586D1D
RGB8810929
HSL76°57.97%27.06%
HSB/HSV76°73.39%42.75%
CMYK19.27%0.00%73.39%
57.25%

Color #586D1D in popluar number systems.

HEX586D1D
Decimal8810929
Binary1011000110110111101
Octal13015535

Shades and tints

Shades of #586D1D

#586D1D
(88,109,29)
#50641B
(80,100,27)
#485B19
(72,91,25)
#405217
(64,82,23)
#384915
(56,73,21)
#304013
(48,64,19)
#283711
(40,55,17)
#202E0F
(32,46,15)
#18250D
(24,37,13)
#101C0B
(16,28,11)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #586D1D

#586D1D
(88,109,29)
#677A31
(103,122,49)
#768745
(118,135,69)
#859459
(133,148,89)
#94A16D
(148,161,109)
#A3AE81
(163,174,129)
#B2BB95
(178,187,149)
#C1C8A9
(193,200,169)
#D0D5BD
(208,213,189)
#DFE2D1
(223,226,209)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586D1D color. Also use rgb(88,109,29) instead hex code.

Text Font Color

.myTextColor { color: #586D1D; }

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

This text font color is #586D1D.


Background Color

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

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

This div background color is #586D1D.


Border color

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

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

This div border color is #586D1D.


Opacity

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

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

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

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

This text has shadow with #586D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D1D on black background.


Color preview on white background

This text has color #586D1D on white background.



Black color preview on #586D1D background

This text has black color on #586D1D background.


White color preview on #586D1D background

This text has white color on #586D1D background.