COLOR #4F855E

HEX: #4F855E
RGB: (79,133,94)

Color info

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

RGB color model

#4F855E color RGB value is (79,133,94).

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

RGB channels and saturation

R 79 of 255 = 31%
G 133 of 255 = 52%
B 94 of 255 = 37%

79
133
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 133 + 94 = 306 (100%)
R 79 of 306 ~ 25.82%
G 133 of 306 ~ 43.46%
B 94 of 306 ~ 30.72%

%25.82
%43.46
%30.72

CMYK color model

#4F855E color CMYK value is (41,0,29,48).

  • cyan value is 40.60%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(41,0,29,48)
C41M0Y29K48 
(41%,0%,29%,48%)
(0.41/0.00/0.29/0.48)	

CMYK percentages

%40.6
%0
%29.32
%47.84

Codes

Color #4F855E in popluar color models

4F855E
RGB7913394
HSL137°25.47%41.57%
HSB/HSV137°40.60%52.16%
CMYK40.60%0.00%29.32%
47.84%

Color #4F855E in popluar number systems.

HEX4F855E
Decimal7913394
Binary1001111100001011011110
Octal117205136

Shades and tints

Shades of #4F855E

#4F855E
(79,133,94)
#487956
(72,121,86)
#416D4E
(65,109,78)
#3A6146
(58,97,70)
#33553E
(51,85,62)
#2C4936
(44,73,54)
#253D2E
(37,61,46)
#1E3126
(30,49,38)
#17251E
(23,37,30)
#101916
(16,25,22)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F855E

#4F855E
(79,133,94)
#5F906C
(95,144,108)
#6F9B7A
(111,155,122)
#7FA688
(127,166,136)
#8FB196
(143,177,150)
#9FBCA4
(159,188,164)
#AFC7B2
(175,199,178)
#BFD2C0
(191,210,192)
#CFDDCE
(207,221,206)
#DFE8DC
(223,232,220)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F855E; }

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

This text font color is #4F855E.


Background Color

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

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

This div background color is #4F855E.


Border color

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

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

This div border color is #4F855E.


Opacity

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

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

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

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

This text has shadow with #4F855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F855E on black background.


Color preview on white background

This text has color #4F855E on white background.



Black color preview on #4F855E background

This text has black color on #4F855E background.


White color preview on #4F855E background

This text has white color on #4F855E background.