COLOR #37334A

HEX: #37334A
RGB: (55,51,74)

Color info

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

RGB color model

#37334A color RGB value is (55,51,74).

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

RGB channels and saturation

R 55 of 255 = 22%
G 51 of 255 = 20%
B 74 of 255 = 29%

55
51
74

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 74 = 180 (100%)
R 55 of 180 ~ 30.56%
G 51 of 180 ~ 28.33%
B 74 of 180 ~ 41.11%

%30.56
%28.33
%41.11

CMYK color model

#37334A color CMYK value is (26,31,0,71).

  • cyan value is 25.68%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(26,31,0,71)
C26M31Y0K71 
(26%,31%,0%,71%)
(0.26/0.31/0.00/0.71)	

CMYK percentages

%25.68
%31.08
%0
%70.98

Codes

Color #37334A in popluar color models

37334A
RGB555174
HSL250°18.40%24.51%
HSB/HSV250°31.08%29.02%
CMYK25.68%31.08%0.00%
70.98%

Color #37334A in popluar number systems.

HEX37334A
Decimal555174
Binary1101111100111001010
Octal6763112

Shades and tints

Shades of #37334A

#37334A
(55,51,74)
#322F44
(50,47,68)
#2D2B3E
(45,43,62)
#282738
(40,39,56)
#232332
(35,35,50)
#1E1F2C
(30,31,44)
#191B26
(25,27,38)
#141720
(20,23,32)
#0F131A
(15,19,26)
#0A0F14
(10,15,20)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #37334A

#37334A
(55,51,74)
#49455A
(73,69,90)
#5B576A
(91,87,106)
#6D697A
(109,105,122)
#7F7B8A
(127,123,138)
#918D9A
(145,141,154)
#A39FAA
(163,159,170)
#B5B1BA
(181,177,186)
#C7C3CA
(199,195,202)
#D9D5DA
(217,213,218)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37334A; }

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

This text font color is #37334A.


Background Color

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

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

This div background color is #37334A.


Border color

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

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

This div border color is #37334A.


Opacity

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

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

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

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

This text has shadow with #37334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37334A on black background.


Color preview on white background

This text has color #37334A on white background.



Black color preview on #37334A background

This text has black color on #37334A background.


White color preview on #37334A background

This text has white color on #37334A background.