COLOR #4F885F

HEX: #4F885F RGB: (79,136,95)

Color info

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

RGB color model

#4F885F color RGB value is (79,136,95).

RGB: (79,136,95) (31%, 53%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 95 of 255 = 37%

79
136
95

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

Portions of RGB colors in percentages

R + G + B = 79 + 136 + 95 = 310 (100%)
R 79 of 310 ~ 25.48%
G 136 of 310 ~ 43.87%
B 95 of 310 ~ 30.65'%

%25.48
%43.87
%30.65

CMYK color model

#4F885F color CMYK value is (42,0,30,47).

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK: (42,0,30,47) C42M0Y30K47 (42%,0%,30%,47%) (0.42/0.00/0.30/0.47) 

CMYK percentages

%41.91
%0
%30.15
%46.67

Codes

Color #4F885F in popluar color models

4F 88 5F
RGB 79 136 95
HSL 137° 26.51% 42.16%
HSB/HSV 137° 41.91% 53.33%
CMYK 41.91% 0.00% 30.15%
46.67%

Color #4F885F in popluar number systems.

HEX 4F 88 5F
Decimal 79 136 95
Binary 1001111 10001000 1011111
Octal 117 210 137

Shades and tints

Shades of #4F885F

#4F885F
(79,136,95)
#487C57
(72,124,87)
#41704F
(65,112,79)
#3A6447
(58,100,71)
#33583F
(51,88,63)
#2C4C37
(44,76,55)
#25402F
(37,64,47)
#1E3427
(30,52,39)
#17281F
(23,40,31)
#101C17
(16,28,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F885F

#4F885F
(79,136,95)
#5F926D
(95,146,109)
#6F9C7B
(111,156,123)
#7FA689
(127,166,137)
#8FB097
(143,176,151)
#9FBAA5
(159,186,165)
#AFC4B3
(175,196,179)
#BFCEC1
(191,206,193)
#CFD8CF
(207,216,207)
#DFE2DD
(223,226,221)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F885F; }

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

This text font color is #4F885F.

Background Color

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

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

This div background color is #4F885F.

Border color

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

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

This div border color is #4F885F.

Opacity

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

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

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

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

This text has shadow with #4F885F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F885F.

Preview

Color preview on black background

This text has color #4F885F on black background.


Color preview on white background

This text has color #4F885F on white background.


Black color preview on #4F885F background

This text has black color on #4F885F background.


White color preview on #4F885F background

This text has white color on #4F885F background.


Related colors

Complementary color

Complementary color for #hex is #B077A0.


I love getcolorcode.com

Triadic colors

1 #5F4F88 and #885F4F with #4F885F are triadic colors.

2 #5F884F and #884F5F with #4F885F are triadic colors.