COLOR #370C00

HEX: #370C00
RGB: (55,12,0)

Color info

#370C00 contains only red and green colors. Web safe color of #370C00 is #330000 (or #300).

RGB color model

#370C00 color RGB value is (55,12,0).

  • red value is 55;
  • green value is 12;
  • blue value is 0.
RGB:
(55,12,0)
(22%,5%,0%)

RGB channels and saturation

R 55 of 255 = 22%
G 12 of 255 = 5%
B 0 of 255 = 0%

55
12
0

R + G + B ~ 9%. #370C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 12 + 0 = 67 (100%)
R 55 of 67 ~ 82.09%
G 12 of 67 ~ 17.91%
B 0 of 67 ~ 0%

%82.09
%17.91

CMYK color model

#370C00 color CMYK value is (0,78,100,78).

  • cyan value is 0.00%
  • magenta value is 78.18%
  • yellow value is 100.00%
  • key color value is 78.43%
CMYK:
(0,78,100,78)
C0M78Y100K78 
(0%,78%,100%,78%)
(0.00/0.78/1.00/0.78)	

CMYK percentages

%0
%78.18
%100
%78.43

Codes

Color #370C00 in popluar color models

370C00
RGB55120
HSL13°100.00%10.78%
HSB/HSV13°100.00%21.57%
CMYK0.00%78.18%100.00%
78.43%

Color #370C00 in popluar number systems.

HEX370C00
Decimal55120
Binary11011111000
Octal67140

Shades and tints

Shades of #370C00

#370C00
(55,12,0)
#320B00
(50,11,0)
#2D0A00
(45,10,0)
#280900
(40,9,0)
#230800
(35,8,0)
#1E0700
(30,7,0)
#190600
(25,6,0)
#140500
(20,5,0)
#0F0400
(15,4,0)
#0A0300
(10,3,0)
#050200
(5,2,0)
#000000
(0,0,0)

Tints of #370C00

#370C00
(55,12,0)
#492217
(73,34,23)
#5B382E
(91,56,46)
#6D4E45
(109,78,69)
#7F645C
(127,100,92)
#917A73
(145,122,115)
#A3908A
(163,144,138)
#B5A6A1
(181,166,161)
#C7BCB8
(199,188,184)
#D9D2CF
(217,210,207)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370C00; }

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

This text font color is #370C00.


Background Color

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

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

This div background color is #370C00.


Border color

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

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

This div border color is #370C00.


Opacity

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

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

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

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

This text has shadow with #370C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370C00 on black background.


Color preview on white background

This text has color #370C00 on white background.



Black color preview on #370C00 background

This text has black color on #370C00 background.


White color preview on #370C00 background

This text has white color on #370C00 background.