COLOR #08580E

HEX: #08580E RGB: (8,88,14)

Color info

#08580E contains mainly green color. Web safe color of #08580E is #006600 (or #060).

RGB color model

#08580E color RGB value is (8,88,14).

RGB: (8,88,14) (3%, 35%, 5%)

RGB channels and saturation

R 8 of 255 = 3%
G 88 of 255 = 35%
B 14 of 255 = 5%

8
88
14

R + G + B ~ 14%. #08580E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 88 + 14 = 110 (100%)
R 8 of 110 ~ 7.27%
G 88 of 110 ~ 80%
B 14 of 110 ~ 12.73'%

%80
%12.73

CMYK color model

#08580E color CMYK value is (91,0,84,65).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK: (91,0,84,65) C91M0Y84K65 (91%,0%,84%,65%) (0.91/0.00/0.84/0.65) 

CMYK percentages

%90.91
%0
%84.09
%65.49

Codes

Color #08580E in popluar color models

08 58 0E
RGB 8 88 14
HSL 125° 83.33% 18.82%
HSB/HSV 125° 90.91% 34.51%
CMYK 90.91% 0.00% 84.09%
65.49%

Color #08580E in popluar number systems.

HEX 08 58 0E
Decimal 8 88 14
Binary 1000 1011000 1110
Octal 10 130 16

Shades and tints

Shades of #08580E

#08580E
(8,88,14)
#08500D
(8,80,13)
#08480C
(8,72,12)
#08400B
(8,64,11)
#08380A
(8,56,10)
#083009
(8,48,9)
#082808
(8,40,8)
#082007
(8,32,7)
#081806
(8,24,6)
#081005
(8,16,5)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #08580E

#08580E
(8,88,14)
#1E6723
(30,103,35)
#347638
(52,118,56)
#4A854D
(74,133,77)
#609462
(96,148,98)
#76A377
(118,163,119)
#8CB28C
(140,178,140)
#A2C1A1
(162,193,161)
#B8D0B6
(184,208,182)
#CEDFCB
(206,223,203)
#E4EEE0
(228,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08580E color. Also use rgb(8,88,14) instead hex code.

Text Font Color

.myTextColor { color: #08580E; }

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

This text font color is #08580E.

Background Color

.myBgColor { background-color: #08580E; }

<div style="background-color:#08580E">Inner text</div>

This div background color is #08580E.

Border color

.myBorderColor { border: 1px solid #08580E; }

<div style="border:3px solid #08580E">Div</div>

This div border color is #08580E.

Opacity

.myOpacity80 { color: #08580E; opacity: 0.8; }

<p style="color:#08580E;opacity:0.8;">80%</p>

Text with #08580E 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 #08580E;}

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

This text has shadow with #08580E color.


.textShadow {text-shadow: 3px 3px 1px #08580E', 3px 3px 1px red;}

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

This text has shadow with #08580E primary color and red secondary color.


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

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

This text has shadow with #08580E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08580E; -webkit-box-shadow: 1px 1px 3px 2px #08580E; box-shadow:1px 1px 3px 2px #08580E;">
Div content here
</div>

This div box has shadow with color #08580E.

Preview

Color preview on black background

This text has color #08580E on black background.


Color preview on white background

This text has color #08580E on white background.


Black color preview on #08580E background

This text has black color on #08580E background.


White color preview on #08580E background

This text has white color on #08580E background.


Related colors

Complementary color

Complementary color for #hex is #F7A7F1.


I love getcolorcode.com

Triadic colors

1 #0E0858 and #580E08 with #08580E are triadic colors.

2 #0E5808 and #58080E with #08580E are triadic colors.