COLOR #37074E

HEX: #37074E
RGB: (55,7,78)

Color info

#37074E contains mainly red and blue colors. Web safe color of #37074E is #330066 (or #306).

RGB color model

#37074E color RGB value is (55,7,78).

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

RGB channels and saturation

R 55 of 255 = 22%
G 7 of 255 = 3%
B 78 of 255 = 31%

55
7
78

R + G + B ~ 19%. #37074E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 7 + 78 = 140 (100%)
R 55 of 140 ~ 39.29%
G 7 of 140 ~ 5%
B 78 of 140 ~ 55.71%

%39.29
%55.71

CMYK color model

#37074E color CMYK value is (29,91,0,69).

  • cyan value is 29.49%
  • magenta value is 91.03%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(29,91,0,69)
C29M91Y0K69 
(29%,91%,0%,69%)
(0.29/0.91/0.00/0.69)	

CMYK percentages

%29.49
%91.03
%0
%69.41

Codes

Color #37074E in popluar color models

37074E
RGB55778
HSL281°83.53%16.67%
HSB/HSV281°91.03%30.59%
CMYK29.49%91.03%0.00%
69.41%

Color #37074E in popluar number systems.

HEX37074E
Decimal55778
Binary1101111111001110
Octal677116

Shades and tints

Shades of #37074E

#37074E
(55,7,78)
#320747
(50,7,71)
#2D0740
(45,7,64)
#280739
(40,7,57)
#230732
(35,7,50)
#1E072B
(30,7,43)
#190724
(25,7,36)
#14071D
(20,7,29)
#0F0716
(15,7,22)
#0A070F
(10,7,15)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #37074E

#37074E
(55,7,78)
#491D5E
(73,29,94)
#5B336E
(91,51,110)
#6D497E
(109,73,126)
#7F5F8E
(127,95,142)
#91759E
(145,117,158)
#A38BAE
(163,139,174)
#B5A1BE
(181,161,190)
#C7B7CE
(199,183,206)
#D9CDDE
(217,205,222)
#EBE3EE
(235,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37074E; }

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

This text font color is #37074E.


Background Color

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

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

This div background color is #37074E.


Border color

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

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

This div border color is #37074E.


Opacity

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

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

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

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

This text has shadow with #37074E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37074E on black background.


Color preview on white background

This text has color #37074E on white background.



Black color preview on #37074E background

This text has black color on #37074E background.


White color preview on #37074E background

This text has white color on #37074E background.