COLOR #04210F

HEX: #04210F
RGB: (4,33,15)

Color info

#04210F contains red, green and blue colors in about the same proportion. Web safe color of #04210F is #003300 (or #030).

RGB color model

#04210F color RGB value is (4,33,15).

  • red value is 4;
  • green value is 33;
  • blue value is 15.
RGB:
(4,33,15)
(2%,13%,6%)

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 15 of 255 = 6%

4
33
15

R + G + B ~ 7%. #04210F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 15 = 52 (100%)
R 4 of 52 ~ 7.69%
G 33 of 52 ~ 63.46%
B 15 of 52 ~ 28.85%

%63.46
%28.85

CMYK color model

#04210F color CMYK value is (88,0,55,87).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 87.06%
CMYK:
(88,0,55,87)
C88M0Y55K87 
(88%,0%,55%,87%)
(0.88/0.00/0.55/0.87)	

CMYK percentages

%87.88
%0
%54.55
%87.06

Codes

Color #04210F in popluar color models

04210F
RGB43315
HSL143°78.38%7.25%
HSB/HSV143°87.88%12.94%
CMYK87.88%0.00%54.55%
87.06%

Color #04210F in popluar number systems.

HEX04210F
Decimal43315
Binary1001000011111
Octal44117

Shades and tints

Shades of #04210F

#04210F
(4,33,15)
#041E0E
(4,30,14)
#041B0D
(4,27,13)
#04180C
(4,24,12)
#04150B
(4,21,11)
#04120A
(4,18,10)
#040F09
(4,15,9)
#040C08
(4,12,8)
#040907
(4,9,7)
#040606
(4,6,6)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #04210F

#04210F
(4,33,15)
#1A3524
(26,53,36)
#304939
(48,73,57)
#465D4E
(70,93,78)
#5C7163
(92,113,99)
#728578
(114,133,120)
#88998D
(136,153,141)
#9EADA2
(158,173,162)
#B4C1B7
(180,193,183)
#CAD5CC
(202,213,204)
#E0E9E1
(224,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04210F color. Also use rgb(4,33,15) instead hex code.

Text Font Color

.myTextColor { color: #04210F; }

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

This text font color is #04210F.


Background Color

.myBgColor { background-color: #04210F; }

<div style="background-color:#04210F">Inner text</div>

This div background color is #04210F.


Border color

.myBorderColor { border: 1px solid #04210F; }

<div style="border:3px solid #04210F">Div</div>

This div border color is #04210F.


Opacity

.myOpacity80 { color: #04210F; opacity: 0.8; }

<p style="color:#04210F;opacity:0.8;">80%</p>

Text with #04210F 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 #04210F;}

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

This text has shadow with #04210F color.

.textShadow {text-shadow: 3px 3px 1px #04210F, 3px 3px 1px red;}

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

This text has shadow with #04210F primary color and red secondary color.


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

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

This text has shadow with #04210F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04210F on black background.


Color preview on white background

This text has color #04210F on white background.



Black color preview on #04210F background

This text has black color on #04210F background.


White color preview on #04210F background

This text has white color on #04210F background.