COLOR #04251E

HEX: #04251E
RGB: (4,37,30)

Color info

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

RGB color model

#04251E color RGB value is (4,37,30).

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

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 30 of 255 = 12%

4
37
30

R + G + B ~ 10%. #04251E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 37 + 30 = 71 (100%)
R 4 of 71 ~ 5.63%
G 37 of 71 ~ 52.11%
B 30 of 71 ~ 42.25%

%52.11
%42.25

CMYK color model

#04251E color CMYK value is (89,0,19,85).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 85.49%
CMYK:
(89,0,19,85)
C89M0Y19K85 
(89%,0%,19%,85%)
(0.89/0.00/0.19/0.85)	

CMYK percentages

%89.19
%0
%18.92
%85.49

Codes

Color #04251E in popluar color models

04251E
RGB43730
HSL167°80.49%8.04%
HSB/HSV167°89.19%14.51%
CMYK89.19%0.00%18.92%
85.49%

Color #04251E in popluar number systems.

HEX04251E
Decimal43730
Binary10010010111110
Octal44536

Shades and tints

Shades of #04251E

#04251E
(4,37,30)
#04221C
(4,34,28)
#041F1A
(4,31,26)
#041C18
(4,28,24)
#041916
(4,25,22)
#041614
(4,22,20)
#041312
(4,19,18)
#041010
(4,16,16)
#040D0E
(4,13,14)
#040A0C
(4,10,12)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #04251E

#04251E
(4,37,30)
#1A3832
(26,56,50)
#304B46
(48,75,70)
#465E5A
(70,94,90)
#5C716E
(92,113,110)
#728482
(114,132,130)
#889796
(136,151,150)
#9EAAAA
(158,170,170)
#B4BDBE
(180,189,190)
#CAD0D2
(202,208,210)
#E0E3E6
(224,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04251E; }

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

This text font color is #04251E.


Background Color

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

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

This div background color is #04251E.


Border color

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

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

This div border color is #04251E.


Opacity

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

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

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

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

This text has shadow with #04251E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04251E on black background.


Color preview on white background

This text has color #04251E on white background.



Black color preview on #04251E background

This text has black color on #04251E background.


White color preview on #04251E background

This text has white color on #04251E background.