COLOR #372121

HEX: #372121
RGB: (55,33,33)

Color info

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

RGB color model

#372121 color RGB value is (55,33,33).

  • red value is 55;
  • green value is 33;
  • blue value is 33.
RGB:
(55,33,33)
(22%,13%,13%)

RGB channels and saturation

R 55 of 255 = 22%
G 33 of 255 = 13%
B 33 of 255 = 13%

55
33
33

R + G + B ~ 16%. #372121 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 33 = 121 (100%)
R 55 of 121 ~ 45.45%
G 33 of 121 ~ 27.27%
B 33 of 121 ~ 27.27%

%45.45
%27.27
%27.27

CMYK color model

#372121 color CMYK value is (0,40,40,78).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 78.43%
CMYK:
(0,40,40,78)
C0M40Y40K78 
(0%,40%,40%,78%)
(0.00/0.40/0.40/0.78)	

CMYK percentages

%0
%40
%40
%78.43

Codes

Color #372121 in popluar color models

372121
RGB553333
HSL25.00%17.25%
HSB/HSV40.00%21.57%
CMYK0.00%40.00%40.00%
78.43%

Color #372121 in popluar number systems.

HEX372121
Decimal553333
Binary110111100001100001
Octal674141

Shades and tints

Shades of #372121

#372121
(55,33,33)
#321E1E
(50,30,30)
#2D1B1B
(45,27,27)
#281818
(40,24,24)
#231515
(35,21,21)
#1E1212
(30,18,18)
#190F0F
(25,15,15)
#140C0C
(20,12,12)
#0F0909
(15,9,9)
#0A0606
(10,6,6)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #372121

#372121
(55,33,33)
#493535
(73,53,53)
#5B4949
(91,73,73)
#6D5D5D
(109,93,93)
#7F7171
(127,113,113)
#918585
(145,133,133)
#A39999
(163,153,153)
#B5ADAD
(181,173,173)
#C7C1C1
(199,193,193)
#D9D5D5
(217,213,213)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372121; }

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

This text font color is #372121.


Background Color

.myBgColor { background-color: #372121; }

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

This div background color is #372121.


Border color

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

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

This div border color is #372121.


Opacity

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

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

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

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

This text has shadow with #372121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372121 on black background.


Color preview on white background

This text has color #372121 on white background.



Black color preview on #372121 background

This text has black color on #372121 background.


White color preview on #372121 background

This text has white color on #372121 background.