COLOR #37254E

HEX: #37254E
RGB: (55,37,78)

Color info

#37254E contains red, green and blue colors in about the same proportion. Web safe color of #37254E is #333366 (or #336).

RGB color model

#37254E color RGB value is (55,37,78).

  • red value is 55;
  • green value is 37;
  • blue value is 78.
RGB:
(55,37,78)
(22%,15%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 78 of 255 = 31%

55
37
78

R + G + B ~ 23%. #37254E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 78 = 170 (100%)
R 55 of 170 ~ 32.35%
G 37 of 170 ~ 21.76%
B 78 of 170 ~ 45.88%

%32.35
%21.76
%45.88

CMYK color model

#37254E color CMYK value is (29,53,0,69).

  • cyan value is 29.49%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(29,53,0,69)
C29M53Y0K69 
(29%,53%,0%,69%)
(0.29/0.53/0.00/0.69)	

CMYK percentages

%29.49
%52.56
%0
%69.41

Codes

Color #37254E in popluar color models

37254E
RGB553778
HSL266°35.65%22.55%
HSB/HSV266°52.56%30.59%
CMYK29.49%52.56%0.00%
69.41%

Color #37254E in popluar number systems.

HEX37254E
Decimal553778
Binary1101111001011001110
Octal6745116

Shades and tints

Shades of #37254E

#37254E
(55,37,78)
#322247
(50,34,71)
#2D1F40
(45,31,64)
#281C39
(40,28,57)
#231932
(35,25,50)
#1E162B
(30,22,43)
#191324
(25,19,36)
#14101D
(20,16,29)
#0F0D16
(15,13,22)
#0A0A0F
(10,10,15)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #37254E

#37254E
(55,37,78)
#49385E
(73,56,94)
#5B4B6E
(91,75,110)
#6D5E7E
(109,94,126)
#7F718E
(127,113,142)
#91849E
(145,132,158)
#A397AE
(163,151,174)
#B5AABE
(181,170,190)
#C7BDCE
(199,189,206)
#D9D0DE
(217,208,222)
#EBE3EE
(235,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37254E color. Also use rgb(55,37,78) instead hex code.

Text Font Color

.myTextColor { color: #37254E; }

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

This text font color is #37254E.


Background Color

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

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

This div background color is #37254E.


Border color

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

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

This div border color is #37254E.


Opacity

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

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

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

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

This text has shadow with #37254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37254E on black background.


Color preview on white background

This text has color #37254E on white background.



Black color preview on #37254E background

This text has black color on #37254E background.


White color preview on #37254E background

This text has white color on #37254E background.