COLOR #372513

HEX: #372513
RGB: (55,37,19)

Color info

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

RGB color model

#372513 color RGB value is (55,37,19).

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

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 19 of 255 = 7%

55
37
19

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

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 19 = 111 (100%)
R 55 of 111 ~ 49.55%
G 37 of 111 ~ 33.33%
B 19 of 111 ~ 17.12%

%49.55
%33.33
%17.12

CMYK color model

#372513 color CMYK value is (0,33,65,78).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 65.45%
  • key color value is 78.43%
CMYK:
(0,33,65,78)
C0M33Y65K78 
(0%,33%,65%,78%)
(0.00/0.33/0.65/0.78)	

CMYK percentages

%0
%32.73
%65.45
%78.43

Codes

Color #372513 in popluar color models

372513
RGB553719
HSL30°48.65%14.51%
HSB/HSV30°65.45%21.57%
CMYK0.00%32.73%65.45%
78.43%

Color #372513 in popluar number systems.

HEX372513
Decimal553719
Binary11011110010110011
Octal674523

Shades and tints

Shades of #372513

#372513
(55,37,19)
#322212
(50,34,18)
#2D1F11
(45,31,17)
#281C10
(40,28,16)
#23190F
(35,25,15)
#1E160E
(30,22,14)
#19130D
(25,19,13)
#14100C
(20,16,12)
#0F0D0B
(15,13,11)
#0A0A0A
(10,10,10)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #372513

#372513
(55,37,19)
#493828
(73,56,40)
#5B4B3D
(91,75,61)
#6D5E52
(109,94,82)
#7F7167
(127,113,103)
#91847C
(145,132,124)
#A39791
(163,151,145)
#B5AAA6
(181,170,166)
#C7BDBB
(199,189,187)
#D9D0D0
(217,208,208)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372513; }

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

This text font color is #372513.


Background Color

.myBgColor { background-color: #372513; }

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

This div background color is #372513.


Border color

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

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

This div border color is #372513.


Opacity

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

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

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

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

This text has shadow with #372513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372513 on black background.


Color preview on white background

This text has color #372513 on white background.



Black color preview on #372513 background

This text has black color on #372513 background.


White color preview on #372513 background

This text has white color on #372513 background.