COLOR #04254E

HEX: #04254E
RGB: (4,37,78)

Color info

#04254E contains mainly green and blue colors. Web safe color of #04254E is #003366 (or #036).

RGB color model

#04254E color RGB value is (4,37,78).

  • red value is 4;
  • green value is 37;
  • blue value is 78.
RGB:
(4,37,78)
(2%,15%,31%)

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 78 of 255 = 31%

4
37
78

R + G + B ~ 16%. #04254E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 37 + 78 = 119 (100%)
R 4 of 119 ~ 3.36%
G 37 of 119 ~ 31.09%
B 78 of 119 ~ 65.55%

%31.09
%65.55

CMYK color model

#04254E color CMYK value is (95,53,0,69).

  • cyan value is 94.87%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(95,53,0,69)
C95M53Y0K69 
(95%,53%,0%,69%)
(0.95/0.53/0.00/0.69)	

CMYK percentages

%94.87
%52.56
%0
%69.41

Codes

Color #04254E in popluar color models

04254E
RGB43778
HSL213°90.24%16.08%
HSB/HSV213°94.87%30.59%
CMYK94.87%52.56%0.00%
69.41%

Color #04254E in popluar number systems.

HEX04254E
Decimal43778
Binary1001001011001110
Octal445116

Shades and tints

Shades of #04254E

#04254E
(4,37,78)
#042247
(4,34,71)
#041F40
(4,31,64)
#041C39
(4,28,57)
#041932
(4,25,50)
#04162B
(4,22,43)
#041324
(4,19,36)
#04101D
(4,16,29)
#040D16
(4,13,22)
#040A0F
(4,10,15)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #04254E

#04254E
(4,37,78)
#1A385E
(26,56,94)
#304B6E
(48,75,110)
#465E7E
(70,94,126)
#5C718E
(92,113,142)
#72849E
(114,132,158)
#8897AE
(136,151,174)
#9EAABE
(158,170,190)
#B4BDCE
(180,189,206)
#CAD0DE
(202,208,222)
#E0E3EE
(224,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04254E color. Also use rgb(4,37,78) instead hex code.

Text Font Color

.myTextColor { color: #04254E; }

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

This text font color is #04254E.


Background Color

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

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

This div background color is #04254E.


Border color

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

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

This div border color is #04254E.


Opacity

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

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

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

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

This text has shadow with #04254E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04254E on black background.


Color preview on white background

This text has color #04254E on white background.



Black color preview on #04254E background

This text has black color on #04254E background.


White color preview on #04254E background

This text has white color on #04254E background.