COLOR #04273A

HEX: #04273A
RGB: (4,39,58)

Color info

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

RGB color model

#04273A color RGB value is (4,39,58).

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

RGB channels and saturation

R 4 of 255 = 2%
G 39 of 255 = 15%
B 58 of 255 = 23%

4
39
58

R + G + B ~ 13%. #04273A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 39 + 58 = 101 (100%)
R 4 of 101 ~ 3.96%
G 39 of 101 ~ 38.61%
B 58 of 101 ~ 57.43%

%38.61
%57.43

CMYK color model

#04273A color CMYK value is (93,33,0,77).

  • cyan value is 93.10%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(93,33,0,77)
C93M33Y0K77 
(93%,33%,0%,77%)
(0.93/0.33/0.00/0.77)	

CMYK percentages

%93.1
%32.76
%0
%77.25

Codes

Color #04273A in popluar color models

04273A
RGB43958
HSL201°87.10%12.16%
HSB/HSV201°93.10%22.75%
CMYK93.10%32.76%0.00%
77.25%

Color #04273A in popluar number systems.

HEX04273A
Decimal43958
Binary100100111111010
Octal44772

Shades and tints

Shades of #04273A

#04273A
(4,39,58)
#042435
(4,36,53)
#042130
(4,33,48)
#041E2B
(4,30,43)
#041B26
(4,27,38)
#041821
(4,24,33)
#04151C
(4,21,28)
#041217
(4,18,23)
#040F12
(4,15,18)
#040C0D
(4,12,13)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #04273A

#04273A
(4,39,58)
#1A3A4B
(26,58,75)
#304D5C
(48,77,92)
#46606D
(70,96,109)
#5C737E
(92,115,126)
#72868F
(114,134,143)
#8899A0
(136,153,160)
#9EACB1
(158,172,177)
#B4BFC2
(180,191,194)
#CAD2D3
(202,210,211)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04273A; }

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

This text font color is #04273A.


Background Color

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

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

This div background color is #04273A.


Border color

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

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

This div border color is #04273A.


Opacity

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

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

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

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

This text has shadow with #04273A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04273A on black background.


Color preview on white background

This text has color #04273A on white background.



Black color preview on #04273A background

This text has black color on #04273A background.


White color preview on #04273A background

This text has white color on #04273A background.