COLOR #370A00

HEX: #370A00 RGB: (55,10,0)

Color info

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

RGB color model

#370A00 color RGB value is (55,10,0).

RGB: (55,10,0) (22%, 4%, 0%)

RGB channels and saturation

R 55 of 255 = 22%
G 10 of 255 = 4%
B 0 of 255 = 0%

55
10
0

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

Portions of RGB colors in percentages

R + G + B = 55 + 10 + 0 = 65 (100%)
R 55 of 65 ~ 84.62%
G 10 of 65 ~ 15.38%
B 0 of 65 ~ 0'%

%84.62
%15.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 100.00%
  • key color value is 78.43%
CMYK: (0,82,100,78) C0M82Y100K78 (0%,82%,100%,78%) (0.00/0.82/1.00/0.78) 

CMYK percentages

%0
%81.82
%100
%78.43

Codes

Color #370A00 in popluar color models

37 0A 00
RGB 55 10 0
HSL 11° 100.00% 10.78%
HSB/HSV 11° 100.00% 21.57%
CMYK 0.00% 81.82% 100.00%
78.43%

Color #370A00 in popluar number systems.

HEX 37 0A 00
Decimal 55 10 0
Binary 110111 1010 0
Octal 67 12 0

Shades and tints

Shades of #370A00

#370A00
(55,10,0)
#320A00
(50,10,0)
#2D0A00
(45,10,0)
#280A00
(40,10,0)
#230A00
(35,10,0)
#1E0A00
(30,10,0)
#190A00
(25,10,0)
#140A00
(20,10,0)
#0F0A00
(15,10,0)
#0A0A00
(10,10,0)
#050A00
(5,10,0)
#000000
(0,0,0)

Tints of #370A00

#370A00
(55,10,0)
#492017
(73,32,23)
#5B362E
(91,54,46)
#6D4C45
(109,76,69)
#7F625C
(127,98,92)
#917873
(145,120,115)
#A38E8A
(163,142,138)
#B5A4A1
(181,164,161)
#C7BAB8
(199,186,184)
#D9D0CF
(217,208,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370A00; }

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

This text font color is #370A00.

Background Color

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

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

This div background color is #370A00.

Border color

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

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

This div border color is #370A00.

Opacity

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

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

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

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

This text has shadow with #370A00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #370A00.

Preview

Color preview on black background

This text has color #370A00 on black background.


Color preview on white background

This text has color #370A00 on white background.


Black color preview on #370A00 background

This text has black color on #370A00 background.


White color preview on #370A00 background

This text has white color on #370A00 background.


Related colors

Complementary color

Complementary color for #hex is #C8F5FF.


I love getcolorcode.com

Triadic colors

1 #00370A and #0A0037 with #370A00 are triadic colors.

2 #000A37 and #0A3700 with #370A00 are triadic colors.