COLOR #4F854F

HEX: #4F854F
RGB: (79,133,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
133
79

R + G + B ~ 38%. #4F854F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 133 + 79 = 291 (100%)
R 79 of 291 ~ 27.15%
G 133 of 291 ~ 45.7%
B 79 of 291 ~ 27.15%

%27.15
%45.7
%27.15

CMYK color model

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

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

CMYK percentages

%40.6
%0
%40.6
%47.84

Codes

Color #4F854F in popluar color models

4F854F
RGB7913379
HSL120°25.47%41.57%
HSB/HSV120°40.60%52.16%
CMYK40.60%0.00%40.60%
47.84%

Color #4F854F in popluar number systems.

HEX4F854F
Decimal7913379
Binary1001111100001011001111
Octal117205117

Shades and tints

Shades of #4F854F

#4F854F
(79,133,79)
#487948
(72,121,72)
#416D41
(65,109,65)
#3A613A
(58,97,58)
#335533
(51,85,51)
#2C492C
(44,73,44)
#253D25
(37,61,37)
#1E311E
(30,49,30)
#172517
(23,37,23)
#101910
(16,25,16)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F854F

#4F854F
(79,133,79)
#5F905F
(95,144,95)
#6F9B6F
(111,155,111)
#7FA67F
(127,166,127)
#8FB18F
(143,177,143)
#9FBC9F
(159,188,159)
#AFC7AF
(175,199,175)
#BFD2BF
(191,210,191)
#CFDDCF
(207,221,207)
#DFE8DF
(223,232,223)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F854F; }

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

This text font color is #4F854F.


Background Color

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

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

This div background color is #4F854F.


Border color

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

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

This div border color is #4F854F.


Opacity

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

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

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

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

This text has shadow with #4F854F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F854F on black background.


Color preview on white background

This text has color #4F854F on white background.



Black color preview on #4F854F background

This text has black color on #4F854F background.


White color preview on #4F854F background

This text has white color on #4F854F background.