COLOR #37334C

HEX: #37334C
RGB: (55,51,76)

Color info

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

RGB color model

#37334C color RGB value is (55,51,76).

  • red value is 55;
  • green value is 51;
  • blue value is 76.
RGB:
(55,51,76)
(22%,20%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 76 of 255 = 30%

55
51
76

R + G + B ~ 24%. #37334C is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 76 = 182 (100%)
R 55 of 182 ~ 30.22%
G 51 of 182 ~ 28.02%
B 76 of 182 ~ 41.76%

%30.22
%28.02
%41.76

CMYK color model

#37334C color CMYK value is (28,33,0,70).

  • cyan value is 27.63%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(28,33,0,70)
C28M33Y0K70 
(28%,33%,0%,70%)
(0.28/0.33/0.00/0.70)	

CMYK percentages

%27.63
%32.89
%0
%70.2

Codes

Color #37334C in popluar color models

37334C
RGB555176
HSL250°19.69%24.90%
HSB/HSV250°32.89%29.80%
CMYK27.63%32.89%0.00%
70.20%

Color #37334C in popluar number systems.

HEX37334C
Decimal555176
Binary1101111100111001100
Octal6763114

Shades and tints

Shades of #37334C

#37334C
(55,51,76)
#322F46
(50,47,70)
#2D2B40
(45,43,64)
#28273A
(40,39,58)
#232334
(35,35,52)
#1E1F2E
(30,31,46)
#191B28
(25,27,40)
#141722
(20,23,34)
#0F131C
(15,19,28)
#0A0F16
(10,15,22)
#050B10
(5,11,16)
#000000
(0,0,0)

Tints of #37334C

#37334C
(55,51,76)
#49455C
(73,69,92)
#5B576C
(91,87,108)
#6D697C
(109,105,124)
#7F7B8C
(127,123,140)
#918D9C
(145,141,156)
#A39FAC
(163,159,172)
#B5B1BC
(181,177,188)
#C7C3CC
(199,195,204)
#D9D5DC
(217,213,220)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37334C color. Also use rgb(55,51,76) instead hex code.

Text Font Color

.myTextColor { color: #37334C; }

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

This text font color is #37334C.


Background Color

.myBgColor { background-color: #37334C; }

<div style="background-color:#37334C">Inner text</div>

This div background color is #37334C.


Border color

.myBorderColor { border: 1px solid #37334C; }

<div style="border:3px solid #37334C">Div</div>

This div border color is #37334C.


Opacity

.myOpacity80 { color: #37334C; opacity: 0.8; }

<p style="color:#37334C;opacity:0.8;">80%</p>

Text with #37334C 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 #37334C;}

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

This text has shadow with #37334C color.

.textShadow {text-shadow: 3px 3px 1px #37334C, 3px 3px 1px red;}

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

This text has shadow with #37334C primary color and red secondary color.


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

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

This text has shadow with #37334C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37334C on black background.


Color preview on white background

This text has color #37334C on white background.



Black color preview on #37334C background

This text has black color on #37334C background.


White color preview on #37334C background

This text has white color on #37334C background.