COLOR #08370B

HEX: #08370B RGB: (8,55,11)

Color info

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

RGB color model

#08370B color RGB value is (8,55,11).

RGB: (8,55,11) (3%, 22%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 55 of 255 = 22%
B 11 of 255 = 4%

8
55
11

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

Portions of RGB colors in percentages

R + G + B = 8 + 55 + 11 = 74 (100%)
R 8 of 74 ~ 10.81%
G 55 of 74 ~ 74.32%
B 11 of 74 ~ 14.86'%

%10.81
%74.32
%14.86

CMYK color model

#08370B color CMYK value is (85,0,80,78).

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

CMYK: (85,0,80,78)
C85M0Y80K78 (85%, 0%, 80%, 78%)
(0.85 / 0.00 / 0.80 / 0.78)

CMYK percentages

%85.45
%0
%80
%78.43

Codes

Color #08370B in popluar color models

08 37 0B
RGB 8 55 11
HSL 124° 74.60% 12.35%
HSB/HSV 124° 85.45% 21.57%
CMYK 85.45% 0.00% 80.00%
78.43%

Color #08370B in popluar number systems.

HEX 08 37 0B
Decimal 8 55 11
Binary 1000 110111 1011
Octal 10 67 13

Shades and tints

Shades of #08370B

#08370B
(8,55,11)
#08320A
(8,50,10)
#082D09
(8,45,9)
#082808
(8,40,8)
#082307
(8,35,7)
#081E06
(8,30,6)
#081905
(8,25,5)
#081404
(8,20,4)
#080F03
(8,15,3)
#080A02
(8,10,2)
#080501
(8,5,1)
#000000
(0,0,0)

Tints of #08370B

#08370B
(8,55,11)
#1E4921
(30,73,33)
#345B37
(52,91,55)
#4A6D4D
(74,109,77)
#607F63
(96,127,99)
#769179
(118,145,121)
#8CA38F
(140,163,143)
#A2B5A5
(162,181,165)
#B8C7BB
(184,199,187)
#CED9D1
(206,217,209)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08370B; }

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

This text font color is #08370B.

Background Color

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

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

This div background color is #08370B.

Border color

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

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

This div border color is #08370B.

Opacity

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

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

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

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

This text has shadow with #08370B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08370B.

Preview

Color preview on black background

This text has color #08370B on black background.


Color preview on white background

This text has color #08370B on white background.


Black color preview on #08370B background

This text has black color on #08370B background.


White color preview on #08370B background

This text has white color on #08370B background.


Related colors

Complementary color

Complementary color for #hex is #F7C8F4.


I love getcolorcode.com

Triadic colors

1 #0B0837 and #370B08 with #08370B are triadic colors.

2 #0B3708 and #37080B with #08370B are triadic colors.