COLOR #370C08

HEX: #370C08 RGB: (55,12,8)

Color info

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

RGB color model

#370C08 color RGB value is (55,12,8).

RGB: (55,12,8) (22%, 5%, 3%)

RGB channels and saturation

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

55
12
8

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

Portions of RGB colors in percentages

R + G + B = 55 + 12 + 8 = 75 (100%)
R 55 of 75 ~ 73.33%
G 12 of 75 ~ 16%
B 8 of 75 ~ 10.67'%

%73.33
%16
%10.67

CMYK color model

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

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

CMYK: (0,78,85,78)
C0M78Y85K78 (0%, 78%, 85%, 78%)
(0.00 / 0.78 / 0.85 / 0.78)

CMYK percentages

%0
%78.18
%85.45
%78.43

Codes

Color #370C08 in popluar color models

37 0C 08
RGB 55 12 8
HSL 74.60% 12.35%
HSB/HSV 85.45% 21.57%
CMYK 0.00% 78.18% 85.45%
78.43%

Color #370C08 in popluar number systems.

HEX 37 0C 08
Decimal 55 12 8
Binary 110111 1100 1000
Octal 67 14 10

Shades and tints

Shades of #370C08

#370C08
(55,12,8)
#320B08
(50,11,8)
#2D0A08
(45,10,8)
#280908
(40,9,8)
#230808
(35,8,8)
#1E0708
(30,7,8)
#190608
(25,6,8)
#140508
(20,5,8)
#0F0408
(15,4,8)
#0A0308
(10,3,8)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #370C08

#370C08
(55,12,8)
#49221E
(73,34,30)
#5B3834
(91,56,52)
#6D4E4A
(109,78,74)
#7F6460
(127,100,96)
#917A76
(145,122,118)
#A3908C
(163,144,140)
#B5A6A2
(181,166,162)
#C7BCB8
(199,188,184)
#D9D2CE
(217,210,206)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370C08; }

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

This text font color is #370C08.

Background Color

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

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

This div background color is #370C08.

Border color

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

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

This div border color is #370C08.

Opacity

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

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

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

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

This text has shadow with #370C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370C08.

Preview

Color preview on black background

This text has color #370C08 on black background.


Color preview on white background

This text has color #370C08 on white background.


Black color preview on #370C08 background

This text has black color on #370C08 background.


White color preview on #370C08 background

This text has white color on #370C08 background.


Related colors

Complementary color

Complementary color for #hex is #C8F3F7.


I love getcolorcode.com

Triadic colors

1 #08370C and #0C0837 with #370C08 are triadic colors.

2 #080C37 and #0C3708 with #370C08 are triadic colors.