COLOR #4F957E

HEX: #4F957E RGB: (79,149,126)

Color info

#4F957E contains mainly green and blue colors. Web safe color of #4F957E is #669966 (or #696).

RGB color model

#4F957E color RGB value is (79,149,126).

RGB: (79,149,126) (31%, 58%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 126 of 255 = 49%

79
149
126

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

Portions of RGB colors in percentages

R + G + B = 79 + 149 + 126 = 354 (100%)
R 79 of 354 ~ 22.32%
G 149 of 354 ~ 42.09%
B 126 of 354 ~ 35.59'%

%22.32
%42.09
%35.59

CMYK color model

#4F957E color CMYK value is (47,0,15,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK: (47,0,15,42) C47M0Y15K42 (47%,0%,15%,42%) (0.47/0.00/0.15/0.42) 

CMYK percentages

%46.98
%0
%15.44
%41.57

Codes

Color #4F957E in popluar color models

4F 95 7E
RGB 79 149 126
HSL 160° 30.70% 44.71%
HSB/HSV 160° 46.98% 58.43%
CMYK 46.98% 0.00% 15.44%
41.57%

Color #4F957E in popluar number systems.

HEX 4F 95 7E
Decimal 79 149 126
Binary 1001111 10010101 1111110
Octal 117 225 176

Shades and tints

Shades of #4F957E

#4F957E
(79,149,126)
#488873
(72,136,115)
#417B68
(65,123,104)
#3A6E5D
(58,110,93)
#336152
(51,97,82)
#2C5447
(44,84,71)
#25473C
(37,71,60)
#1E3A31
(30,58,49)
#172D26
(23,45,38)
#10201B
(16,32,27)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #4F957E

#4F957E
(79,149,126)
#5F9E89
(95,158,137)
#6FA794
(111,167,148)
#7FB09F
(127,176,159)
#8FB9AA
(143,185,170)
#9FC2B5
(159,194,181)
#AFCBC0
(175,203,192)
#BFD4CB
(191,212,203)
#CFDDD6
(207,221,214)
#DFE6E1
(223,230,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F957E; }

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

This text font color is #4F957E.

Background Color

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

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

This div background color is #4F957E.

Border color

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

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

This div border color is #4F957E.

Opacity

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

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

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

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

This text has shadow with #4F957E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F957E.

Preview

Color preview on black background

This text has color #4F957E on black background.


Color preview on white background

This text has color #4F957E on white background.


Black color preview on #4F957E background

This text has black color on #4F957E background.


White color preview on #4F957E background

This text has white color on #4F957E background.


Related colors

Complementary color

Complementary color for #hex is #B06A81.


I love getcolorcode.com

Triadic colors

1 #7E4F95 and #957E4F with #4F957E are triadic colors.

2 #7E954F and #954F7E with #4F957E are triadic colors.