COLOR #4F887E

HEX: #4F887E
RGB: (79,136,126)

Color info

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

RGB color model

#4F887E color RGB value is (79,136,126).

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

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 126 of 255 = 49%

79
136
126

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

Portions of RGB colors in percentages

R + G + B =
79 + 136 + 126 = 341 (100%)
R 79 of 341 ~ 23.17%
G 136 of 341 ~ 39.88%
B 126 of 341 ~ 36.95%

%23.17
%39.88
%36.95

CMYK color model

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

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • 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
%7.35
%46.67

Codes

Color #4F887E in popluar color models

4F887E
RGB79136126
HSL169°26.51%42.16%
HSB/HSV169°41.91%53.33%
CMYK41.91%0.00%7.35%
46.67%

Color #4F887E in popluar number systems.

HEX4F887E
Decimal79136126
Binary1001111100010001111110
Octal117210176

Shades and tints

Shades of #4F887E

#4F887E
(79,136,126)
#487C73
(72,124,115)
#417068
(65,112,104)
#3A645D
(58,100,93)
#335852
(51,88,82)
#2C4C47
(44,76,71)
#25403C
(37,64,60)
#1E3431
(30,52,49)
#172826
(23,40,38)
#101C1B
(16,28,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F887E

#4F887E
(79,136,126)
#5F9289
(95,146,137)
#6F9C94
(111,156,148)
#7FA69F
(127,166,159)
#8FB0AA
(143,176,170)
#9FBAB5
(159,186,181)
#AFC4C0
(175,196,192)
#BFCECB
(191,206,203)
#CFD8D6
(207,216,214)
#DFE2E1
(223,226,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F887E; }

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

This text font color is #4F887E.


Background Color

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

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

This div background color is #4F887E.


Border color

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

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

This div border color is #4F887E.


Opacity

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

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

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

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

This text has shadow with #4F887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F887E on black background.


Color preview on white background

This text has color #4F887E on white background.



Black color preview on #4F887E background

This text has black color on #4F887E background.


White color preview on #4F887E background

This text has white color on #4F887E background.