COLOR #37384C

HEX: #37384C
RGB: (55,56,76)

Color info

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

RGB color model

#37384C color RGB value is (55,56,76).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 76 of 255 = 30%

55
56
76

R + G + B ~ 25%. #37384C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 76 = 187 (100%)
R 55 of 187 ~ 29.41%
G 56 of 187 ~ 29.95%
B 76 of 187 ~ 40.64%

%29.41
%29.95
%40.64

CMYK color model

#37384C color CMYK value is (28,26,0,70).

  • cyan value is 27.63%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(28,26,0,70)
C28M26Y0K70 
(28%,26%,0%,70%)
(0.28/0.26/0.00/0.70)	

CMYK percentages

%27.63
%26.32
%0
%70.2

Codes

Color #37384C in popluar color models

37384C
RGB555676
HSL237°16.03%25.69%
HSB/HSV237°27.63%29.80%
CMYK27.63%26.32%0.00%
70.20%

Color #37384C in popluar number systems.

HEX37384C
Decimal555676
Binary1101111110001001100
Octal6770114

Shades and tints

Shades of #37384C

#37384C
(55,56,76)
#323346
(50,51,70)
#2D2E40
(45,46,64)
#28293A
(40,41,58)
#232434
(35,36,52)
#1E1F2E
(30,31,46)
#191A28
(25,26,40)
#141522
(20,21,34)
#0F101C
(15,16,28)
#0A0B16
(10,11,22)
#050610
(5,6,16)
#000000
(0,0,0)

Tints of #37384C

#37384C
(55,56,76)
#494A5C
(73,74,92)
#5B5C6C
(91,92,108)
#6D6E7C
(109,110,124)
#7F808C
(127,128,140)
#91929C
(145,146,156)
#A3A4AC
(163,164,172)
#B5B6BC
(181,182,188)
#C7C8CC
(199,200,204)
#D9DADC
(217,218,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37384C; }

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

This text font color is #37384C.


Background Color

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

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

This div background color is #37384C.


Border color

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

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

This div border color is #37384C.


Opacity

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

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

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

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

This text has shadow with #37384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37384C on black background.


Color preview on white background

This text has color #37384C on white background.



Black color preview on #37384C background

This text has black color on #37384C background.


White color preview on #37384C background

This text has white color on #37384C background.