COLOR #4F875E

HEX: #4F875E
RGB: (79,135,94)

Color info

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

RGB color model

#4F875E color RGB value is (79,135,94).

  • red value is 79;
  • green value is 135;
  • blue value is 94.
RGB:
(79,135,94)
(31%,53%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 94 of 255 = 37%

79
135
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 94 = 308 (100%)
R 79 of 308 ~ 25.65%
G 135 of 308 ~ 43.83%
B 94 of 308 ~ 30.52%

%25.65
%43.83
%30.52

CMYK color model

#4F875E color CMYK value is (41,0,30,47).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(41,0,30,47)
C41M0Y30K47 
(41%,0%,30%,47%)
(0.41/0.00/0.30/0.47)	

CMYK percentages

%41.48
%0
%30.37
%47.06

Codes

Color #4F875E in popluar color models

4F875E
RGB7913594
HSL136°26.17%41.96%
HSB/HSV136°41.48%52.94%
CMYK41.48%0.00%30.37%
47.06%

Color #4F875E in popluar number systems.

HEX4F875E
Decimal7913594
Binary1001111100001111011110
Octal117207136

Shades and tints

Shades of #4F875E

#4F875E
(79,135,94)
#487B56
(72,123,86)
#416F4E
(65,111,78)
#3A6346
(58,99,70)
#33573E
(51,87,62)
#2C4B36
(44,75,54)
#253F2E
(37,63,46)
#1E3326
(30,51,38)
#17271E
(23,39,30)
#101B16
(16,27,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F875E

#4F875E
(79,135,94)
#5F916C
(95,145,108)
#6F9B7A
(111,155,122)
#7FA588
(127,165,136)
#8FAF96
(143,175,150)
#9FB9A4
(159,185,164)
#AFC3B2
(175,195,178)
#BFCDC0
(191,205,192)
#CFD7CE
(207,215,206)
#DFE1DC
(223,225,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F875E color. Also use rgb(79,135,94) instead hex code.

Text Font Color

.myTextColor { color: #4F875E; }

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

This text font color is #4F875E.


Background Color

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

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

This div background color is #4F875E.


Border color

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

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

This div border color is #4F875E.


Opacity

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

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

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

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

This text has shadow with #4F875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F875E on black background.


Color preview on white background

This text has color #4F875E on white background.



Black color preview on #4F875E background

This text has black color on #4F875E background.


White color preview on #4F875E background

This text has white color on #4F875E background.