COLOR #37211E

HEX: #37211E
RGB: (55,33,30)

Color info

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

RGB color model

#37211E color RGB value is (55,33,30).

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

RGB channels and saturation

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

55
33
30

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

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 30 = 118 (100%)
R 55 of 118 ~ 46.61%
G 33 of 118 ~ 27.97%
B 30 of 118 ~ 25.42%

%46.61
%27.97
%25.42

CMYK color model

#37211E color CMYK value is (0,40,45,78).

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

CMYK percentages

%0
%40
%45.45
%78.43

Codes

Color #37211E in popluar color models

37211E
RGB553330
HSL29.41%16.67%
HSB/HSV45.45%21.57%
CMYK0.00%40.00%45.45%
78.43%

Color #37211E in popluar number systems.

HEX37211E
Decimal553330
Binary11011110000111110
Octal674136

Shades and tints

Shades of #37211E

#37211E
(55,33,30)
#321E1C
(50,30,28)
#2D1B1A
(45,27,26)
#281818
(40,24,24)
#231516
(35,21,22)
#1E1214
(30,18,20)
#190F12
(25,15,18)
#140C10
(20,12,16)
#0F090E
(15,9,14)
#0A060C
(10,6,12)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #37211E

#37211E
(55,33,30)
#493532
(73,53,50)
#5B4946
(91,73,70)
#6D5D5A
(109,93,90)
#7F716E
(127,113,110)
#918582
(145,133,130)
#A39996
(163,153,150)
#B5ADAA
(181,173,170)
#C7C1BE
(199,193,190)
#D9D5D2
(217,213,210)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37211E; }

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

This text font color is #37211E.


Background Color

.myBgColor { background-color: #37211E; }

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

This div background color is #37211E.


Border color

.myBorderColor { border: 1px solid #37211E; }

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

This div border color is #37211E.


Opacity

.myOpacity80 { color: #37211E; opacity: 0.8; }

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

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

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

This text has shadow with #37211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37211E on black background.


Color preview on white background

This text has color #37211E on white background.



Black color preview on #37211E background

This text has black color on #37211E background.


White color preview on #37211E background

This text has white color on #37211E background.