COLOR #372907

HEX: #372907
RGB: (55,41,7)

Color info

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

RGB color model

#372907 color RGB value is (55,41,7).

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

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 7 of 255 = 3%

55
41
7

R + G + B ~ 14%. #372907 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 7 = 103 (100%)
R 55 of 103 ~ 53.4%
G 41 of 103 ~ 39.81%
B 7 of 103 ~ 6.8%

%53.4
%39.81

CMYK color model

#372907 color CMYK value is (0,25,87,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 87.27%
  • key color value is 78.43%
CMYK:
(0,25,87,78)
C0M25Y87K78 
(0%,25%,87%,78%)
(0.00/0.25/0.87/0.78)	

CMYK percentages

%0
%25.45
%87.27
%78.43

Codes

Color #372907 in popluar color models

372907
RGB55417
HSL43°77.42%12.16%
HSB/HSV43°87.27%21.57%
CMYK0.00%25.45%87.27%
78.43%

Color #372907 in popluar number systems.

HEX372907
Decimal55417
Binary110111101001111
Octal67517

Shades and tints

Shades of #372907

#372907
(55,41,7)
#322607
(50,38,7)
#2D2307
(45,35,7)
#282007
(40,32,7)
#231D07
(35,29,7)
#1E1A07
(30,26,7)
#191707
(25,23,7)
#141407
(20,20,7)
#0F1107
(15,17,7)
#0A0E07
(10,14,7)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #372907

#372907
(55,41,7)
#493C1D
(73,60,29)
#5B4F33
(91,79,51)
#6D6249
(109,98,73)
#7F755F
(127,117,95)
#918875
(145,136,117)
#A39B8B
(163,155,139)
#B5AEA1
(181,174,161)
#C7C1B7
(199,193,183)
#D9D4CD
(217,212,205)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372907; }

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

This text font color is #372907.


Background Color

.myBgColor { background-color: #372907; }

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

This div background color is #372907.


Border color

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

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

This div border color is #372907.


Opacity

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

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

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

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

This text has shadow with #372907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372907 on black background.


Color preview on white background

This text has color #372907 on white background.



Black color preview on #372907 background

This text has black color on #372907 background.


White color preview on #372907 background

This text has white color on #372907 background.