COLOR #372100

HEX: #372100
RGB: (55,33,0)

Color info

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

RGB color model

#372100 color RGB value is (55,33,0).

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

RGB channels and saturation

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

55
33
0

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

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 0 = 88 (100%)
R 55 of 88 ~ 62.5%
G 33 of 88 ~ 37.5%
B 0 of 88 ~ 0%

%62.5
%37.5

CMYK color model

#372100 color CMYK value is (0,40,100,78).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 100.00%
  • key color value is 78.43%
CMYK:
(0,40,100,78)
C0M40Y100K78 
(0%,40%,100%,78%)
(0.00/0.40/1.00/0.78)	

CMYK percentages

%0
%40
%100
%78.43

Codes

Color #372100 in popluar color models

372100
RGB55330
HSL36°100.00%10.78%
HSB/HSV36°100.00%21.57%
CMYK0.00%40.00%100.00%
78.43%

Color #372100 in popluar number systems.

HEX372100
Decimal55330
Binary1101111000010
Octal67410

Shades and tints

Shades of #372100

#372100
(55,33,0)
#321E00
(50,30,0)
#2D1B00
(45,27,0)
#281800
(40,24,0)
#231500
(35,21,0)
#1E1200
(30,18,0)
#190F00
(25,15,0)
#140C00
(20,12,0)
#0F0900
(15,9,0)
#0A0600
(10,6,0)
#050300
(5,3,0)
#000000
(0,0,0)

Tints of #372100

#372100
(55,33,0)
#493517
(73,53,23)
#5B492E
(91,73,46)
#6D5D45
(109,93,69)
#7F715C
(127,113,92)
#918573
(145,133,115)
#A3998A
(163,153,138)
#B5ADA1
(181,173,161)
#C7C1B8
(199,193,184)
#D9D5CF
(217,213,207)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372100; }

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

This text font color is #372100.


Background Color

.myBgColor { background-color: #372100; }

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

This div background color is #372100.


Border color

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

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

This div border color is #372100.


Opacity

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

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

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

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

This text has shadow with #372100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372100 on black background.


Color preview on white background

This text has color #372100 on white background.



Black color preview on #372100 background

This text has black color on #372100 background.


White color preview on #372100 background

This text has white color on #372100 background.