COLOR #04410A

HEX: #04410A
RGB: (4,65,10)

Color info

#04410A contains mainly green and blue colors. Web safe color of #04410A is #003300 (or #030).

RGB color model

#04410A color RGB value is (4,65,10).

  • red value is 4;
  • green value is 65;
  • blue value is 10.
RGB:
(4,65,10)
(2%,25%,4%)

RGB channels and saturation

R 4 of 255 = 2%
G 65 of 255 = 25%
B 10 of 255 = 4%

4
65
10

R + G + B ~ 10%. #04410A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 65 + 10 = 79 (100%)
R 4 of 79 ~ 5.06%
G 65 of 79 ~ 82.28%
B 10 of 79 ~ 12.66%

%82.28
%12.66

CMYK color model

#04410A color CMYK value is (94,0,85,75).

  • cyan value is 93.85%
  • magenta value is 0.00%
  • yellow value is 84.62%
  • key color value is 74.51%
CMYK:
(94,0,85,75)
C94M0Y85K75 
(94%,0%,85%,75%)
(0.94/0.00/0.85/0.75)	

CMYK percentages

%93.85
%0
%84.62
%74.51

Codes

Color #04410A in popluar color models

04410A
RGB46510
HSL126°88.41%13.53%
HSB/HSV126°93.85%25.49%
CMYK93.85%0.00%84.62%
74.51%

Color #04410A in popluar number systems.

HEX04410A
Decimal46510
Binary10010000011010
Octal410112

Shades and tints

Shades of #04410A

#04410A
(4,65,10)
#043C0A
(4,60,10)
#04370A
(4,55,10)
#04320A
(4,50,10)
#042D0A
(4,45,10)
#04280A
(4,40,10)
#04230A
(4,35,10)
#041E0A
(4,30,10)
#04190A
(4,25,10)
#04140A
(4,20,10)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #04410A

#04410A
(4,65,10)
#1A5220
(26,82,32)
#306336
(48,99,54)
#46744C
(70,116,76)
#5C8562
(92,133,98)
#729678
(114,150,120)
#88A78E
(136,167,142)
#9EB8A4
(158,184,164)
#B4C9BA
(180,201,186)
#CADAD0
(202,218,208)
#E0EBE6
(224,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04410A color. Also use rgb(4,65,10) instead hex code.

Text Font Color

.myTextColor { color: #04410A; }

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

This text font color is #04410A.


Background Color

.myBgColor { background-color: #04410A; }

<div style="background-color:#04410A">Inner text</div>

This div background color is #04410A.


Border color

.myBorderColor { border: 1px solid #04410A; }

<div style="border:3px solid #04410A">Div</div>

This div border color is #04410A.


Opacity

.myOpacity80 { color: #04410A; opacity: 0.8; }

<p style="color:#04410A;opacity:0.8;">80%</p>

Text with #04410A 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 #04410A;}

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

This text has shadow with #04410A color.

.textShadow {text-shadow: 3px 3px 1px #04410A, 3px 3px 1px red;}

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

This text has shadow with #04410A primary color and red secondary color.


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

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

This text has shadow with #04410A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04410A on black background.


Color preview on white background

This text has color #04410A on white background.



Black color preview on #04410A background

This text has black color on #04410A background.


White color preview on #04410A background

This text has white color on #04410A background.