COLOR #376F7D

HEX: #376F7D
RGB: (55,111,125)

Color info

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

RGB color model

#376F7D color RGB value is (55,111,125).

  • red value is 55;
  • green value is 111;
  • blue value is 125.
RGB:
(55,111,125)
(22%,44%,49%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 125 of 255 = 49%

55
111
125

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

Portions of RGB colors in percentages

R + G + B =
55 + 111 + 125 = 291 (100%)
R 55 of 291 ~ 18.9%
G 111 of 291 ~ 38.14%
B 125 of 291 ~ 42.96%

%18.9
%38.14
%42.96

CMYK color model

#376F7D color CMYK value is (56,11,0,51).

  • cyan value is 56.00%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(56,11,0,51)
C56M11Y0K51 
(56%,11%,0%,51%)
(0.56/0.11/0.00/0.51)	

CMYK percentages

%56
%11.2
%0
%50.98

Codes

Color #376F7D in popluar color models

376F7D
RGB55111125
HSL192°38.89%35.29%
HSB/HSV192°56.00%49.02%
CMYK56.00%11.20%0.00%
50.98%

Color #376F7D in popluar number systems.

HEX376F7D
Decimal55111125
Binary11011111011111111101
Octal67157175

Shades and tints

Shades of #376F7D

#376F7D
(55,111,125)
#326572
(50,101,114)
#2D5B67
(45,91,103)
#28515C
(40,81,92)
#234751
(35,71,81)
#1E3D46
(30,61,70)
#19333B
(25,51,59)
#142930
(20,41,48)
#0F1F25
(15,31,37)
#0A151A
(10,21,26)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #376F7D

#376F7D
(55,111,125)
#497C88
(73,124,136)
#5B8993
(91,137,147)
#6D969E
(109,150,158)
#7FA3A9
(127,163,169)
#91B0B4
(145,176,180)
#A3BDBF
(163,189,191)
#B5CACA
(181,202,202)
#C7D7D5
(199,215,213)
#D9E4E0
(217,228,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F7D color. Also use rgb(55,111,125) instead hex code.

Text Font Color

.myTextColor { color: #376F7D; }

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

This text font color is #376F7D.


Background Color

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

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

This div background color is #376F7D.


Border color

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

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

This div border color is #376F7D.


Opacity

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

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

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

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

This text has shadow with #376F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F7D on black background.


Color preview on white background

This text has color #376F7D on white background.



Black color preview on #376F7D background

This text has black color on #376F7D background.


White color preview on #376F7D background

This text has white color on #376F7D background.