COLOR #373228

HEX: #373228
RGB: (55,50,40)

Color info

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

RGB color model

#373228 color RGB value is (55,50,40).

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

RGB channels and saturation

R 55 of 255 = 22%
G 50 of 255 = 20%
B 40 of 255 = 16%

55
50
40

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

Portions of RGB colors in percentages

R + G + B =
55 + 50 + 40 = 145 (100%)
R 55 of 145 ~ 37.93%
G 50 of 145 ~ 34.48%
B 40 of 145 ~ 27.59%

%37.93
%34.48
%27.59

CMYK color model

#373228 color CMYK value is (0,9,27,78).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 27.27%
  • key color value is 78.43%
CMYK:
(0,9,27,78)
C0M9Y27K78 
(0%,9%,27%,78%)
(0.00/0.09/0.27/0.78)	

CMYK percentages

%0
%9.09
%27.27
%78.43

Codes

Color #373228 in popluar color models

373228
RGB555040
HSL40°15.79%18.63%
HSB/HSV40°27.27%21.57%
CMYK0.00%9.09%27.27%
78.43%

Color #373228 in popluar number systems.

HEX373228
Decimal555040
Binary110111110010101000
Octal676250

Shades and tints

Shades of #373228

#373228
(55,50,40)
#322E25
(50,46,37)
#2D2A22
(45,42,34)
#28261F
(40,38,31)
#23221C
(35,34,28)
#1E1E19
(30,30,25)
#191A16
(25,26,22)
#141613
(20,22,19)
#0F1210
(15,18,16)
#0A0E0D
(10,14,13)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #373228

#373228
(55,50,40)
#49443B
(73,68,59)
#5B564E
(91,86,78)
#6D6861
(109,104,97)
#7F7A74
(127,122,116)
#918C87
(145,140,135)
#A39E9A
(163,158,154)
#B5B0AD
(181,176,173)
#C7C2C0
(199,194,192)
#D9D4D3
(217,212,211)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373228; }

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

This text font color is #373228.


Background Color

.myBgColor { background-color: #373228; }

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

This div background color is #373228.


Border color

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

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

This div border color is #373228.


Opacity

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

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

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

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

This text has shadow with #373228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373228 on black background.


Color preview on white background

This text has color #373228 on white background.



Black color preview on #373228 background

This text has black color on #373228 background.


White color preview on #373228 background

This text has white color on #373228 background.