COLOR #372607

HEX: #372607
RGB: (55,38,7)

Color info

#372607 contains red, green and blue colors in about the same proportion. Web safe color of #372607 is #333300 (or #330).

RGB color model

#372607 color RGB value is (55,38,7).

  • red value is 55;
  • green value is 38;
  • blue value is 7.
RGB:
(55,38,7)
(22%,15%,3%)

RGB channels and saturation

R 55 of 255 = 22%
G 38 of 255 = 15%
B 7 of 255 = 3%

55
38
7

R + G + B ~ 13%. #372607 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 38 + 7 = 100 (100%)
R 55 of 100 ~ 55%
G 38 of 100 ~ 38%
B 7 of 100 ~ 7%

%55
%38

CMYK color model

#372607 color CMYK value is (0,31,87,78).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 87.27%
  • key color value is 78.43%
CMYK:
(0,31,87,78)
C0M31Y87K78 
(0%,31%,87%,78%)
(0.00/0.31/0.87/0.78)	

CMYK percentages

%0
%30.91
%87.27
%78.43

Codes

Color #372607 in popluar color models

372607
RGB55387
HSL39°77.42%12.16%
HSB/HSV39°87.27%21.57%
CMYK0.00%30.91%87.27%
78.43%

Color #372607 in popluar number systems.

HEX372607
Decimal55387
Binary110111100110111
Octal67467

Shades and tints

Shades of #372607

#372607
(55,38,7)
#322307
(50,35,7)
#2D2007
(45,32,7)
#281D07
(40,29,7)
#231A07
(35,26,7)
#1E1707
(30,23,7)
#191407
(25,20,7)
#141107
(20,17,7)
#0F0E07
(15,14,7)
#0A0B07
(10,11,7)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #372607

#372607
(55,38,7)
#49391D
(73,57,29)
#5B4C33
(91,76,51)
#6D5F49
(109,95,73)
#7F725F
(127,114,95)
#918575
(145,133,117)
#A3988B
(163,152,139)
#B5ABA1
(181,171,161)
#C7BEB7
(199,190,183)
#D9D1CD
(217,209,205)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372607 color. Also use rgb(55,38,7) instead hex code.

Text Font Color

.myTextColor { color: #372607; }

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

This text font color is #372607.


Background Color

.myBgColor { background-color: #372607; }

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

This div background color is #372607.


Border color

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

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

This div border color is #372607.


Opacity

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

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

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

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

This text has shadow with #372607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372607 on black background.


Color preview on white background

This text has color #372607 on white background.



Black color preview on #372607 background

This text has black color on #372607 background.


White color preview on #372607 background

This text has white color on #372607 background.