COLOR #37214A

HEX: #37214A
RGB: (55,33,74)

Color info

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

RGB color model

#37214A color RGB value is (55,33,74).

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

RGB channels and saturation

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

55
33
74

R + G + B ~ 21%. #37214A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 33 + 74 = 162 (100%)
R 55 of 162 ~ 33.95%
G 33 of 162 ~ 20.37%
B 74 of 162 ~ 45.68%

%33.95
%20.37
%45.68

CMYK color model

#37214A color CMYK value is (26,55,0,71).

  • cyan value is 25.68%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(26,55,0,71)
C26M55Y0K71 
(26%,55%,0%,71%)
(0.26/0.55/0.00/0.71)	

CMYK percentages

%25.68
%55.41
%0
%70.98

Codes

Color #37214A in popluar color models

37214A
RGB553374
HSL272°38.32%20.98%
HSB/HSV272°55.41%29.02%
CMYK25.68%55.41%0.00%
70.98%

Color #37214A in popluar number systems.

HEX37214A
Decimal553374
Binary1101111000011001010
Octal6741112

Shades and tints

Shades of #37214A

#37214A
(55,33,74)
#321E44
(50,30,68)
#2D1B3E
(45,27,62)
#281838
(40,24,56)
#231532
(35,21,50)
#1E122C
(30,18,44)
#190F26
(25,15,38)
#140C20
(20,12,32)
#0F091A
(15,9,26)
#0A0614
(10,6,20)
#05030E
(5,3,14)
#000000
(0,0,0)

Tints of #37214A

#37214A
(55,33,74)
#49355A
(73,53,90)
#5B496A
(91,73,106)
#6D5D7A
(109,93,122)
#7F718A
(127,113,138)
#91859A
(145,133,154)
#A399AA
(163,153,170)
#B5ADBA
(181,173,186)
#C7C1CA
(199,193,202)
#D9D5DA
(217,213,218)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37214A; }

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

This text font color is #37214A.


Background Color

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

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

This div background color is #37214A.


Border color

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

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

This div border color is #37214A.


Opacity

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

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

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

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

This text has shadow with #37214A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37214A on black background.


Color preview on white background

This text has color #37214A on white background.



Black color preview on #37214A background

This text has black color on #37214A background.


White color preview on #37214A background

This text has white color on #37214A background.