COLOR #376E84

HEX: #376E84
RGB: (55,110,132)

Color info

#376E84 contains mainly green and blue colors. Web safe color of #376E84 is #336699 (or #369).

RGB color model

#376E84 color RGB value is (55,110,132).

  • red value is 55;
  • green value is 110;
  • blue value is 132.
RGB:
(55,110,132)
(22%,43%,52%)

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 132 of 255 = 52%

55
110
132

R + G + B ~ 39%. #376E84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 110 + 132 = 297 (100%)
R 55 of 297 ~ 18.52%
G 110 of 297 ~ 37.04%
B 132 of 297 ~ 44.44%

%18.52
%37.04
%44.44

CMYK color model

#376E84 color CMYK value is (58,17,0,48).

  • cyan value is 58.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(58,17,0,48)
C58M17Y0K48 
(58%,17%,0%,48%)
(0.58/0.17/0.00/0.48)	

CMYK percentages

%58.33
%16.67
%0
%48.24

Codes

Color #376E84 in popluar color models

376E84
RGB55110132
HSL197°41.18%36.67%
HSB/HSV197°58.33%51.76%
CMYK58.33%16.67%0.00%
48.24%

Color #376E84 in popluar number systems.

HEX376E84
Decimal55110132
Binary110111110111010000100
Octal67156204

Shades and tints

Shades of #376E84

#376E84
(55,110,132)
#326478
(50,100,120)
#2D5A6C
(45,90,108)
#285060
(40,80,96)
#234654
(35,70,84)
#1E3C48
(30,60,72)
#19323C
(25,50,60)
#142830
(20,40,48)
#0F1E24
(15,30,36)
#0A1418
(10,20,24)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #376E84

#376E84
(55,110,132)
#497B8F
(73,123,143)
#5B889A
(91,136,154)
#6D95A5
(109,149,165)
#7FA2B0
(127,162,176)
#91AFBB
(145,175,187)
#A3BCC6
(163,188,198)
#B5C9D1
(181,201,209)
#C7D6DC
(199,214,220)
#D9E3E7
(217,227,231)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376E84 color. Also use rgb(55,110,132) instead hex code.

Text Font Color

.myTextColor { color: #376E84; }

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

This text font color is #376E84.


Background Color

.myBgColor { background-color: #376E84; }

<div style="background-color:#376E84">Inner text</div>

This div background color is #376E84.


Border color

.myBorderColor { border: 1px solid #376E84; }

<div style="border:3px solid #376E84">Div</div>

This div border color is #376E84.


Opacity

.myOpacity80 { color: #376E84; opacity: 0.8; }

<p style="color:#376E84;opacity:0.8;">80%</p>

Text with #376E84 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 #376E84;}

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

This text has shadow with #376E84 color.

.textShadow {text-shadow: 3px 3px 1px #376E84, 3px 3px 1px red;}

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

This text has shadow with #376E84 primary color and red secondary color.


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

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

This text has shadow with #376E84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E84 on black background.


Color preview on white background

This text has color #376E84 on white background.



Black color preview on #376E84 background

This text has black color on #376E84 background.


White color preview on #376E84 background

This text has white color on #376E84 background.