COLOR #47935D

HEX: #47935D RGB: (71,147,93)

Color info

#47935D contains mainly green and blue colors. Web safe color of #47935D is #339966 (or #396).

RGB color model

#47935D color RGB value is (71,147,93).

RGB: (71,147,93) (28%, 58%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 147 of 255 = 58%
B 93 of 255 = 36%

71
147
93

R + G + B ~ 41%. #47935D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 147 + 93 = 311 (100%)
R 71 of 311 ~ 22.83%
G 147 of 311 ~ 47.27%
B 93 of 311 ~ 29.9'%

%22.83
%47.27
%29.9

CMYK color model

#47935D color CMYK value is (52,0,37,42).

  • cyan value is 51.70%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 42.35%
CMYK: (52,0,37,42) C52M0Y37K42 (52%,0%,37%,42%) (0.52/0.00/0.37/0.42) 

CMYK percentages

%51.7
%0
%36.73
%42.35

Codes

Color #47935D in popluar color models

47 93 5D
RGB 71 147 93
HSL 137° 34.86% 42.75%
HSB/HSV 137° 51.70% 57.65%
CMYK 51.70% 0.00% 36.73%
42.35%

Color #47935D in popluar number systems.

HEX 47 93 5D
Decimal 71 147 93
Binary 1000111 10010011 1011101
Octal 107 223 135

Shades and tints

Shades of #47935D

#47935D
(71,147,93)
#418655
(65,134,85)
#3B794D
(59,121,77)
#356C45
(53,108,69)
#2F5F3D
(47,95,61)
#295235
(41,82,53)
#23452D
(35,69,45)
#1D3825
(29,56,37)
#172B1D
(23,43,29)
#111E15
(17,30,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #47935D

#47935D
(71,147,93)
#579C6B
(87,156,107)
#67A579
(103,165,121)
#77AE87
(119,174,135)
#87B795
(135,183,149)
#97C0A3
(151,192,163)
#A7C9B1
(167,201,177)
#B7D2BF
(183,210,191)
#C7DBCD
(199,219,205)
#D7E4DB
(215,228,219)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47935D color. Also use rgb(71,147,93) instead hex code.

Text Font Color

.myTextColor { color: #47935D; }

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

This text font color is #47935D.

Background Color

.myBgColor { background-color: #47935D; }

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

This div background color is #47935D.

Border color

.myBorderColor { border: 1px solid #47935D; }

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

This div border color is #47935D.

Opacity

.myOpacity80 { color: #47935D; opacity: 0.8; }

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

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

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

This text has shadow with #47935D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47935D.

Preview

Color preview on black background

This text has color #47935D on black background.


Color preview on white background

This text has color #47935D on white background.


Black color preview on #47935D background

This text has black color on #47935D background.


White color preview on #47935D background

This text has white color on #47935D background.


Related colors

Complementary color

Complementary color for #hex is #B86CA2.


I love getcolorcode.com

Triadic colors

1 #5D4793 and #935D47 with #47935D are triadic colors.

2 #5D9347 and #93475D with #47935D are triadic colors.