COLOR #04273E

HEX: #04273E
RGB: (4,39,62)

Color info

#04273E contains red, green and blue colors in about the same proportion. Web safe color of #04273E is #003333 (or #033).

RGB color model

#04273E color RGB value is (4,39,62).

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

RGB channels and saturation

R 4 of 255 = 2%
G 39 of 255 = 15%
B 62 of 255 = 24%

4
39
62

R + G + B ~ 14%. #04273E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 39 + 62 = 105 (100%)
R 4 of 105 ~ 3.81%
G 39 of 105 ~ 37.14%
B 62 of 105 ~ 59.05%

%37.14
%59.05

CMYK color model

#04273E color CMYK value is (94,37,0,76).

  • cyan value is 93.55%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(94,37,0,76)
C94M37Y0K76 
(94%,37%,0%,76%)
(0.94/0.37/0.00/0.76)	

CMYK percentages

%93.55
%37.1
%0
%75.69

Codes

Color #04273E in popluar color models

04273E
RGB43962
HSL204°87.88%12.94%
HSB/HSV204°93.55%24.31%
CMYK93.55%37.10%0.00%
75.69%

Color #04273E in popluar number systems.

HEX04273E
Decimal43962
Binary100100111111110
Octal44776

Shades and tints

Shades of #04273E

#04273E
(4,39,62)
#042439
(4,36,57)
#042134
(4,33,52)
#041E2F
(4,30,47)
#041B2A
(4,27,42)
#041825
(4,24,37)
#041520
(4,21,32)
#04121B
(4,18,27)
#040F16
(4,15,22)
#040C11
(4,12,17)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #04273E

#04273E
(4,39,62)
#1A3A4F
(26,58,79)
#304D60
(48,77,96)
#466071
(70,96,113)
#5C7382
(92,115,130)
#728693
(114,134,147)
#8899A4
(136,153,164)
#9EACB5
(158,172,181)
#B4BFC6
(180,191,198)
#CAD2D7
(202,210,215)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04273E; }

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

This text font color is #04273E.


Background Color

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

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

This div background color is #04273E.


Border color

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

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

This div border color is #04273E.


Opacity

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

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

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

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

This text has shadow with #04273E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04273E on black background.


Color preview on white background

This text has color #04273E on white background.



Black color preview on #04273E background

This text has black color on #04273E background.


White color preview on #04273E background

This text has white color on #04273E background.