COLOR #370B08

HEX: #370B08
RGB: (55,11,8)

Color info

#370B08 contains red, green and blue colors in about the same proportion. Web safe color of #370B08 is #330000 (or #300).

RGB color model

#370B08 color RGB value is (55,11,8).

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

RGB channels and saturation

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

55
11
8

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

Portions of RGB colors in percentages

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

%74.32
%14.86
%10.81

CMYK color model

#370B08 color CMYK value is (0,80,85,78).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 85.45%
  • key color value is 78.43%
CMYK:
(0,80,85,78)
C0M80Y85K78 
(0%,80%,85%,78%)
(0.00/0.80/0.85/0.78)	

CMYK percentages

%0
%80
%85.45
%78.43

Codes

Color #370B08 in popluar color models

370B08
RGB55118
HSL74.60%12.35%
HSB/HSV85.45%21.57%
CMYK0.00%80.00%85.45%
78.43%

Color #370B08 in popluar number systems.

HEX370B08
Decimal55118
Binary11011110111000
Octal671310

Shades and tints

Shades of #370B08

#370B08
(55,11,8)
#320A08
(50,10,8)
#2D0908
(45,9,8)
#280808
(40,8,8)
#230708
(35,7,8)
#1E0608
(30,6,8)
#190508
(25,5,8)
#140408
(20,4,8)
#0F0308
(15,3,8)
#0A0208
(10,2,8)
#050108
(5,1,8)
#000000
(0,0,0)

Tints of #370B08

#370B08
(55,11,8)
#49211E
(73,33,30)
#5B3734
(91,55,52)
#6D4D4A
(109,77,74)
#7F6360
(127,99,96)
#917976
(145,121,118)
#A38F8C
(163,143,140)
#B5A5A2
(181,165,162)
#C7BBB8
(199,187,184)
#D9D1CE
(217,209,206)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370B08; }

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

This text font color is #370B08.


Background Color

.myBgColor { background-color: #370B08; }

<div style="background-color:#370B08">Inner text</div>

This div background color is #370B08.


Border color

.myBorderColor { border: 1px solid #370B08; }

<div style="border:3px solid #370B08">Div</div>

This div border color is #370B08.


Opacity

.myOpacity80 { color: #370B08; opacity: 0.8; }

<p style="color:#370B08;opacity:0.8;">80%</p>

Text with #370B08 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 #370B08;}

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

This text has shadow with #370B08 color.

.textShadow {text-shadow: 3px 3px 1px #370B08, 3px 3px 1px red;}

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

This text has shadow with #370B08 primary color and red secondary color.


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

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

This text has shadow with #370B08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370B08 on black background.


Color preview on white background

This text has color #370B08 on white background.



Black color preview on #370B08 background

This text has black color on #370B08 background.


White color preview on #370B08 background

This text has white color on #370B08 background.