COLOR #08370F

HEX: #08370F RGB: (8,55,15)

Color info

#08370F contains red, green and blue colors in about the same proportion. Web safe color of #08370F is #003300 (or #030).

RGB color model

#08370F color RGB value is (8,55,15).

RGB: (8,55,15) (3%, 22%, 6%)

RGB channels and saturation

R 8 of 255 = 3%
G 55 of 255 = 22%
B 15 of 255 = 6%

8
55
15

R + G + B ~ 10%. #08370F is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 55 + 15 = 78 (100%)
R 8 of 78 ~ 10.26%
G 55 of 78 ~ 70.51%
B 15 of 78 ~ 19.23'%

%70.51
%19.23

CMYK color model

#08370F color CMYK value is (85,0,73,78).

  • cyan value is 85.45%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 78.43%

CMYK: (85,0,73,78)
C85M0Y73K78 (85%, 0%, 73%, 78%)
(0.85 / 0.00 / 0.73 / 0.78)

CMYK percentages

%85.45
%0
%72.73
%78.43

Codes

Color #08370F in popluar color models

08 37 0F
RGB 8 55 15
HSL 129° 74.60% 12.35%
HSB/HSV 129° 85.45% 21.57%
CMYK 85.45% 0.00% 72.73%
78.43%

Color #08370F in popluar number systems.

HEX 08 37 0F
Decimal 8 55 15
Binary 1000 110111 1111
Octal 10 67 17

Shades and tints

Shades of #08370F

#08370F
(8,55,15)
#08320E
(8,50,14)
#082D0D
(8,45,13)
#08280C
(8,40,12)
#08230B
(8,35,11)
#081E0A
(8,30,10)
#081909
(8,25,9)
#081408
(8,20,8)
#080F07
(8,15,7)
#080A06
(8,10,6)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #08370F

#08370F
(8,55,15)
#1E4924
(30,73,36)
#345B39
(52,91,57)
#4A6D4E
(74,109,78)
#607F63
(96,127,99)
#769178
(118,145,120)
#8CA38D
(140,163,141)
#A2B5A2
(162,181,162)
#B8C7B7
(184,199,183)
#CED9CC
(206,217,204)
#E4EBE1
(228,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08370F color. Also use rgb(8,55,15) instead hex code.

Text Font Color

.myTextColor { color: #08370F; }

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

This text font color is #08370F.

Background Color

.myBgColor { background-color: #08370F; }

<div style="background-color:#08370F">Inner text</div>

This div background color is #08370F.

Border color

.myBorderColor { border: 1px solid #08370F; }

<div style="border:3px solid #08370F">Div</div>

This div border color is #08370F.

Opacity

.myOpacity80 { color: #08370F; opacity: 0.8; }

<p style="color:#08370F;opacity:0.8;">80%</p>

Text with #08370F 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 #08370F;}

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

This text has shadow with #08370F color.


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

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

This text has shadow with #08370F primary color and red secondary color.


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

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

This text has shadow with #08370F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #08370F.

Preview

Color preview on black background

This text has color #08370F on black background.


Color preview on white background

This text has color #08370F on white background.


Black color preview on #08370F background

This text has black color on #08370F background.


White color preview on #08370F background

This text has white color on #08370F background.


Related colors

Complementary color

Complementary color for #hex is #F7C8F0.


I love getcolorcode.com

Triadic colors

1 #0F0837 and #370F08 with #08370F are triadic colors.

2 #0F3708 and #37080F with #08370F are triadic colors.