COLOR #4F8E8C

HEX: #4F8E8C RGB: (79,142,140)

Color info

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

RGB color model

#4F8E8C color RGB value is (79,142,140).

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

RGB channels and saturation

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

79
142
140

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

Portions of RGB colors in percentages

R + G + B = 79 + 142 + 140 = 361 (100%)
R 79 of 361 ~ 21.88%
G 142 of 361 ~ 39.34%
B 140 of 361 ~ 38.78'%

%21.88
%39.34
%38.78

CMYK color model

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

  • cyan value is 44.37%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • 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
%1.41
%44.31

Codes

Color #4F8E8C in popluar color models

4F 8E 8C
RGB 79 142 140
HSL 178° 28.51% 43.33%
HSB/HSV 178° 44.37% 55.69%
CMYK 44.37% 0.00% 1.41%
44.31%

Color #4F8E8C in popluar number systems.

HEX 4F 8E 8C
Decimal 79 142 140
Binary 1001111 10001110 10001100
Octal 117 216 214

Shades and tints

Shades of #4F8E8C

#4F8E8C
(79,142,140)
#488280
(72,130,128)
#417674
(65,118,116)
#3A6A68
(58,106,104)
#335E5C
(51,94,92)
#2C5250
(44,82,80)
#254644
(37,70,68)
#1E3A38
(30,58,56)
#172E2C
(23,46,44)
#102220
(16,34,32)
#091614
(9,22,20)
#000000
(0,0,0)

Tints of #4F8E8C

#4F8E8C
(79,142,140)
#5F9896
(95,152,150)
#6FA2A0
(111,162,160)
#7FACAA
(127,172,170)
#8FB6B4
(143,182,180)
#9FC0BE
(159,192,190)
#AFCAC8
(175,202,200)
#BFD4D2
(191,212,210)
#CFDEDC
(207,222,220)
#DFE8E6
(223,232,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8E8C; }

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

This text font color is #4F8E8C.

Background Color

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

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

This div background color is #4F8E8C.

Border color

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

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

This div border color is #4F8E8C.

Opacity

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

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

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

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

This text has shadow with #4F8E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8E8C.

Preview

Color preview on black background

This text has color #4F8E8C on black background.


Color preview on white background

This text has color #4F8E8C on white background.


Black color preview on #4F8E8C background

This text has black color on #4F8E8C background.


White color preview on #4F8E8C background

This text has white color on #4F8E8C background.


Related colors

Complementary color

Complementary color for #hex is #B07173.


I love getcolorcode.com

Triadic colors

1 #8C4F8E and #8E8C4F with #4F8E8C are triadic colors.

2 #8C8E4F and #8E4F8C with #4F8E8C are triadic colors.