COLOR #049413

HEX: #049413
RGB: (4,148,19)

Color info

#049413 contains mainly green color. Web safe color of #049413 is #009900 (or #090).

RGB color model

#049413 color RGB value is (4,148,19).

  • red value is 4;
  • green value is 148;
  • blue value is 19.
RGB:
(4,148,19)
(2%,58%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 148 of 255 = 58%
B 19 of 255 = 7%

4
148
19

R + G + B ~ 22%. #049413 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 148 + 19 = 171 (100%)
R 4 of 171 ~ 2.34%
G 148 of 171 ~ 86.55%
B 19 of 171 ~ 11.11%

%86.55
%11.11

CMYK color model

#049413 color CMYK value is (97,0,87,42).

  • cyan value is 97.30%
  • magenta value is 0.00%
  • yellow value is 87.16%
  • key color value is 41.96%
CMYK:
(97,0,87,42)
C97M0Y87K42 
(97%,0%,87%,42%)
(0.97/0.00/0.87/0.42)	

CMYK percentages

%97.3
%0
%87.16
%41.96

Codes

Color #049413 in popluar color models

049413
RGB414819
HSL126°94.74%29.80%
HSB/HSV126°97.30%58.04%
CMYK97.30%0.00%87.16%
41.96%

Color #049413 in popluar number systems.

HEX049413
Decimal414819
Binary1001001010010011
Octal422423

Shades and tints

Shades of #049413

#049413
(4,148,19)
#048712
(4,135,18)
#047A11
(4,122,17)
#046D10
(4,109,16)
#04600F
(4,96,15)
#04530E
(4,83,14)
#04460D
(4,70,13)
#04390C
(4,57,12)
#042C0B
(4,44,11)
#041F0A
(4,31,10)
#041209
(4,18,9)
#000000
(0,0,0)

Tints of #049413

#049413
(4,148,19)
#1A9D28
(26,157,40)
#30A63D
(48,166,61)
#46AF52
(70,175,82)
#5CB867
(92,184,103)
#72C17C
(114,193,124)
#88CA91
(136,202,145)
#9ED3A6
(158,211,166)
#B4DCBB
(180,220,187)
#CAE5D0
(202,229,208)
#E0EEE5
(224,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049413 color. Also use rgb(4,148,19) instead hex code.

Text Font Color

.myTextColor { color: #049413; }

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

This text font color is #049413.


Background Color

.myBgColor { background-color: #049413; }

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

This div background color is #049413.


Border color

.myBorderColor { border: 1px solid #049413; }

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

This div border color is #049413.


Opacity

.myOpacity80 { color: #049413; opacity: 0.8; }

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

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

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

This text has shadow with #049413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049413 on black background.


Color preview on white background

This text has color #049413 on white background.



Black color preview on #049413 background

This text has black color on #049413 background.


White color preview on #049413 background

This text has white color on #049413 background.