COLOR #586C0D

HEX: #586C0D
RGB: (88,108,13)

Color info

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

RGB color model

#586C0D color RGB value is (88,108,13).

  • red value is 88;
  • green value is 108;
  • blue value is 13.
RGB:
(88,108,13)
(35%,42%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 13 of 255 = 5%

88
108
13

R + G + B ~ 27%. #586C0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 13 = 209 (100%)
R 88 of 209 ~ 42.11%
G 108 of 209 ~ 51.67%
B 13 of 209 ~ 6.22%

%42.11
%51.67

CMYK color model

#586C0D color CMYK value is (19,0,88,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 87.96%
  • key color value is 57.65%
CMYK:
(19,0,88,58)
C19M0Y88K58 
(19%,0%,88%,58%)
(0.19/0.00/0.88/0.58)	

CMYK percentages

%18.52
%0
%87.96
%57.65

Codes

Color #586C0D in popluar color models

586C0D
RGB8810813
HSL73°78.51%23.73%
HSB/HSV73°87.96%42.35%
CMYK18.52%0.00%87.96%
57.65%

Color #586C0D in popluar number systems.

HEX586C0D
Decimal8810813
Binary101100011011001101
Octal13015415

Shades and tints

Shades of #586C0D

#586C0D
(88,108,13)
#50630C
(80,99,12)
#485A0B
(72,90,11)
#40510A
(64,81,10)
#384809
(56,72,9)
#303F08
(48,63,8)
#283607
(40,54,7)
#202D06
(32,45,6)
#182405
(24,36,5)
#101B04
(16,27,4)
#081203
(8,18,3)
#000000
(0,0,0)

Tints of #586C0D

#586C0D
(88,108,13)
#677923
(103,121,35)
#768639
(118,134,57)
#85934F
(133,147,79)
#94A065
(148,160,101)
#A3AD7B
(163,173,123)
#B2BA91
(178,186,145)
#C1C7A7
(193,199,167)
#D0D4BD
(208,212,189)
#DFE1D3
(223,225,211)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586C0D color. Also use rgb(88,108,13) instead hex code.

Text Font Color

.myTextColor { color: #586C0D; }

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

This text font color is #586C0D.


Background Color

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

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

This div background color is #586C0D.


Border color

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

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

This div border color is #586C0D.


Opacity

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

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

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

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

This text has shadow with #586C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C0D on black background.


Color preview on white background

This text has color #586C0D on white background.



Black color preview on #586C0D background

This text has black color on #586C0D background.


White color preview on #586C0D background

This text has white color on #586C0D background.