COLOR #376980

HEX: #376980
RGB: (55,105,128)

Color info

#376980 contains mainly green and blue colors. Web safe color of #376980 is #336666 (or #366).

RGB color model

#376980 color RGB value is (55,105,128).

  • red value is 55;
  • green value is 105;
  • blue value is 128.
RGB:
(55,105,128)
(22%,41%,50%)

RGB channels and saturation

R 55 of 255 = 22%
G 105 of 255 = 41%
B 128 of 255 = 50%

55
105
128

R + G + B ~ 38%. #376980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 105 + 128 = 288 (100%)
R 55 of 288 ~ 19.1%
G 105 of 288 ~ 36.46%
B 128 of 288 ~ 44.44%

%19.1
%36.46
%44.44

CMYK color model

#376980 color CMYK value is (57,18,0,50).

  • cyan value is 57.03%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(57,18,0,50)
C57M18Y0K50 
(57%,18%,0%,50%)
(0.57/0.18/0.00/0.50)	

CMYK percentages

%57.03
%17.97
%0
%49.8

Codes

Color #376980 in popluar color models

376980
RGB55105128
HSL199°39.89%35.88%
HSB/HSV199°57.03%50.20%
CMYK57.03%17.97%0.00%
49.80%

Color #376980 in popluar number systems.

HEX376980
Decimal55105128
Binary110111110100110000000
Octal67151200

Shades and tints

Shades of #376980

#376980
(55,105,128)
#326075
(50,96,117)
#2D576A
(45,87,106)
#284E5F
(40,78,95)
#234554
(35,69,84)
#1E3C49
(30,60,73)
#19333E
(25,51,62)
#142A33
(20,42,51)
#0F2128
(15,33,40)
#0A181D
(10,24,29)
#050F12
(5,15,18)
#000000
(0,0,0)

Tints of #376980

#376980
(55,105,128)
#49768B
(73,118,139)
#5B8396
(91,131,150)
#6D90A1
(109,144,161)
#7F9DAC
(127,157,172)
#91AAB7
(145,170,183)
#A3B7C2
(163,183,194)
#B5C4CD
(181,196,205)
#C7D1D8
(199,209,216)
#D9DEE3
(217,222,227)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376980 color. Also use rgb(55,105,128) instead hex code.

Text Font Color

.myTextColor { color: #376980; }

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

This text font color is #376980.


Background Color

.myBgColor { background-color: #376980; }

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

This div background color is #376980.


Border color

.myBorderColor { border: 1px solid #376980; }

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

This div border color is #376980.


Opacity

.myOpacity80 { color: #376980; opacity: 0.8; }

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

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

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

This text has shadow with #376980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376980 on black background.


Color preview on white background

This text has color #376980 on white background.



Black color preview on #376980 background

This text has black color on #376980 background.


White color preview on #376980 background

This text has white color on #376980 background.