COLOR #373319

HEX: #373319
RGB: (55,51,25)

Color info

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

RGB color model

#373319 color RGB value is (55,51,25).

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

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 25 of 255 = 10%

55
51
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 25 = 131 (100%)
R 55 of 131 ~ 41.98%
G 51 of 131 ~ 38.93%
B 25 of 131 ~ 19.08%

%41.98
%38.93
%19.08

CMYK color model

#373319 color CMYK value is (0,7,55,78).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,7,55,78)
C0M7Y55K78 
(0%,7%,55%,78%)
(0.00/0.07/0.55/0.78)	

CMYK percentages

%0
%7.27
%54.55
%78.43

Codes

Color #373319 in popluar color models

373319
RGB555125
HSL52°37.50%15.69%
HSB/HSV52°54.55%21.57%
CMYK0.00%7.27%54.55%
78.43%

Color #373319 in popluar number systems.

HEX373319
Decimal555125
Binary11011111001111001
Octal676331

Shades and tints

Shades of #373319

#373319
(55,51,25)
#322F17
(50,47,23)
#2D2B15
(45,43,21)
#282713
(40,39,19)
#232311
(35,35,17)
#1E1F0F
(30,31,15)
#191B0D
(25,27,13)
#14170B
(20,23,11)
#0F1309
(15,19,9)
#0A0F07
(10,15,7)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #373319

#373319
(55,51,25)
#49452D
(73,69,45)
#5B5741
(91,87,65)
#6D6955
(109,105,85)
#7F7B69
(127,123,105)
#918D7D
(145,141,125)
#A39F91
(163,159,145)
#B5B1A5
(181,177,165)
#C7C3B9
(199,195,185)
#D9D5CD
(217,213,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373319; }

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

This text font color is #373319.


Background Color

.myBgColor { background-color: #373319; }

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

This div background color is #373319.


Border color

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

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

This div border color is #373319.


Opacity

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

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

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

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

This text has shadow with #373319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373319 on black background.


Color preview on white background

This text has color #373319 on white background.



Black color preview on #373319 background

This text has black color on #373319 background.


White color preview on #373319 background

This text has white color on #373319 background.