COLOR #372519

HEX: #372519
RGB: (55,37,25)

Color info

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

RGB color model

#372519 color RGB value is (55,37,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 25 of 255 = 10%

55
37
25

R + G + B ~ 16%. #372519 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 25 = 117 (100%)
R 55 of 117 ~ 47.01%
G 37 of 117 ~ 31.62%
B 25 of 117 ~ 21.37%

%47.01
%31.62
%21.37

CMYK color model

#372519 color CMYK value is (0,33,55,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,33,55,78)
C0M33Y55K78 
(0%,33%,55%,78%)
(0.00/0.33/0.55/0.78)	

CMYK percentages

%0
%32.73
%54.55
%78.43

Codes

Color #372519 in popluar color models

372519
RGB553725
HSL24°37.50%15.69%
HSB/HSV24°54.55%21.57%
CMYK0.00%32.73%54.55%
78.43%

Color #372519 in popluar number systems.

HEX372519
Decimal553725
Binary11011110010111001
Octal674531

Shades and tints

Shades of #372519

#372519
(55,37,25)
#322217
(50,34,23)
#2D1F15
(45,31,21)
#281C13
(40,28,19)
#231911
(35,25,17)
#1E160F
(30,22,15)
#19130D
(25,19,13)
#14100B
(20,16,11)
#0F0D09
(15,13,9)
#0A0A07
(10,10,7)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #372519

#372519
(55,37,25)
#49382D
(73,56,45)
#5B4B41
(91,75,65)
#6D5E55
(109,94,85)
#7F7169
(127,113,105)
#91847D
(145,132,125)
#A39791
(163,151,145)
#B5AAA5
(181,170,165)
#C7BDB9
(199,189,185)
#D9D0CD
(217,208,205)
#EBE3E1
(235,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372519; }

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

This text font color is #372519.


Background Color

.myBgColor { background-color: #372519; }

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

This div background color is #372519.


Border color

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

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

This div border color is #372519.


Opacity

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

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

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

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

This text has shadow with #372519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372519 on black background.


Color preview on white background

This text has color #372519 on white background.



Black color preview on #372519 background

This text has black color on #372519 background.


White color preview on #372519 background

This text has white color on #372519 background.