COLOR #047610

HEX: #047610 RGB: (4,118,16)

Color info

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

RGB color model

#047610 color RGB value is (4,118,16).

RGB: (4,118,16) (2%, 46%, 6%)

RGB channels and saturation

R 4 of 255 = 2%
G 118 of 255 = 46%
B 16 of 255 = 6%

4
118
16

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

Portions of RGB colors in percentages

R + G + B = 4 + 118 + 16 = 138 (100%)
R 4 of 138 ~ 2.9%
G 118 of 138 ~ 85.51%
B 16 of 138 ~ 11.59'%

%85.51
%11.59

CMYK color model

#047610 color CMYK value is (97,0,86,54).

  • cyan value is 96.61%
  • magenta value is 0.00%
  • yellow value is 86.44%
  • key color value is 53.73%

CMYK: (97,0,86,54)
C97M0Y86K54 (97%, 0%, 86%, 54%)
(0.97 / 0.00 / 0.86 / 0.54)

CMYK percentages

%96.61
%0
%86.44
%53.73

Codes

Color #047610 in popluar color models

04 76 10
RGB 4 118 16
HSL 126° 93.44% 23.92%
HSB/HSV 126° 96.61% 46.27%
CMYK 96.61% 0.00% 86.44%
53.73%

Color #047610 in popluar number systems.

HEX 04 76 10
Decimal 4 118 16
Binary 100 1110110 10000
Octal 4 166 20

Shades and tints

Shades of #047610

#047610
(4,118,16)
#046C0F
(4,108,15)
#04620E
(4,98,14)
#04580D
(4,88,13)
#044E0C
(4,78,12)
#04440B
(4,68,11)
#043A0A
(4,58,10)
#043009
(4,48,9)
#042608
(4,38,8)
#041C07
(4,28,7)
#041206
(4,18,6)
#000000
(0,0,0)

Tints of #047610

#047610
(4,118,16)
#1A8225
(26,130,37)
#308E3A
(48,142,58)
#469A4F
(70,154,79)
#5CA664
(92,166,100)
#72B279
(114,178,121)
#88BE8E
(136,190,142)
#9ECAA3
(158,202,163)
#B4D6B8
(180,214,184)
#CAE2CD
(202,226,205)
#E0EEE2
(224,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #047610; }

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

This text font color is #047610.

Background Color

.myBgColor { background-color: #047610; }

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

This div background color is #047610.

Border color

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

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

This div border color is #047610.

Opacity

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

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

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

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

This text has shadow with #047610 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #047610.

Preview

Color preview on black background

This text has color #047610 on black background.


Color preview on white background

This text has color #047610 on white background.


Black color preview on #047610 background

This text has black color on #047610 background.


White color preview on #047610 background

This text has white color on #047610 background.


Related colors

Complementary color

Complementary color for #hex is #FB89EF.


I love getcolorcode.com

Triadic colors

1 #100476 and #761004 with #047610 are triadic colors.

2 #107604 and #760410 with #047610 are triadic colors.