COLOR #372D19

HEX: #372D19
RGB: (55,45,25)

Color info

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

RGB color model

#372D19 color RGB value is (55,45,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 45 of 255 = 18%
B 25 of 255 = 10%

55
45
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 45 + 25 = 125 (100%)
R 55 of 125 ~ 44%
G 45 of 125 ~ 36%
B 25 of 125 ~ 20%

%44
%36
%20

CMYK color model

#372D19 color CMYK value is (0,18,55,78).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,18,55,78)
C0M18Y55K78 
(0%,18%,55%,78%)
(0.00/0.18/0.55/0.78)	

CMYK percentages

%0
%18.18
%54.55
%78.43

Codes

Color #372D19 in popluar color models

372D19
RGB554525
HSL40°37.50%15.69%
HSB/HSV40°54.55%21.57%
CMYK0.00%18.18%54.55%
78.43%

Color #372D19 in popluar number systems.

HEX372D19
Decimal554525
Binary11011110110111001
Octal675531

Shades and tints

Shades of #372D19

#372D19
(55,45,25)
#322917
(50,41,23)
#2D2515
(45,37,21)
#282113
(40,33,19)
#231D11
(35,29,17)
#1E190F
(30,25,15)
#19150D
(25,21,13)
#14110B
(20,17,11)
#0F0D09
(15,13,9)
#0A0907
(10,9,7)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #372D19

#372D19
(55,45,25)
#49402D
(73,64,45)
#5B5341
(91,83,65)
#6D6655
(109,102,85)
#7F7969
(127,121,105)
#918C7D
(145,140,125)
#A39F91
(163,159,145)
#B5B2A5
(181,178,165)
#C7C5B9
(199,197,185)
#D9D8CD
(217,216,205)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372D19 color. Also use rgb(55,45,25) instead hex code.

Text Font Color

.myTextColor { color: #372D19; }

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

This text font color is #372D19.


Background Color

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

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

This div background color is #372D19.


Border color

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

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

This div border color is #372D19.


Opacity

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

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

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

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

This text has shadow with #372D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372D19 on black background.


Color preview on white background

This text has color #372D19 on white background.



Black color preview on #372D19 background

This text has black color on #372D19 background.


White color preview on #372D19 background

This text has white color on #372D19 background.