COLOR #4F887F

HEX: #4F887F
RGB: (79,136,127)

Color info

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

RGB color model

#4F887F color RGB value is (79,136,127).

  • red value is 79;
  • green value is 136;
  • blue value is 127.
RGB:
(79,136,127)
(31%,53%,50%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 127 of 255 = 50%

79
136
127

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

Portions of RGB colors in percentages

R + G + B =
79 + 136 + 127 = 342 (100%)
R 79 of 342 ~ 23.1%
G 136 of 342 ~ 39.77%
B 127 of 342 ~ 37.13%

%23.1
%39.77
%37.13

CMYK color model

#4F887F color CMYK value is (42,0,7,47).

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(42,0,7,47)
C42M0Y7K47 
(42%,0%,7%,47%)
(0.42/0.00/0.07/0.47)	

CMYK percentages

%41.91
%0
%6.62
%46.67

Codes

Color #4F887F in popluar color models

4F887F
RGB79136127
HSL171°26.51%42.16%
HSB/HSV171°41.91%53.33%
CMYK41.91%0.00%6.62%
46.67%

Color #4F887F in popluar number systems.

HEX4F887F
Decimal79136127
Binary1001111100010001111111
Octal117210177

Shades and tints

Shades of #4F887F

#4F887F
(79,136,127)
#487C74
(72,124,116)
#417069
(65,112,105)
#3A645E
(58,100,94)
#335853
(51,88,83)
#2C4C48
(44,76,72)
#25403D
(37,64,61)
#1E3432
(30,52,50)
#172827
(23,40,39)
#101C1C
(16,28,28)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #4F887F

#4F887F
(79,136,127)
#5F928A
(95,146,138)
#6F9C95
(111,156,149)
#7FA6A0
(127,166,160)
#8FB0AB
(143,176,171)
#9FBAB6
(159,186,182)
#AFC4C1
(175,196,193)
#BFCECC
(191,206,204)
#CFD8D7
(207,216,215)
#DFE2E2
(223,226,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F887F; }

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

This text font color is #4F887F.


Background Color

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

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

This div background color is #4F887F.


Border color

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

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

This div border color is #4F887F.


Opacity

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

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

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

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

This text has shadow with #4F887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F887F on black background.


Color preview on white background

This text has color #4F887F on white background.



Black color preview on #4F887F background

This text has black color on #4F887F background.


White color preview on #4F887F background

This text has white color on #4F887F background.