COLOR #37416F

HEX: #37416F RGB: (55,65,111)

Color info

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

RGB color model

#37416F color RGB value is (55,65,111).

RGB: (55,65,111) (22%, 25%, 44%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 111 of 255 = 44%

55
65
111

R + G + B ~ 30%. #37416F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 65 + 111 = 231 (100%)
R 55 of 231 ~ 23.81%
G 65 of 231 ~ 28.14%
B 111 of 231 ~ 48.05'%

%23.81
%28.14
%48.05

CMYK color model

#37416F color CMYK value is (50,41,0,56).

  • cyan value is 50.45%
  • magenta value is 41.44%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (50,41,0,56)
C50M41Y0K56 (50%, 41%, 0%, 56%)
(0.50 / 0.41 / 0.00 / 0.56)

CMYK percentages

%50.45
%41.44
%0
%56.47

Codes

Color #37416F in popluar color models

37 41 6F
RGB 55 65 111
HSL 229° 33.73% 32.55%
HSB/HSV 229° 50.45% 43.53%
CMYK 50.45% 41.44% 0.00%
56.47%

Color #37416F in popluar number systems.

HEX 37 41 6F
Decimal 55 65 111
Binary 110111 1000001 1101111
Octal 67 101 157

Shades and tints

Shades of #37416F

#37416F
(55,65,111)
#323C65
(50,60,101)
#2D375B
(45,55,91)
#283251
(40,50,81)
#232D47
(35,45,71)
#1E283D
(30,40,61)
#192333
(25,35,51)
#141E29
(20,30,41)
#0F191F
(15,25,31)
#0A1415
(10,20,21)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #37416F

#37416F
(55,65,111)
#49527C
(73,82,124)
#5B6389
(91,99,137)
#6D7496
(109,116,150)
#7F85A3
(127,133,163)
#9196B0
(145,150,176)
#A3A7BD
(163,167,189)
#B5B8CA
(181,184,202)
#C7C9D7
(199,201,215)
#D9DAE4
(217,218,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37416F color. Also use rgb(55,65,111) instead hex code.

Text Font Color

.myTextColor { color: #37416F; }

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

This text font color is #37416F.

Background Color

.myBgColor { background-color: #37416F; }

<div style="background-color:#37416F">Inner text</div>

This div background color is #37416F.

Border color

.myBorderColor { border: 1px solid #37416F; }

<div style="border:3px solid #37416F">Div</div>

This div border color is #37416F.

Opacity

.myOpacity80 { color: #37416F; opacity: 0.8; }

<p style="color:#37416F;opacity:0.8;">80%</p>

Text with #37416F 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 #37416F;}

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

This text has shadow with #37416F color.


.textShadow {text-shadow: 3px 3px 1px #37416F', 3px 3px 1px red;}

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

This text has shadow with #37416F primary color and red secondary color.


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

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

This text has shadow with #37416F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37416F; -webkit-box-shadow: 1px 1px 3px 2px #37416F; box-shadow:1px 1px 3px 2px #37416F;">
Div content here
</div>

This div box has shadow with color #37416F.

Preview

Color preview on black background

This text has color #37416F on black background.


Color preview on white background

This text has color #37416F on white background.


Black color preview on #37416F background

This text has black color on #37416F background.


White color preview on #37416F background

This text has white color on #37416F background.


Related colors

Complementary color

Complementary color for #hex is #C8BE90.


I love getcolorcode.com

Triadic colors

1 #6F3741 and #416F37 with #37416F are triadic colors.

2 #6F4137 and #41376F with #37416F are triadic colors.