COLOR #47925B

HEX: #47925B
RGB: (71,146,91)

Color info

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

RGB color model

#47925B color RGB value is (71,146,91).

  • red value is 71;
  • green value is 146;
  • blue value is 91.
RGB:
(71,146,91)
(28%,57%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 146 of 255 = 57%
B 91 of 255 = 36%

71
146
91

R + G + B ~ 40%. #47925B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 146 + 91 = 308 (100%)
R 71 of 308 ~ 23.05%
G 146 of 308 ~ 47.4%
B 91 of 308 ~ 29.55%

%23.05
%47.4
%29.55

CMYK color model

#47925B color CMYK value is (51,0,38,43).

  • cyan value is 51.37%
  • magenta value is 0.00%
  • yellow value is 37.67%
  • key color value is 42.75%
CMYK:
(51,0,38,43)
C51M0Y38K43 
(51%,0%,38%,43%)
(0.51/0.00/0.38/0.43)	

CMYK percentages

%51.37
%0
%37.67
%42.75

Codes

Color #47925B in popluar color models

47925B
RGB7114691
HSL136°34.56%42.55%
HSB/HSV136°51.37%57.25%
CMYK51.37%0.00%37.67%
42.75%

Color #47925B in popluar number systems.

HEX47925B
Decimal7114691
Binary1000111100100101011011
Octal107222133

Shades and tints

Shades of #47925B

#47925B
(71,146,91)
#418553
(65,133,83)
#3B784B
(59,120,75)
#356B43
(53,107,67)
#2F5E3B
(47,94,59)
#295133
(41,81,51)
#23442B
(35,68,43)
#1D3723
(29,55,35)
#172A1B
(23,42,27)
#111D13
(17,29,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #47925B

#47925B
(71,146,91)
#579B69
(87,155,105)
#67A477
(103,164,119)
#77AD85
(119,173,133)
#87B693
(135,182,147)
#97BFA1
(151,191,161)
#A7C8AF
(167,200,175)
#B7D1BD
(183,209,189)
#C7DACB
(199,218,203)
#D7E3D9
(215,227,217)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47925B color. Also use rgb(71,146,91) instead hex code.

Text Font Color

.myTextColor { color: #47925B; }

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

This text font color is #47925B.


Background Color

.myBgColor { background-color: #47925B; }

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

This div background color is #47925B.


Border color

.myBorderColor { border: 1px solid #47925B; }

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

This div border color is #47925B.


Opacity

.myOpacity80 { color: #47925B; opacity: 0.8; }

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

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

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

This text has shadow with #47925B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47925B on black background.


Color preview on white background

This text has color #47925B on white background.



Black color preview on #47925B background

This text has black color on #47925B background.


White color preview on #47925B background

This text has white color on #47925B background.