COLOR #37212F

HEX: #37212F
RGB: (55,33,47)

Color info

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

RGB color model

#37212F color RGB value is (55,33,47).

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

RGB channels and saturation

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

55
33
47

R + G + B ~ 18%. #37212F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 47 = 135 (100%)
R 55 of 135 ~ 40.74%
G 33 of 135 ~ 24.44%
B 47 of 135 ~ 34.81%

%40.74
%24.44
%34.81

CMYK color model

#37212F color CMYK value is (0,40,15,78).

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

CMYK percentages

%0
%40
%14.55
%78.43

Codes

Color #37212F in popluar color models

37212F
RGB553347
HSL322°25.00%17.25%
HSB/HSV322°40.00%21.57%
CMYK0.00%40.00%14.55%
78.43%

Color #37212F in popluar number systems.

HEX37212F
Decimal553347
Binary110111100001101111
Octal674157

Shades and tints

Shades of #37212F

#37212F
(55,33,47)
#321E2B
(50,30,43)
#2D1B27
(45,27,39)
#281823
(40,24,35)
#23151F
(35,21,31)
#1E121B
(30,18,27)
#190F17
(25,15,23)
#140C13
(20,12,19)
#0F090F
(15,9,15)
#0A060B
(10,6,11)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #37212F

#37212F
(55,33,47)
#493541
(73,53,65)
#5B4953
(91,73,83)
#6D5D65
(109,93,101)
#7F7177
(127,113,119)
#918589
(145,133,137)
#A3999B
(163,153,155)
#B5ADAD
(181,173,173)
#C7C1BF
(199,193,191)
#D9D5D1
(217,213,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37212F; }

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

This text font color is #37212F.


Background Color

.myBgColor { background-color: #37212F; }

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

This div background color is #37212F.


Border color

.myBorderColor { border: 1px solid #37212F; }

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

This div border color is #37212F.


Opacity

.myOpacity80 { color: #37212F; opacity: 0.8; }

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

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

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

This text has shadow with #37212F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37212F on black background.


Color preview on white background

This text has color #37212F on white background.



Black color preview on #37212F background

This text has black color on #37212F background.


White color preview on #37212F background

This text has white color on #37212F background.