COLOR #00273E

HEX: #00273E
RGB: (0,39,62)

Color info

#00273E contains only green and blue colors. Web safe color of #00273E is #003333 (or #033).

RGB color model

#00273E color RGB value is (0,39,62).

  • red value is 0;
  • green value is 39;
  • blue value is 62.
RGB:
(0,39,62)
(0%,15%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 62 of 255 = 24%

0
39
62

R + G + B ~ 13%. #00273E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 62 = 101 (100%)
R 0 of 101 ~ 0%
G 39 of 101 ~ 38.61%
B 62 of 101 ~ 61.39%

%38.61
%61.39

CMYK color model

#00273E color CMYK value is (100,37,0,76).

  • cyan value is 100.00%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(100,37,0,76)
C100M37Y0K76 
(100%,37%,0%,76%)
(1.00/0.37/0.00/0.76)	

CMYK percentages

%100
%37.1
%0
%75.69

Codes

Color #00273E in popluar color models

00273E
RGB03962
HSL202°100.00%12.16%
HSB/HSV202°100.00%24.31%
CMYK100.00%37.10%0.00%
75.69%

Color #00273E in popluar number systems.

HEX00273E
Decimal03962
Binary0100111111110
Octal04776

Shades and tints

Shades of #00273E

#00273E
(0,39,62)
#002439
(0,36,57)
#002134
(0,33,52)
#001E2F
(0,30,47)
#001B2A
(0,27,42)
#001825
(0,24,37)
#001520
(0,21,32)
#00121B
(0,18,27)
#000F16
(0,15,22)
#000C11
(0,12,17)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #00273E

#00273E
(0,39,62)
#173A4F
(23,58,79)
#2E4D60
(46,77,96)
#456071
(69,96,113)
#5C7382
(92,115,130)
#738693
(115,134,147)
#8A99A4
(138,153,164)
#A1ACB5
(161,172,181)
#B8BFC6
(184,191,198)
#CFD2D7
(207,210,215)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00273E color. Also use rgb(0,39,62) instead hex code.

Text Font Color

.myTextColor { color: #00273E; }

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

This text font color is #00273E.


Background Color

.myBgColor { background-color: #00273E; }

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

This div background color is #00273E.


Border color

.myBorderColor { border: 1px solid #00273E; }

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

This div border color is #00273E.


Opacity

.myOpacity80 { color: #00273E; opacity: 0.8; }

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

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

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

This text has shadow with #00273E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00273E on black background.


Color preview on white background

This text has color #00273E on white background.



Black color preview on #00273E background

This text has black color on #00273E background.


White color preview on #00273E background

This text has white color on #00273E background.