COLOR #372000

HEX: #372000 RGB: (55,32,0)

Color info

#372000 contains only red and green colors. Web safe color of #372000 is #333300 (or #330).

RGB color model

#372000 color RGB value is (55,32,0).

RGB: (55,32,0) (22%, 13%, 0%)

RGB channels and saturation

R 55 of 255 = 22%
G 32 of 255 = 13%
B 0 of 255 = 0%

55
32
0

R + G + B ~ 12%. #372000 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 32 + 0 = 87 (100%)
R 55 of 87 ~ 63.22%
G 32 of 87 ~ 36.78%
B 0 of 87 ~ 0'%

%63.22
%36.78

CMYK color model

#372000 color CMYK value is (0,42,100,78).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 100.00%
  • key color value is 78.43%

CMYK: (0,42,100,78)
C0M42Y100K78 (0%, 42%, 100%, 78%)
(0.00 / 0.42 / 1.00 / 0.78)

CMYK percentages

%0
%41.82
%100
%78.43

Codes

Color #372000 in popluar color models

37 20 00
RGB 55 32 0
HSL 35° 100.00% 10.78%
HSB/HSV 35° 100.00% 21.57%
CMYK 0.00% 41.82% 100.00%
78.43%

Color #372000 in popluar number systems.

HEX 37 20 00
Decimal 55 32 0
Binary 110111 100000 0
Octal 67 40 0

Shades and tints

Shades of #372000

#372000
(55,32,0)
#321E00
(50,30,0)
#2D1C00
(45,28,0)
#281A00
(40,26,0)
#231800
(35,24,0)
#1E1600
(30,22,0)
#191400
(25,20,0)
#141200
(20,18,0)
#0F1000
(15,16,0)
#0A0E00
(10,14,0)
#050C00
(5,12,0)
#000000
(0,0,0)

Tints of #372000

#372000
(55,32,0)
#493417
(73,52,23)
#5B482E
(91,72,46)
#6D5C45
(109,92,69)
#7F705C
(127,112,92)
#918473
(145,132,115)
#A3988A
(163,152,138)
#B5ACA1
(181,172,161)
#C7C0B8
(199,192,184)
#D9D4CF
(217,212,207)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372000; }

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

This text font color is #372000.

Background Color

.myBgColor { background-color: #372000; }

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

This div background color is #372000.

Border color

.myBorderColor { border: 1px solid #372000; }

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

This div border color is #372000.

Opacity

.myOpacity80 { color: #372000; opacity: 0.8; }

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

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

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

This text has shadow with #372000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372000.

Preview

Color preview on black background

This text has color #372000 on black background.


Color preview on white background

This text has color #372000 on white background.


Black color preview on #372000 background

This text has black color on #372000 background.


White color preview on #372000 background

This text has white color on #372000 background.


Related colors

Complementary color

Complementary color for #hex is #C8DFFF.


I love getcolorcode.com

Triadic colors

1 #003720 and #200037 with #372000 are triadic colors.

2 #002037 and #203700 with #372000 are triadic colors.