COLOR #372514

HEX: #372514
RGB: (55,37,20)

Color info

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

RGB color model

#372514 color RGB value is (55,37,20).

  • red value is 55;
  • green value is 37;
  • blue value is 20.
RGB:
(55,37,20)
(22%,15%,8%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 20 of 255 = 8%

55
37
20

R + G + B ~ 15%. #372514 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 20 = 112 (100%)
R 55 of 112 ~ 49.11%
G 37 of 112 ~ 33.04%
B 20 of 112 ~ 17.86%

%49.11
%33.04
%17.86

CMYK color model

#372514 color CMYK value is (0,33,64,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 63.64%
  • key color value is 78.43%
CMYK:
(0,33,64,78)
C0M33Y64K78 
(0%,33%,64%,78%)
(0.00/0.33/0.64/0.78)	

CMYK percentages

%0
%32.73
%63.64
%78.43

Codes

Color #372514 in popluar color models

372514
RGB553720
HSL29°46.67%14.71%
HSB/HSV29°63.64%21.57%
CMYK0.00%32.73%63.64%
78.43%

Color #372514 in popluar number systems.

HEX372514
Decimal553720
Binary11011110010110100
Octal674524

Shades and tints

Shades of #372514

#372514
(55,37,20)
#322213
(50,34,19)
#2D1F12
(45,31,18)
#281C11
(40,28,17)
#231910
(35,25,16)
#1E160F
(30,22,15)
#19130E
(25,19,14)
#14100D
(20,16,13)
#0F0D0C
(15,13,12)
#0A0A0B
(10,10,11)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #372514

#372514
(55,37,20)
#493829
(73,56,41)
#5B4B3E
(91,75,62)
#6D5E53
(109,94,83)
#7F7168
(127,113,104)
#91847D
(145,132,125)
#A39792
(163,151,146)
#B5AAA7
(181,170,167)
#C7BDBC
(199,189,188)
#D9D0D1
(217,208,209)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372514 color. Also use rgb(55,37,20) instead hex code.

Text Font Color

.myTextColor { color: #372514; }

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

This text font color is #372514.


Background Color

.myBgColor { background-color: #372514; }

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

This div background color is #372514.


Border color

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

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

This div border color is #372514.


Opacity

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

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

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

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

This text has shadow with #372514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372514 on black background.


Color preview on white background

This text has color #372514 on white background.



Black color preview on #372514 background

This text has black color on #372514 background.


White color preview on #372514 background

This text has white color on #372514 background.