COLOR #047A08

HEX: #047A08
RGB: (4,122,8)

Color info

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

RGB color model

#047A08 color RGB value is (4,122,8).

  • red value is 4;
  • green value is 122;
  • blue value is 8.
RGB:
(4,122,8)
(2%,48%,3%)

RGB channels and saturation

R 4 of 255 = 2%
G 122 of 255 = 48%
B 8 of 255 = 3%

4
122
8

R + G + B ~ 18%. #047A08 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 122 + 8 = 134 (100%)
R 4 of 134 ~ 2.99%
G 122 of 134 ~ 91.04%
B 8 of 134 ~ 5.97%

%91.04

CMYK color model

#047A08 color CMYK value is (97,0,93,52).

  • cyan value is 96.72%
  • magenta value is 0.00%
  • yellow value is 93.44%
  • key color value is 52.16%
CMYK:
(97,0,93,52)
C97M0Y93K52 
(97%,0%,93%,52%)
(0.97/0.00/0.93/0.52)	

CMYK percentages

%96.72
%0
%93.44
%52.16

Codes

Color #047A08 in popluar color models

047A08
RGB41228
HSL122°93.65%24.71%
HSB/HSV122°96.72%47.84%
CMYK96.72%0.00%93.44%
52.16%

Color #047A08 in popluar number systems.

HEX047A08
Decimal41228
Binary10011110101000
Octal417210

Shades and tints

Shades of #047A08

#047A08
(4,122,8)
#046F08
(4,111,8)
#046408
(4,100,8)
#045908
(4,89,8)
#044E08
(4,78,8)
#044308
(4,67,8)
#043808
(4,56,8)
#042D08
(4,45,8)
#042208
(4,34,8)
#041708
(4,23,8)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #047A08

#047A08
(4,122,8)
#1A861E
(26,134,30)
#309234
(48,146,52)
#469E4A
(70,158,74)
#5CAA60
(92,170,96)
#72B676
(114,182,118)
#88C28C
(136,194,140)
#9ECEA2
(158,206,162)
#B4DAB8
(180,218,184)
#CAE6CE
(202,230,206)
#E0F2E4
(224,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047A08 color. Also use rgb(4,122,8) instead hex code.

Text Font Color

.myTextColor { color: #047A08; }

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

This text font color is #047A08.


Background Color

.myBgColor { background-color: #047A08; }

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

This div background color is #047A08.


Border color

.myBorderColor { border: 1px solid #047A08; }

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

This div border color is #047A08.


Opacity

.myOpacity80 { color: #047A08; opacity: 0.8; }

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

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

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

This text has shadow with #047A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047A08 on black background.


Color preview on white background

This text has color #047A08 on white background.



Black color preview on #047A08 background

This text has black color on #047A08 background.


White color preview on #047A08 background

This text has white color on #047A08 background.