COLOR #4F999C

HEX: #4F999C RGB: (79,153,156)

Color info

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

RGB color model

#4F999C color RGB value is (79,153,156).

RGB: (79,153,156) (31%, 60%, 61%)

RGB channels and saturation

R 79 of 255 = 31%
G 153 of 255 = 60%
B 156 of 255 = 61%

79
153
156

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

Portions of RGB colors in percentages

R + G + B = 79 + 153 + 156 = 388 (100%)
R 79 of 388 ~ 20.36%
G 153 of 388 ~ 39.43%
B 156 of 388 ~ 40.21'%

%20.36
%39.43
%40.21

CMYK color model

#4F999C color CMYK value is (49,2,0,39).

  • cyan value is 49.36%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (49,2,0,39)
C49M2Y0K39 (49%, 2%, 0%, 39%)
(0.49 / 0.02 / 0.00 / 0.39)

CMYK percentages

%49.36
%1.92
%0
%38.82

Codes

Color #4F999C in popluar color models

4F 99 9C
RGB 79 153 156
HSL 182° 32.77% 46.08%
HSB/HSV 182° 49.36% 61.18%
CMYK 49.36% 1.92% 0.00%
38.82%

Color #4F999C in popluar number systems.

HEX 4F 99 9C
Decimal 79 153 156
Binary 1001111 10011001 10011100
Octal 117 231 234

Shades and tints

Shades of #4F999C

#4F999C
(79,153,156)
#488C8E
(72,140,142)
#417F80
(65,127,128)
#3A7272
(58,114,114)
#336564
(51,101,100)
#2C5856
(44,88,86)
#254B48
(37,75,72)
#1E3E3A
(30,62,58)
#17312C
(23,49,44)
#10241E
(16,36,30)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #4F999C

#4F999C
(79,153,156)
#5FA2A5
(95,162,165)
#6FABAE
(111,171,174)
#7FB4B7
(127,180,183)
#8FBDC0
(143,189,192)
#9FC6C9
(159,198,201)
#AFCFD2
(175,207,210)
#BFD8DB
(191,216,219)
#CFE1E4
(207,225,228)
#DFEAED
(223,234,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F999C color. Also use rgb(79,153,156) instead hex code.

Text Font Color

.myTextColor { color: #4F999C; }

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

This text font color is #4F999C.

Background Color

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

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

This div background color is #4F999C.

Border color

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

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

This div border color is #4F999C.

Opacity

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

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

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

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

This text has shadow with #4F999C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F999C.

Preview

Color preview on black background

This text has color #4F999C on black background.


Color preview on white background

This text has color #4F999C on white background.


Black color preview on #4F999C background

This text has black color on #4F999C background.


White color preview on #4F999C background

This text has white color on #4F999C background.


Related colors

Complementary color

Complementary color for #hex is #B06663.


I love getcolorcode.com

Triadic colors

1 #9C4F99 and #999C4F with #4F999C are triadic colors.

2 #9C994F and #994F9C with #4F999C are triadic colors.