COLOR #37213D

HEX: #37213D
RGB: (55,33,61)

Color info

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

RGB color model

#37213D color RGB value is (55,33,61).

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

RGB channels and saturation

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

55
33
61

R + G + B ~ 20%. #37213D is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 61 = 149 (100%)
R 55 of 149 ~ 36.91%
G 33 of 149 ~ 22.15%
B 61 of 149 ~ 40.94%

%36.91
%22.15
%40.94

CMYK color model

#37213D color CMYK value is (10,46,0,76).

  • cyan value is 9.84%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,46,0,76)
C10M46Y0K76 
(10%,46%,0%,76%)
(0.10/0.46/0.00/0.76)	

CMYK percentages

%9.84
%45.9
%0
%76.08

Codes

Color #37213D in popluar color models

37213D
RGB553361
HSL287°29.79%18.43%
HSB/HSV287°45.90%23.92%
CMYK9.84%45.90%0.00%
76.08%

Color #37213D in popluar number systems.

HEX37213D
Decimal553361
Binary110111100001111101
Octal674175

Shades and tints

Shades of #37213D

#37213D
(55,33,61)
#321E38
(50,30,56)
#2D1B33
(45,27,51)
#28182E
(40,24,46)
#231529
(35,21,41)
#1E1224
(30,18,36)
#190F1F
(25,15,31)
#140C1A
(20,12,26)
#0F0915
(15,9,21)
#0A0610
(10,6,16)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #37213D

#37213D
(55,33,61)
#49354E
(73,53,78)
#5B495F
(91,73,95)
#6D5D70
(109,93,112)
#7F7181
(127,113,129)
#918592
(145,133,146)
#A399A3
(163,153,163)
#B5ADB4
(181,173,180)
#C7C1C5
(199,193,197)
#D9D5D6
(217,213,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37213D; }

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

This text font color is #37213D.


Background Color

.myBgColor { background-color: #37213D; }

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

This div background color is #37213D.


Border color

.myBorderColor { border: 1px solid #37213D; }

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

This div border color is #37213D.


Opacity

.myOpacity80 { color: #37213D; opacity: 0.8; }

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

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

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

This text has shadow with #37213D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37213D on black background.


Color preview on white background

This text has color #37213D on white background.



Black color preview on #37213D background

This text has black color on #37213D background.


White color preview on #37213D background

This text has white color on #37213D background.