COLOR #4F825B

HEX: #4F825B
RGB: (79,130,91)

Color info

#4F825B contains red, green and blue colors in about the same proportion. Web safe color of #4F825B is #669966 (or #696).

RGB color model

#4F825B color RGB value is (79,130,91).

  • red value is 79;
  • green value is 130;
  • blue value is 91.
RGB:
(79,130,91)
(31%,51%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 130 of 255 = 51%
B 91 of 255 = 36%

79
130
91

R + G + B ~ 39%. #4F825B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 130 + 91 = 300 (100%)
R 79 of 300 ~ 26.33%
G 130 of 300 ~ 43.33%
B 91 of 300 ~ 30.33%

%26.33
%43.33
%30.33

CMYK color model

#4F825B color CMYK value is (39,0,30,49).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(39,0,30,49)
C39M0Y30K49 
(39%,0%,30%,49%)
(0.39/0.00/0.30/0.49)	

CMYK percentages

%39.23
%0
%30
%49.02

Codes

Color #4F825B in popluar color models

4F825B
RGB7913091
HSL134°24.40%40.98%
HSB/HSV134°39.23%50.98%
CMYK39.23%0.00%30.00%
49.02%

Color #4F825B in popluar number systems.

HEX4F825B
Decimal7913091
Binary1001111100000101011011
Octal117202133

Shades and tints

Shades of #4F825B

#4F825B
(79,130,91)
#487753
(72,119,83)
#416C4B
(65,108,75)
#3A6143
(58,97,67)
#33563B
(51,86,59)
#2C4B33
(44,75,51)
#25402B
(37,64,43)
#1E3523
(30,53,35)
#172A1B
(23,42,27)
#101F13
(16,31,19)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #4F825B

#4F825B
(79,130,91)
#5F8D69
(95,141,105)
#6F9877
(111,152,119)
#7FA385
(127,163,133)
#8FAE93
(143,174,147)
#9FB9A1
(159,185,161)
#AFC4AF
(175,196,175)
#BFCFBD
(191,207,189)
#CFDACB
(207,218,203)
#DFE5D9
(223,229,217)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F825B color. Also use rgb(79,130,91) instead hex code.

Text Font Color

.myTextColor { color: #4F825B; }

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

This text font color is #4F825B.


Background Color

.myBgColor { background-color: #4F825B; }

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

This div background color is #4F825B.


Border color

.myBorderColor { border: 1px solid #4F825B; }

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

This div border color is #4F825B.


Opacity

.myOpacity80 { color: #4F825B; opacity: 0.8; }

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

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

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

This text has shadow with #4F825B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F825B on black background.


Color preview on white background

This text has color #4F825B on white background.



Black color preview on #4F825B background

This text has black color on #4F825B background.


White color preview on #4F825B background

This text has white color on #4F825B background.