COLOR #586F2C

HEX: #586F2C
RGB: (88,111,44)

Color info

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

RGB color model

#586F2C color RGB value is (88,111,44).

  • red value is 88;
  • green value is 111;
  • blue value is 44.
RGB:
(88,111,44)
(35%,44%,17%)

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 44 of 255 = 17%

88
111
44

R + G + B ~ 32%. #586F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 44 = 243 (100%)
R 88 of 243 ~ 36.21%
G 111 of 243 ~ 45.68%
B 44 of 243 ~ 18.11%

%36.21
%45.68
%18.11

CMYK color model

#586F2C color CMYK value is (21,0,60,56).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 60.36%
  • key color value is 56.47%
CMYK:
(21,0,60,56)
C21M0Y60K56 
(21%,0%,60%,56%)
(0.21/0.00/0.60/0.56)	

CMYK percentages

%20.72
%0
%60.36
%56.47

Codes

Color #586F2C in popluar color models

586F2C
RGB8811144
HSL81°43.23%30.39%
HSB/HSV81°60.36%43.53%
CMYK20.72%0.00%60.36%
56.47%

Color #586F2C in popluar number systems.

HEX586F2C
Decimal8811144
Binary10110001101111101100
Octal13015754

Shades and tints

Shades of #586F2C

#586F2C
(88,111,44)
#506528
(80,101,40)
#485B24
(72,91,36)
#405120
(64,81,32)
#38471C
(56,71,28)
#303D18
(48,61,24)
#283314
(40,51,20)
#202910
(32,41,16)
#181F0C
(24,31,12)
#101508
(16,21,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #586F2C

#586F2C
(88,111,44)
#677C3F
(103,124,63)
#768952
(118,137,82)
#859665
(133,150,101)
#94A378
(148,163,120)
#A3B08B
(163,176,139)
#B2BD9E
(178,189,158)
#C1CAB1
(193,202,177)
#D0D7C4
(208,215,196)
#DFE4D7
(223,228,215)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F2C; }

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

This text font color is #586F2C.


Background Color

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

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

This div background color is #586F2C.


Border color

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

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

This div border color is #586F2C.


Opacity

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

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

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

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

This text has shadow with #586F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F2C on black background.


Color preview on white background

This text has color #586F2C on white background.



Black color preview on #586F2C background

This text has black color on #586F2C background.


White color preview on #586F2C background

This text has white color on #586F2C background.