COLOR #00376C

HEX: #00376C
RGB: (0,55,108)

Color info

#00376C contains only green and blue colors. Web safe color of #00376C is #003366 (or #036).

RGB color model

#00376C color RGB value is (0,55,108).

  • red value is 0;
  • green value is 55;
  • blue value is 108.
RGB:
(0,55,108)
(0%,22%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 108 of 255 = 42%

0
55
108

R + G + B ~ 21%. #00376C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 55 + 108 = 163 (100%)
R 0 of 163 ~ 0%
G 55 of 163 ~ 33.74%
B 108 of 163 ~ 66.26%

%33.74
%66.26

CMYK color model

#00376C color CMYK value is (100,49,0,58).

  • cyan value is 100.00%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(100,49,0,58)
C100M49Y0K58 
(100%,49%,0%,58%)
(1.00/0.49/0.00/0.58)	

CMYK percentages

%100
%49.07
%0
%57.65

Codes

Color #00376C in popluar color models

00376C
RGB055108
HSL209°100.00%21.18%
HSB/HSV209°100.00%42.35%
CMYK100.00%49.07%0.00%
57.65%

Color #00376C in popluar number systems.

HEX00376C
Decimal055108
Binary01101111101100
Octal067154

Shades and tints

Shades of #00376C

#00376C
(0,55,108)
#003263
(0,50,99)
#002D5A
(0,45,90)
#002851
(0,40,81)
#002348
(0,35,72)
#001E3F
(0,30,63)
#001936
(0,25,54)
#00142D
(0,20,45)
#000F24
(0,15,36)
#000A1B
(0,10,27)
#000512
(0,5,18)
#000000
(0,0,0)

Tints of #00376C

#00376C
(0,55,108)
#174979
(23,73,121)
#2E5B86
(46,91,134)
#456D93
(69,109,147)
#5C7FA0
(92,127,160)
#7391AD
(115,145,173)
#8AA3BA
(138,163,186)
#A1B5C7
(161,181,199)
#B8C7D4
(184,199,212)
#CFD9E1
(207,217,225)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00376C color. Also use rgb(0,55,108) instead hex code.

Text Font Color

.myTextColor { color: #00376C; }

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

This text font color is #00376C.


Background Color

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

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

This div background color is #00376C.


Border color

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

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

This div border color is #00376C.


Opacity

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

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

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

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

This text has shadow with #00376C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00376C on black background.


Color preview on white background

This text has color #00376C on white background.



Black color preview on #00376C background

This text has black color on #00376C background.


White color preview on #00376C background

This text has white color on #00376C background.