COLOR #373227

HEX: #373227
RGB: (55,50,39)

Color info

#373227 contains red, green and blue colors in about the same proportion. Web safe color of #373227 is #333333 (or #333).

RGB color model

#373227 color RGB value is (55,50,39).

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

RGB channels and saturation

R 55 of 255 = 22%
G 50 of 255 = 20%
B 39 of 255 = 15%

55
50
39

R + G + B ~ 19%. #373227 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 39 = 144 (100%)
R 55 of 144 ~ 38.19%
G 50 of 144 ~ 34.72%
B 39 of 144 ~ 27.08%

%38.19
%34.72
%27.08

CMYK color model

#373227 color CMYK value is (0,9,29,78).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(0,9,29,78)
C0M9Y29K78 
(0%,9%,29%,78%)
(0.00/0.09/0.29/0.78)	

CMYK percentages

%0
%9.09
%29.09
%78.43

Codes

Color #373227 in popluar color models

373227
RGB555039
HSL41°17.02%18.43%
HSB/HSV41°29.09%21.57%
CMYK0.00%9.09%29.09%
78.43%

Color #373227 in popluar number systems.

HEX373227
Decimal555039
Binary110111110010100111
Octal676247

Shades and tints

Shades of #373227

#373227
(55,50,39)
#322E24
(50,46,36)
#2D2A21
(45,42,33)
#28261E
(40,38,30)
#23221B
(35,34,27)
#1E1E18
(30,30,24)
#191A15
(25,26,21)
#141612
(20,22,18)
#0F120F
(15,18,15)
#0A0E0C
(10,14,12)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #373227

#373227
(55,50,39)
#49443A
(73,68,58)
#5B564D
(91,86,77)
#6D6860
(109,104,96)
#7F7A73
(127,122,115)
#918C86
(145,140,134)
#A39E99
(163,158,153)
#B5B0AC
(181,176,172)
#C7C2BF
(199,194,191)
#D9D4D2
(217,212,210)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373227; }

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

This text font color is #373227.


Background Color

.myBgColor { background-color: #373227; }

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

This div background color is #373227.


Border color

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

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

This div border color is #373227.


Opacity

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

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

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

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

This text has shadow with #373227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373227 on black background.


Color preview on white background

This text has color #373227 on white background.



Black color preview on #373227 background

This text has black color on #373227 background.


White color preview on #373227 background

This text has white color on #373227 background.