COLOR #04251C

HEX: #04251C RGB: (4,37,28)

Color info

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

RGB color model

#04251C color RGB value is (4,37,28).

RGB: (4,37,28) (2%, 15%, 11%)

RGB channels and saturation

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

4
37
28

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

Portions of RGB colors in percentages

R + G + B = 4 + 37 + 28 = 69 (100%)
R 4 of 69 ~ 5.8%
G 37 of 69 ~ 53.62%
B 28 of 69 ~ 40.58'%

%53.62
%40.58

CMYK color model

#04251C color CMYK value is (89,0,24,85).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 85.49%

CMYK: (89,0,24,85)
C89M0Y24K85 (89%, 0%, 24%, 85%)
(0.89 / 0.00 / 0.24 / 0.85)

CMYK percentages

%89.19
%0
%24.32
%85.49

Codes

Color #04251C in popluar color models

04 25 1C
RGB 4 37 28
HSL 164° 80.49% 8.04%
HSB/HSV 164° 89.19% 14.51%
CMYK 89.19% 0.00% 24.32%
85.49%

Color #04251C in popluar number systems.

HEX 04 25 1C
Decimal 4 37 28
Binary 100 100101 11100
Octal 4 45 34

Shades and tints

Shades of #04251C

#04251C
(4,37,28)
#04221A
(4,34,26)
#041F18
(4,31,24)
#041C16
(4,28,22)
#041914
(4,25,20)
#041612
(4,22,18)
#041310
(4,19,16)
#04100E
(4,16,14)
#040D0C
(4,13,12)
#040A0A
(4,10,10)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #04251C

#04251C
(4,37,28)
#1A3830
(26,56,48)
#304B44
(48,75,68)
#465E58
(70,94,88)
#5C716C
(92,113,108)
#728480
(114,132,128)
#889794
(136,151,148)
#9EAAA8
(158,170,168)
#B4BDBC
(180,189,188)
#CAD0D0
(202,208,208)
#E0E3E4
(224,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04251C; }

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

This text font color is #04251C.

Background Color

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

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

This div background color is #04251C.

Border color

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

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

This div border color is #04251C.

Opacity

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

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

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

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

This text has shadow with #04251C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04251C.

Preview

Color preview on black background

This text has color #04251C on black background.


Color preview on white background

This text has color #04251C on white background.


Black color preview on #04251C background

This text has black color on #04251C background.


White color preview on #04251C background

This text has white color on #04251C background.


Related colors

Complementary color

Complementary color for #hex is #FBDAE3.


I love getcolorcode.com

Triadic colors

1 #1C0425 and #251C04 with #04251C are triadic colors.

2 #1C2504 and #25041C with #04251C are triadic colors.