COLOR #047310

HEX: #047310
RGB: (4,115,16)

Color info

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

RGB color model

#047310 color RGB value is (4,115,16).

  • red value is 4;
  • green value is 115;
  • blue value is 16.
RGB:
(4,115,16)
(2%,45%,6%)

RGB channels and saturation

R 4 of 255 = 2%
G 115 of 255 = 45%
B 16 of 255 = 6%

4
115
16

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

Portions of RGB colors in percentages

R + G + B =
4 + 115 + 16 = 135 (100%)
R 4 of 135 ~ 2.96%
G 115 of 135 ~ 85.19%
B 16 of 135 ~ 11.85%

%85.19
%11.85

CMYK color model

#047310 color CMYK value is (97,0,86,55).

  • cyan value is 96.52%
  • magenta value is 0.00%
  • yellow value is 86.09%
  • key color value is 54.90%
CMYK:
(97,0,86,55)
C97M0Y86K55 
(97%,0%,86%,55%)
(0.97/0.00/0.86/0.55)	

CMYK percentages

%96.52
%0
%86.09
%54.9

Codes

Color #047310 in popluar color models

047310
RGB411516
HSL126°93.28%23.33%
HSB/HSV126°96.52%45.10%
CMYK96.52%0.00%86.09%
54.90%

Color #047310 in popluar number systems.

HEX047310
Decimal411516
Binary100111001110000
Octal416320

Shades and tints

Shades of #047310

#047310
(4,115,16)
#04690F
(4,105,15)
#045F0E
(4,95,14)
#04550D
(4,85,13)
#044B0C
(4,75,12)
#04410B
(4,65,11)
#04370A
(4,55,10)
#042D09
(4,45,9)
#042308
(4,35,8)
#041907
(4,25,7)
#040F06
(4,15,6)
#000000
(0,0,0)

Tints of #047310

#047310
(4,115,16)
#1A7F25
(26,127,37)
#308B3A
(48,139,58)
#46974F
(70,151,79)
#5CA364
(92,163,100)
#72AF79
(114,175,121)
#88BB8E
(136,187,142)
#9EC7A3
(158,199,163)
#B4D3B8
(180,211,184)
#CADFCD
(202,223,205)
#E0EBE2
(224,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047310 color. Also use rgb(4,115,16) instead hex code.

Text Font Color

.myTextColor { color: #047310; }

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

This text font color is #047310.


Background Color

.myBgColor { background-color: #047310; }

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

This div background color is #047310.


Border color

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

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

This div border color is #047310.


Opacity

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

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

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

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

This text has shadow with #047310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047310 on black background.


Color preview on white background

This text has color #047310 on white background.



Black color preview on #047310 background

This text has black color on #047310 background.


White color preview on #047310 background

This text has white color on #047310 background.