COLOR #4F8E8D

HEX: #4F8E8D RGB: (79,142,141)

Color info

#4F8E8D contains mainly green and blue colors. Web safe color of #4F8E8D is #669999 (or #699).

RGB color model

#4F8E8D color RGB value is (79,142,141).

RGB: (79,142,141) (31%, 56%, 55%)

RGB channels and saturation

R 79 of 255 = 31%
G 142 of 255 = 56%
B 141 of 255 = 55%

79
142
141

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

Portions of RGB colors in percentages

R + G + B = 79 + 142 + 141 = 362 (100%)
R 79 of 362 ~ 21.82%
G 142 of 362 ~ 39.23%
B 141 of 362 ~ 38.95'%

%21.82
%39.23
%38.95

CMYK color model

#4F8E8D color CMYK value is (44,0,1,44).

  • cyan value is 44.37%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 44.31%

CMYK: (44,0,1,44)
C44M0Y1K44 (44%, 0%, 1%, 44%)
(0.44 / 0.00 / 0.01 / 0.44)

CMYK percentages

%44.37
%0
%0.7
%44.31

Codes

Color #4F8E8D in popluar color models

4F 8E 8D
RGB 79 142 141
HSL 179° 28.51% 43.33%
HSB/HSV 179° 44.37% 55.69%
CMYK 44.37% 0.00% 0.70%
44.31%

Color #4F8E8D in popluar number systems.

HEX 4F 8E 8D
Decimal 79 142 141
Binary 1001111 10001110 10001101
Octal 117 216 215

Shades and tints

Shades of #4F8E8D

#4F8E8D
(79,142,141)
#488281
(72,130,129)
#417675
(65,118,117)
#3A6A69
(58,106,105)
#335E5D
(51,94,93)
#2C5251
(44,82,81)
#254645
(37,70,69)
#1E3A39
(30,58,57)
#172E2D
(23,46,45)
#102221
(16,34,33)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #4F8E8D

#4F8E8D
(79,142,141)
#5F9897
(95,152,151)
#6FA2A1
(111,162,161)
#7FACAB
(127,172,171)
#8FB6B5
(143,182,181)
#9FC0BF
(159,192,191)
#AFCAC9
(175,202,201)
#BFD4D3
(191,212,211)
#CFDEDD
(207,222,221)
#DFE8E7
(223,232,231)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8E8D; }

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

This text font color is #4F8E8D.

Background Color

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

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

This div background color is #4F8E8D.

Border color

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

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

This div border color is #4F8E8D.

Opacity

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

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

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

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

This text has shadow with #4F8E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8E8D.

Preview

Color preview on black background

This text has color #4F8E8D on black background.


Color preview on white background

This text has color #4F8E8D on white background.


Black color preview on #4F8E8D background

This text has black color on #4F8E8D background.


White color preview on #4F8E8D background

This text has white color on #4F8E8D background.


Related colors

Complementary color

Complementary color for #hex is #B07172.


I love getcolorcode.com

Triadic colors

1 #8D4F8E and #8E8D4F with #4F8E8D are triadic colors.

2 #8D8E4F and #8E4F8D with #4F8E8D are triadic colors.