COLOR #37213A

HEX: #37213A RGB: (55,33,58)

Color info

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

RGB color model

#37213A color RGB value is (55,33,58).

RGB: (55,33,58) (22%, 13%, 23%)

RGB channels and saturation

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

55
33
58

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

Portions of RGB colors in percentages

R + G + B = 55 + 33 + 58 = 146 (100%)
R 55 of 146 ~ 37.67%
G 33 of 146 ~ 22.6%
B 58 of 146 ~ 39.73'%

%37.67
%22.6
%39.73

CMYK color model

#37213A color CMYK value is (5,43,0,77).

  • cyan value is 5.17%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (5,43,0,77)
C5M43Y0K77 (5%, 43%, 0%, 77%)
(0.05 / 0.43 / 0.00 / 0.77)

CMYK percentages

%5.17
%43.1
%0
%77.25

Codes

Color #37213A in popluar color models

37 21 3A
RGB 55 33 58
HSL 293° 27.47% 17.84%
HSB/HSV 293° 43.10% 22.75%
CMYK 5.17% 43.10% 0.00%
77.25%

Color #37213A in popluar number systems.

HEX 37 21 3A
Decimal 55 33 58
Binary 110111 100001 111010
Octal 67 41 72

Shades and tints

Shades of #37213A

#37213A
(55,33,58)
#321E35
(50,30,53)
#2D1B30
(45,27,48)
#28182B
(40,24,43)
#231526
(35,21,38)
#1E1221
(30,18,33)
#190F1C
(25,15,28)
#140C17
(20,12,23)
#0F0912
(15,9,18)
#0A060D
(10,6,13)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #37213A

#37213A
(55,33,58)
#49354B
(73,53,75)
#5B495C
(91,73,92)
#6D5D6D
(109,93,109)
#7F717E
(127,113,126)
#91858F
(145,133,143)
#A399A0
(163,153,160)
#B5ADB1
(181,173,177)
#C7C1C2
(199,193,194)
#D9D5D3
(217,213,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37213A; }

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

This text font color is #37213A.

Background Color

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

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

This div background color is #37213A.

Border color

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

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

This div border color is #37213A.

Opacity

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

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

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

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

This text has shadow with #37213A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37213A.

Preview

Color preview on black background

This text has color #37213A on black background.


Color preview on white background

This text has color #37213A on white background.


Black color preview on #37213A background

This text has black color on #37213A background.


White color preview on #37213A background

This text has white color on #37213A background.


Related colors

Complementary color

Complementary color for #hex is #C8DEC5.


I love getcolorcode.com

Triadic colors

1 #3A3721 and #213A37 with #37213A are triadic colors.

2 #3A2137 and #21373A with #37213A are triadic colors.