COLOR #047906

HEX: #047906
RGB: (4,121,6)

Color info

#047906 contains mainly green color. Web safe color of #047906 is #006600 (or #060).

RGB color model

#047906 color RGB value is (4,121,6).

  • red value is 4;
  • green value is 121;
  • blue value is 6.
RGB:
(4,121,6)
(2%,47%,2%)

RGB channels and saturation

R 4 of 255 = 2%
G 121 of 255 = 47%
B 6 of 255 = 2%

4
121
6

R + G + B ~ 17%. #047906 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 121 + 6 = 131 (100%)
R 4 of 131 ~ 3.05%
G 121 of 131 ~ 92.37%
B 6 of 131 ~ 4.58%

%92.37

CMYK color model

#047906 color CMYK value is (97,0,95,53).

  • cyan value is 96.69%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 52.55%
CMYK:
(97,0,95,53)
C97M0Y95K53 
(97%,0%,95%,53%)
(0.97/0.00/0.95/0.53)	

CMYK percentages

%96.69
%0
%95.04
%52.55

Codes

Color #047906 in popluar color models

047906
RGB41216
HSL121°93.60%24.51%
HSB/HSV121°96.69%47.45%
CMYK96.69%0.00%95.04%
52.55%

Color #047906 in popluar number systems.

HEX047906
Decimal41216
Binary1001111001110
Octal41716

Shades and tints

Shades of #047906

#047906
(4,121,6)
#046E06
(4,110,6)
#046306
(4,99,6)
#045806
(4,88,6)
#044D06
(4,77,6)
#044206
(4,66,6)
#043706
(4,55,6)
#042C06
(4,44,6)
#042106
(4,33,6)
#041606
(4,22,6)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #047906

#047906
(4,121,6)
#1A851C
(26,133,28)
#309132
(48,145,50)
#469D48
(70,157,72)
#5CA95E
(92,169,94)
#72B574
(114,181,116)
#88C18A
(136,193,138)
#9ECDA0
(158,205,160)
#B4D9B6
(180,217,182)
#CAE5CC
(202,229,204)
#E0F1E2
(224,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047906 color. Also use rgb(4,121,6) instead hex code.

Text Font Color

.myTextColor { color: #047906; }

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

This text font color is #047906.


Background Color

.myBgColor { background-color: #047906; }

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

This div background color is #047906.


Border color

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

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

This div border color is #047906.


Opacity

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

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

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

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

This text has shadow with #047906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047906 on black background.


Color preview on white background

This text has color #047906 on white background.



Black color preview on #047906 background

This text has black color on #047906 background.


White color preview on #047906 background

This text has white color on #047906 background.