COLOR #4F958A

HEX: #4F958A
RGB: (79,149,138)

Color info

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

RGB color model

#4F958A color RGB value is (79,149,138).

  • red value is 79;
  • green value is 149;
  • blue value is 138.
RGB:
(79,149,138)
(31%,58%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 138 of 255 = 54%

79
149
138

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

Portions of RGB colors in percentages

R + G + B =
79 + 149 + 138 = 366 (100%)
R 79 of 366 ~ 21.58%
G 149 of 366 ~ 40.71%
B 138 of 366 ~ 37.7%

%21.58
%40.71
%37.7

CMYK color model

#4F958A color CMYK value is (47,0,7,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(47,0,7,42)
C47M0Y7K42 
(47%,0%,7%,42%)
(0.47/0.00/0.07/0.42)	

CMYK percentages

%46.98
%0
%7.38
%41.57

Codes

Color #4F958A in popluar color models

4F958A
RGB79149138
HSL171°30.70%44.71%
HSB/HSV171°46.98%58.43%
CMYK46.98%0.00%7.38%
41.57%

Color #4F958A in popluar number systems.

HEX4F958A
Decimal79149138
Binary10011111001010110001010
Octal117225212

Shades and tints

Shades of #4F958A

#4F958A
(79,149,138)
#48887E
(72,136,126)
#417B72
(65,123,114)
#3A6E66
(58,110,102)
#33615A
(51,97,90)
#2C544E
(44,84,78)
#254742
(37,71,66)
#1E3A36
(30,58,54)
#172D2A
(23,45,42)
#10201E
(16,32,30)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #4F958A

#4F958A
(79,149,138)
#5F9E94
(95,158,148)
#6FA79E
(111,167,158)
#7FB0A8
(127,176,168)
#8FB9B2
(143,185,178)
#9FC2BC
(159,194,188)
#AFCBC6
(175,203,198)
#BFD4D0
(191,212,208)
#CFDDDA
(207,221,218)
#DFE6E4
(223,230,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F958A; }

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

This text font color is #4F958A.


Background Color

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

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

This div background color is #4F958A.


Border color

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

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

This div border color is #4F958A.


Opacity

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

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

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

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

This text has shadow with #4F958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F958A on black background.


Color preview on white background

This text has color #4F958A on white background.



Black color preview on #4F958A background

This text has black color on #4F958A background.


White color preview on #4F958A background

This text has white color on #4F958A background.