COLOR #477F34

HEX: #477F34 RGB: (71,127,52)

Color info

#477F34 contains mainly red and green colors. Web safe color of #477F34 is #336633 (or #363).

RGB color model

#477F34 color RGB value is (71,127,52).

RGB: (71,127,52) (28%, 50%, 20%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 52 of 255 = 20%

71
127
52

R + G + B ~ 33%. #477F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 127 + 52 = 250 (100%)
R 71 of 250 ~ 28.4%
G 127 of 250 ~ 50.8%
B 52 of 250 ~ 20.8'%

%28.4
%50.8
%20.8

CMYK color model

#477F34 color CMYK value is (44,0,59,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 59.06%
  • key color value is 50.20%

CMYK: (44,0,59,50)
C44M0Y59K50 (44%, 0%, 59%, 50%)
(0.44 / 0.00 / 0.59 / 0.50)

CMYK percentages

%44.09
%0
%59.06
%50.2

Codes

Color #477F34 in popluar color models

47 7F 34
RGB 71 127 52
HSL 105° 41.90% 35.10%
HSB/HSV 105° 59.06% 49.80%
CMYK 44.09% 0.00% 59.06%
50.20%

Color #477F34 in popluar number systems.

HEX 47 7F 34
Decimal 71 127 52
Binary 1000111 1111111 110100
Octal 107 177 64

Shades and tints

Shades of #477F34

#477F34
(71,127,52)
#417430
(65,116,48)
#3B692C
(59,105,44)
#355E28
(53,94,40)
#2F5324
(47,83,36)
#294820
(41,72,32)
#233D1C
(35,61,28)
#1D3218
(29,50,24)
#172714
(23,39,20)
#111C10
(17,28,16)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #477F34

#477F34
(71,127,52)
#578A46
(87,138,70)
#679558
(103,149,88)
#77A06A
(119,160,106)
#87AB7C
(135,171,124)
#97B68E
(151,182,142)
#A7C1A0
(167,193,160)
#B7CCB2
(183,204,178)
#C7D7C4
(199,215,196)
#D7E2D6
(215,226,214)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F34 color. Also use rgb(71,127,52) instead hex code.

Text Font Color

.myTextColor { color: #477F34; }

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

This text font color is #477F34.

Background Color

.myBgColor { background-color: #477F34; }

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

This div background color is #477F34.

Border color

.myBorderColor { border: 1px solid #477F34; }

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

This div border color is #477F34.

Opacity

.myOpacity80 { color: #477F34; opacity: 0.8; }

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

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

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

This text has shadow with #477F34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477F34.

Preview

Color preview on black background

This text has color #477F34 on black background.


Color preview on white background

This text has color #477F34 on white background.


Black color preview on #477F34 background

This text has black color on #477F34 background.


White color preview on #477F34 background

This text has white color on #477F34 background.


Related colors

Complementary color

Complementary color for #hex is #B880CB.


I love getcolorcode.com

Triadic colors

1 #34477F and #7F3447 with #477F34 are triadic colors.

2 #347F47 and #7F4734 with #477F34 are triadic colors.