COLOR #04252D

HEX: #04252D
RGB: (4,37,45)

Color info

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

RGB color model

#04252D color RGB value is (4,37,45).

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

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 45 of 255 = 18%

4
37
45

R + G + B ~ 12%. #04252D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 37 + 45 = 86 (100%)
R 4 of 86 ~ 4.65%
G 37 of 86 ~ 43.02%
B 45 of 86 ~ 52.33%

%43.02
%52.33

CMYK color model

#04252D color CMYK value is (91,18,0,82).

  • cyan value is 91.11%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(91,18,0,82)
C91M18Y0K82 
(91%,18%,0%,82%)
(0.91/0.18/0.00/0.82)	

CMYK percentages

%91.11
%17.78
%0
%82.35

Codes

Color #04252D in popluar color models

04252D
RGB43745
HSL192°83.67%9.61%
HSB/HSV192°91.11%17.65%
CMYK91.11%17.78%0.00%
82.35%

Color #04252D in popluar number systems.

HEX04252D
Decimal43745
Binary100100101101101
Octal44555

Shades and tints

Shades of #04252D

#04252D
(4,37,45)
#042229
(4,34,41)
#041F25
(4,31,37)
#041C21
(4,28,33)
#04191D
(4,25,29)
#041619
(4,22,25)
#041315
(4,19,21)
#041011
(4,16,17)
#040D0D
(4,13,13)
#040A09
(4,10,9)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #04252D

#04252D
(4,37,45)
#1A3840
(26,56,64)
#304B53
(48,75,83)
#465E66
(70,94,102)
#5C7179
(92,113,121)
#72848C
(114,132,140)
#88979F
(136,151,159)
#9EAAB2
(158,170,178)
#B4BDC5
(180,189,197)
#CAD0D8
(202,208,216)
#E0E3EB
(224,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04252D color. Also use rgb(4,37,45) instead hex code.

Text Font Color

.myTextColor { color: #04252D; }

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

This text font color is #04252D.


Background Color

.myBgColor { background-color: #04252D; }

<div style="background-color:#04252D">Inner text</div>

This div background color is #04252D.


Border color

.myBorderColor { border: 1px solid #04252D; }

<div style="border:3px solid #04252D">Div</div>

This div border color is #04252D.


Opacity

.myOpacity80 { color: #04252D; opacity: 0.8; }

<p style="color:#04252D;opacity:0.8;">80%</p>

Text with #04252D 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 #04252D;}

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

This text has shadow with #04252D color.

.textShadow {text-shadow: 3px 3px 1px #04252D, 3px 3px 1px red;}

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

This text has shadow with #04252D primary color and red secondary color.


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

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

This text has shadow with #04252D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04252D on black background.


Color preview on white background

This text has color #04252D on white background.



Black color preview on #04252D background

This text has black color on #04252D background.


White color preview on #04252D background

This text has white color on #04252D background.