COLOR #4F8F90

HEX: #4F8F90 RGB: (79,143,144)

Color info

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

RGB color model

#4F8F90 color RGB value is (79,143,144).

RGB: (79,143,144) (31%, 56%, 56%)

RGB channels and saturation

R 79 of 255 = 31%
G 143 of 255 = 56%
B 144 of 255 = 56%

79
143
144

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

Portions of RGB colors in percentages

R + G + B = 79 + 143 + 144 = 366 (100%)
R 79 of 366 ~ 21.58%
G 143 of 366 ~ 39.07%
B 144 of 366 ~ 39.34'%

%21.58
%39.07
%39.34

CMYK color model

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

  • cyan value is 45.14%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (45,1,0,44)
C45M1Y0K44 (45%, 1%, 0%, 44%)
(0.45 / 0.01 / 0.00 / 0.44)

CMYK percentages

%45.14
%0.69
%0
%43.53

Codes

Color #4F8F90 in popluar color models

4F 8F 90
RGB 79 143 144
HSL 181° 29.15% 43.73%
HSB/HSV 181° 45.14% 56.47%
CMYK 45.14% 0.69% 0.00%
43.53%

Color #4F8F90 in popluar number systems.

HEX 4F 8F 90
Decimal 79 143 144
Binary 1001111 10001111 10010000
Octal 117 217 220

Shades and tints

Shades of #4F8F90

#4F8F90
(79,143,144)
#488283
(72,130,131)
#417576
(65,117,118)
#3A6869
(58,104,105)
#335B5C
(51,91,92)
#2C4E4F
(44,78,79)
#254142
(37,65,66)
#1E3435
(30,52,53)
#172728
(23,39,40)
#101A1B
(16,26,27)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F8F90

#4F8F90
(79,143,144)
#5F999A
(95,153,154)
#6FA3A4
(111,163,164)
#7FADAE
(127,173,174)
#8FB7B8
(143,183,184)
#9FC1C2
(159,193,194)
#AFCBCC
(175,203,204)
#BFD5D6
(191,213,214)
#CFDFE0
(207,223,224)
#DFE9EA
(223,233,234)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8F90 color. Also use rgb(79,143,144) instead hex code.

Text Font Color

.myTextColor { color: #4F8F90; }

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

This text font color is #4F8F90.

Background Color

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

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

This div background color is #4F8F90.

Border color

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

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

This div border color is #4F8F90.

Opacity

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

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

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

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

This text has shadow with #4F8F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F8F90.

Preview

Color preview on black background

This text has color #4F8F90 on black background.


Color preview on white background

This text has color #4F8F90 on white background.


Black color preview on #4F8F90 background

This text has black color on #4F8F90 background.


White color preview on #4F8F90 background

This text has white color on #4F8F90 background.


Related colors

Complementary color

Complementary color for #hex is #B0706F.


I love getcolorcode.com

Triadic colors

1 #904F8F and #8F904F with #4F8F90 are triadic colors.

2 #908F4F and #8F4F90 with #4F8F90 are triadic colors.