COLOR #372919

HEX: #372919
RGB: (55,41,25)

Color info

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

RGB color model

#372919 color RGB value is (55,41,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 41 of 255 = 16%
B 25 of 255 = 10%

55
41
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 41 + 25 = 121 (100%)
R 55 of 121 ~ 45.45%
G 41 of 121 ~ 33.88%
B 25 of 121 ~ 20.66%

%45.45
%33.88
%20.66

CMYK color model

#372919 color CMYK value is (0,25,55,78).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,25,55,78)
C0M25Y55K78 
(0%,25%,55%,78%)
(0.00/0.25/0.55/0.78)	

CMYK percentages

%0
%25.45
%54.55
%78.43

Codes

Color #372919 in popluar color models

372919
RGB554125
HSL32°37.50%15.69%
HSB/HSV32°54.55%21.57%
CMYK0.00%25.45%54.55%
78.43%

Color #372919 in popluar number systems.

HEX372919
Decimal554125
Binary11011110100111001
Octal675131

Shades and tints

Shades of #372919

#372919
(55,41,25)
#322617
(50,38,23)
#2D2315
(45,35,21)
#282013
(40,32,19)
#231D11
(35,29,17)
#1E1A0F
(30,26,15)
#19170D
(25,23,13)
#14140B
(20,20,11)
#0F1109
(15,17,9)
#0A0E07
(10,14,7)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #372919

#372919
(55,41,25)
#493C2D
(73,60,45)
#5B4F41
(91,79,65)
#6D6255
(109,98,85)
#7F7569
(127,117,105)
#91887D
(145,136,125)
#A39B91
(163,155,145)
#B5AEA5
(181,174,165)
#C7C1B9
(199,193,185)
#D9D4CD
(217,212,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372919; }

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

This text font color is #372919.


Background Color

.myBgColor { background-color: #372919; }

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

This div background color is #372919.


Border color

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

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

This div border color is #372919.


Opacity

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

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

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

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

This text has shadow with #372919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372919 on black background.


Color preview on white background

This text has color #372919 on white background.



Black color preview on #372919 background

This text has black color on #372919 background.


White color preview on #372919 background

This text has white color on #372919 background.