COLOR #049C0F

HEX: #049C0F
RGB: (4,156,15)

Color info

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

RGB color model

#049C0F color RGB value is (4,156,15).

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

RGB channels and saturation

R 4 of 255 = 2%
G 156 of 255 = 61%
B 15 of 255 = 6%

4
156
15

R + G + B ~ 23%. #049C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 156 + 15 = 175 (100%)
R 4 of 175 ~ 2.29%
G 156 of 175 ~ 89.14%
B 15 of 175 ~ 8.57%

%89.14

CMYK color model

#049C0F color CMYK value is (97,0,90,39).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 90.38%
  • key color value is 38.82%
CMYK:
(97,0,90,39)
C97M0Y90K39 
(97%,0%,90%,39%)
(0.97/0.00/0.90/0.39)	

CMYK percentages

%97.44
%0
%90.38
%38.82

Codes

Color #049C0F in popluar color models

049C0F
RGB415615
HSL124°95.00%31.37%
HSB/HSV124°97.44%61.18%
CMYK97.44%0.00%90.38%
38.82%

Color #049C0F in popluar number systems.

HEX049C0F
Decimal415615
Binary100100111001111
Octal423417

Shades and tints

Shades of #049C0F

#049C0F
(4,156,15)
#048E0E
(4,142,14)
#04800D
(4,128,13)
#04720C
(4,114,12)
#04640B
(4,100,11)
#04560A
(4,86,10)
#044809
(4,72,9)
#043A08
(4,58,8)
#042C07
(4,44,7)
#041E06
(4,30,6)
#041005
(4,16,5)
#000000
(0,0,0)

Tints of #049C0F

#049C0F
(4,156,15)
#1AA524
(26,165,36)
#30AE39
(48,174,57)
#46B74E
(70,183,78)
#5CC063
(92,192,99)
#72C978
(114,201,120)
#88D28D
(136,210,141)
#9EDBA2
(158,219,162)
#B4E4B7
(180,228,183)
#CAEDCC
(202,237,204)
#E0F6E1
(224,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049C0F color. Also use rgb(4,156,15) instead hex code.

Text Font Color

.myTextColor { color: #049C0F; }

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

This text font color is #049C0F.


Background Color

.myBgColor { background-color: #049C0F; }

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

This div background color is #049C0F.


Border color

.myBorderColor { border: 1px solid #049C0F; }

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

This div border color is #049C0F.


Opacity

.myOpacity80 { color: #049C0F; opacity: 0.8; }

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

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

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

This text has shadow with #049C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049C0F on black background.


Color preview on white background

This text has color #049C0F on white background.



Black color preview on #049C0F background

This text has black color on #049C0F background.


White color preview on #049C0F background

This text has white color on #049C0F background.