COLOR #08370D

HEX: #08370D
RGB: (8,55,13)

Color info

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

RGB color model

#08370D color RGB value is (8,55,13).

  • red value is 8;
  • green value is 55;
  • blue value is 13.
RGB:
(8,55,13)
(3%,22%,5%)

RGB channels and saturation

R 8 of 255 = 3%
G 55 of 255 = 22%
B 13 of 255 = 5%

8
55
13

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

Portions of RGB colors in percentages

R + G + B =
8 + 55 + 13 = 76 (100%)
R 8 of 76 ~ 10.53%
G 55 of 76 ~ 72.37%
B 13 of 76 ~ 17.11%

%10.53
%72.37
%17.11

CMYK color model

#08370D color CMYK value is (85,0,76,78).

  • cyan value is 85.45%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(85,0,76,78)
C85M0Y76K78 
(85%,0%,76%,78%)
(0.85/0.00/0.76/0.78)	

CMYK percentages

%85.45
%0
%76.36
%78.43

Codes

Color #08370D in popluar color models

08370D
RGB85513
HSL126°74.60%12.35%
HSB/HSV126°85.45%21.57%
CMYK85.45%0.00%76.36%
78.43%

Color #08370D in popluar number systems.

HEX08370D
Decimal85513
Binary10001101111101
Octal106715

Shades and tints

Shades of #08370D

#08370D
(8,55,13)
#08320C
(8,50,12)
#082D0B
(8,45,11)
#08280A
(8,40,10)
#082309
(8,35,9)
#081E08
(8,30,8)
#081907
(8,25,7)
#081406
(8,20,6)
#080F05
(8,15,5)
#080A04
(8,10,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #08370D

#08370D
(8,55,13)
#1E4923
(30,73,35)
#345B39
(52,91,57)
#4A6D4F
(74,109,79)
#607F65
(96,127,101)
#76917B
(118,145,123)
#8CA391
(140,163,145)
#A2B5A7
(162,181,167)
#B8C7BD
(184,199,189)
#CED9D3
(206,217,211)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08370D; }

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

This text font color is #08370D.


Background Color

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

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

This div background color is #08370D.


Border color

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

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

This div border color is #08370D.


Opacity

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

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

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

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

This text has shadow with #08370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08370D on black background.


Color preview on white background

This text has color #08370D on white background.



Black color preview on #08370D background

This text has black color on #08370D background.


White color preview on #08370D background

This text has white color on #08370D background.