COLOR #373219

HEX: #373219
RGB: (55,50,25)

Color info

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

RGB color model

#373219 color RGB value is (55,50,25).

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

RGB channels and saturation

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

55
50
25

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

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 25 = 130 (100%)
R 55 of 130 ~ 42.31%
G 50 of 130 ~ 38.46%
B 25 of 130 ~ 19.23%

%42.31
%38.46
%19.23

CMYK color model

#373219 color CMYK value is (0,9,55,78).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(0,9,55,78)
C0M9Y55K78 
(0%,9%,55%,78%)
(0.00/0.09/0.55/0.78)	

CMYK percentages

%0
%9.09
%54.55
%78.43

Codes

Color #373219 in popluar color models

373219
RGB555025
HSL50°37.50%15.69%
HSB/HSV50°54.55%21.57%
CMYK0.00%9.09%54.55%
78.43%

Color #373219 in popluar number systems.

HEX373219
Decimal555025
Binary11011111001011001
Octal676231

Shades and tints

Shades of #373219

#373219
(55,50,25)
#322E17
(50,46,23)
#2D2A15
(45,42,21)
#282613
(40,38,19)
#232211
(35,34,17)
#1E1E0F
(30,30,15)
#191A0D
(25,26,13)
#14160B
(20,22,11)
#0F1209
(15,18,9)
#0A0E07
(10,14,7)
#050A05
(5,10,5)
#000000
(0,0,0)

Tints of #373219

#373219
(55,50,25)
#49442D
(73,68,45)
#5B5641
(91,86,65)
#6D6855
(109,104,85)
#7F7A69
(127,122,105)
#918C7D
(145,140,125)
#A39E91
(163,158,145)
#B5B0A5
(181,176,165)
#C7C2B9
(199,194,185)
#D9D4CD
(217,212,205)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373219; }

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

This text font color is #373219.


Background Color

.myBgColor { background-color: #373219; }

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

This div background color is #373219.


Border color

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

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

This div border color is #373219.


Opacity

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

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

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

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

This text has shadow with #373219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373219 on black background.


Color preview on white background

This text has color #373219 on white background.



Black color preview on #373219 background

This text has black color on #373219 background.


White color preview on #373219 background

This text has white color on #373219 background.