COLOR #04251D

HEX: #04251D
RGB: (4,37,29)

Color info

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

RGB color model

#04251D color RGB value is (4,37,29).

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

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 29 of 255 = 11%

4
37
29

R + G + B ~ 9%. #04251D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 37 + 29 = 70 (100%)
R 4 of 70 ~ 5.71%
G 37 of 70 ~ 52.86%
B 29 of 70 ~ 41.43%

%52.86
%41.43

CMYK color model

#04251D color CMYK value is (89,0,22,85).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(89,0,22,85)
C89M0Y22K85 
(89%,0%,22%,85%)
(0.89/0.00/0.22/0.85)	

CMYK percentages

%89.19
%0
%21.62
%85.49

Codes

Color #04251D in popluar color models

04251D
RGB43729
HSL165°80.49%8.04%
HSB/HSV165°89.19%14.51%
CMYK89.19%0.00%21.62%
85.49%

Color #04251D in popluar number systems.

HEX04251D
Decimal43729
Binary10010010111101
Octal44535

Shades and tints

Shades of #04251D

#04251D
(4,37,29)
#04221B
(4,34,27)
#041F19
(4,31,25)
#041C17
(4,28,23)
#041915
(4,25,21)
#041613
(4,22,19)
#041311
(4,19,17)
#04100F
(4,16,15)
#040D0D
(4,13,13)
#040A0B
(4,10,11)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #04251D

#04251D
(4,37,29)
#1A3831
(26,56,49)
#304B45
(48,75,69)
#465E59
(70,94,89)
#5C716D
(92,113,109)
#728481
(114,132,129)
#889795
(136,151,149)
#9EAAA9
(158,170,169)
#B4BDBD
(180,189,189)
#CAD0D1
(202,208,209)
#E0E3E5
(224,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04251D; }

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

This text font color is #04251D.


Background Color

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

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

This div background color is #04251D.


Border color

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

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

This div border color is #04251D.


Opacity

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

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

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

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

This text has shadow with #04251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04251D on black background.


Color preview on white background

This text has color #04251D on white background.



Black color preview on #04251D background

This text has black color on #04251D background.


White color preview on #04251D background

This text has white color on #04251D background.