COLOR #586F12

HEX: #586F12
RGB: (88,111,18)

Color info

#586F12 contains mainly red and green colors. Web safe color of #586F12 is #666600 (or #660).

RGB color model

#586F12 color RGB value is (88,111,18).

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

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 18 of 255 = 7%

88
111
18

R + G + B ~ 29%. #586F12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 18 = 217 (100%)
R 88 of 217 ~ 40.55%
G 111 of 217 ~ 51.15%
B 18 of 217 ~ 8.29%

%40.55
%51.15

CMYK color model

#586F12 color CMYK value is (21,0,84,56).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 83.78%
  • key color value is 56.47%
CMYK:
(21,0,84,56)
C21M0Y84K56 
(21%,0%,84%,56%)
(0.21/0.00/0.84/0.56)	

CMYK percentages

%20.72
%0
%83.78
%56.47

Codes

Color #586F12 in popluar color models

586F12
RGB8811118
HSL75°72.09%25.29%
HSB/HSV75°83.78%43.53%
CMYK20.72%0.00%83.78%
56.47%

Color #586F12 in popluar number systems.

HEX586F12
Decimal8811118
Binary1011000110111110010
Octal13015722

Shades and tints

Shades of #586F12

#586F12
(88,111,18)
#506511
(80,101,17)
#485B10
(72,91,16)
#40510F
(64,81,15)
#38470E
(56,71,14)
#303D0D
(48,61,13)
#28330C
(40,51,12)
#20290B
(32,41,11)
#181F0A
(24,31,10)
#101509
(16,21,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #586F12

#586F12
(88,111,18)
#677C27
(103,124,39)
#76893C
(118,137,60)
#859651
(133,150,81)
#94A366
(148,163,102)
#A3B07B
(163,176,123)
#B2BD90
(178,189,144)
#C1CAA5
(193,202,165)
#D0D7BA
(208,215,186)
#DFE4CF
(223,228,207)
#EEF1E4
(238,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F12; }

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

This text font color is #586F12.


Background Color

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

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

This div background color is #586F12.


Border color

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

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

This div border color is #586F12.


Opacity

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

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

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

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

This text has shadow with #586F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F12 on black background.


Color preview on white background

This text has color #586F12 on white background.



Black color preview on #586F12 background

This text has black color on #586F12 background.


White color preview on #586F12 background

This text has white color on #586F12 background.