COLOR #372F1A

HEX: #372F1A
RGB: (55,47,26)

Color info

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

RGB color model

#372F1A color RGB value is (55,47,26).

  • red value is 55;
  • green value is 47;
  • blue value is 26.
RGB:
(55,47,26)
(22%,18%,10%)

RGB channels and saturation

R 55 of 255 = 22%
G 47 of 255 = 18%
B 26 of 255 = 10%

55
47
26

R + G + B ~ 17%. #372F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 47 + 26 = 128 (100%)
R 55 of 128 ~ 42.97%
G 47 of 128 ~ 36.72%
B 26 of 128 ~ 20.31%

%42.97
%36.72
%20.31

CMYK color model

#372F1A color CMYK value is (0,15,53,78).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 52.73%
  • key color value is 78.43%
CMYK:
(0,15,53,78)
C0M15Y53K78 
(0%,15%,53%,78%)
(0.00/0.15/0.53/0.78)	

CMYK percentages

%0
%14.55
%52.73
%78.43

Codes

Color #372F1A in popluar color models

372F1A
RGB554726
HSL43°35.80%15.88%
HSB/HSV43°52.73%21.57%
CMYK0.00%14.55%52.73%
78.43%

Color #372F1A in popluar number systems.

HEX372F1A
Decimal554726
Binary11011110111111010
Octal675732

Shades and tints

Shades of #372F1A

#372F1A
(55,47,26)
#322B18
(50,43,24)
#2D2716
(45,39,22)
#282314
(40,35,20)
#231F12
(35,31,18)
#1E1B10
(30,27,16)
#19170E
(25,23,14)
#14130C
(20,19,12)
#0F0F0A
(15,15,10)
#0A0B08
(10,11,8)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #372F1A

#372F1A
(55,47,26)
#49412E
(73,65,46)
#5B5342
(91,83,66)
#6D6556
(109,101,86)
#7F776A
(127,119,106)
#91897E
(145,137,126)
#A39B92
(163,155,146)
#B5ADA6
(181,173,166)
#C7BFBA
(199,191,186)
#D9D1CE
(217,209,206)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372F1A color. Also use rgb(55,47,26) instead hex code.

Text Font Color

.myTextColor { color: #372F1A; }

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

This text font color is #372F1A.


Background Color

.myBgColor { background-color: #372F1A; }

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

This div background color is #372F1A.


Border color

.myBorderColor { border: 1px solid #372F1A; }

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

This div border color is #372F1A.


Opacity

.myOpacity80 { color: #372F1A; opacity: 0.8; }

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

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

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

This text has shadow with #372F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372F1A on black background.


Color preview on white background

This text has color #372F1A on white background.



Black color preview on #372F1A background

This text has black color on #372F1A background.


White color preview on #372F1A background

This text has white color on #372F1A background.