COLOR #00375A

HEX: #00375A
RGB: (0,55,90)

Color info

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

RGB color model

#00375A color RGB value is (0,55,90).

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

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 90 of 255 = 35%

0
55
90

R + G + B ~ 19%. #00375A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 55 + 90 = 145 (100%)
R 0 of 145 ~ 0%
G 55 of 145 ~ 37.93%
B 90 of 145 ~ 62.07%

%37.93
%62.07

CMYK color model

#00375A color CMYK value is (100,39,0,65).

  • cyan value is 100.00%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(100,39,0,65)
C100M39Y0K65 
(100%,39%,0%,65%)
(1.00/0.39/0.00/0.65)	

CMYK percentages

%100
%38.89
%0
%64.71

Codes

Color #00375A in popluar color models

00375A
RGB05590
HSL203°100.00%17.65%
HSB/HSV203°100.00%35.29%
CMYK100.00%38.89%0.00%
64.71%

Color #00375A in popluar number systems.

HEX00375A
Decimal05590
Binary01101111011010
Octal067132

Shades and tints

Shades of #00375A

#00375A
(0,55,90)
#003252
(0,50,82)
#002D4A
(0,45,74)
#002842
(0,40,66)
#00233A
(0,35,58)
#001E32
(0,30,50)
#00192A
(0,25,42)
#001422
(0,20,34)
#000F1A
(0,15,26)
#000A12
(0,10,18)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #00375A

#00375A
(0,55,90)
#174969
(23,73,105)
#2E5B78
(46,91,120)
#456D87
(69,109,135)
#5C7F96
(92,127,150)
#7391A5
(115,145,165)
#8AA3B4
(138,163,180)
#A1B5C3
(161,181,195)
#B8C7D2
(184,199,210)
#CFD9E1
(207,217,225)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00375A color. Also use rgb(0,55,90) instead hex code.

Text Font Color

.myTextColor { color: #00375A; }

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

This text font color is #00375A.


Background Color

.myBgColor { background-color: #00375A; }

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

This div background color is #00375A.


Border color

.myBorderColor { border: 1px solid #00375A; }

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

This div border color is #00375A.


Opacity

.myOpacity80 { color: #00375A; opacity: 0.8; }

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

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

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

This text has shadow with #00375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00375A on black background.


Color preview on white background

This text has color #00375A on white background.



Black color preview on #00375A background

This text has black color on #00375A background.


White color preview on #00375A background

This text has white color on #00375A background.