COLOR #586B16

HEX: #586B16
RGB: (88,107,22)

Color info

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

RGB color model

#586B16 color RGB value is (88,107,22).

  • red value is 88;
  • green value is 107;
  • blue value is 22.
RGB:
(88,107,22)
(35%,42%,9%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 22 of 255 = 9%

88
107
22

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

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 22 = 217 (100%)
R 88 of 217 ~ 40.55%
G 107 of 217 ~ 49.31%
B 22 of 217 ~ 10.14%

%40.55
%49.31
%10.14

CMYK color model

#586B16 color CMYK value is (18,0,79,58).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 79.44%
  • key color value is 58.04%
CMYK:
(18,0,79,58)
C18M0Y79K58 
(18%,0%,79%,58%)
(0.18/0.00/0.79/0.58)	

CMYK percentages

%17.76
%0
%79.44
%58.04

Codes

Color #586B16 in popluar color models

586B16
RGB8810722
HSL73°65.89%25.29%
HSB/HSV73°79.44%41.96%
CMYK17.76%0.00%79.44%
58.04%

Color #586B16 in popluar number systems.

HEX586B16
Decimal8810722
Binary1011000110101110110
Octal13015326

Shades and tints

Shades of #586B16

#586B16
(88,107,22)
#506214
(80,98,20)
#485912
(72,89,18)
#405010
(64,80,16)
#38470E
(56,71,14)
#303E0C
(48,62,12)
#28350A
(40,53,10)
#202C08
(32,44,8)
#182306
(24,35,6)
#101A04
(16,26,4)
#081102
(8,17,2)
#000000
(0,0,0)

Tints of #586B16

#586B16
(88,107,22)
#67782B
(103,120,43)
#768540
(118,133,64)
#859255
(133,146,85)
#949F6A
(148,159,106)
#A3AC7F
(163,172,127)
#B2B994
(178,185,148)
#C1C6A9
(193,198,169)
#D0D3BE
(208,211,190)
#DFE0D3
(223,224,211)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B16 color. Also use rgb(88,107,22) instead hex code.

Text Font Color

.myTextColor { color: #586B16; }

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

This text font color is #586B16.


Background Color

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

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

This div background color is #586B16.


Border color

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

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

This div border color is #586B16.


Opacity

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

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

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

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

This text has shadow with #586B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B16 on black background.


Color preview on white background

This text has color #586B16 on white background.



Black color preview on #586B16 background

This text has black color on #586B16 background.


White color preview on #586B16 background

This text has white color on #586B16 background.