COLOR #4F956B

HEX: #4F956B
RGB: (79,149,107)

Color info

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

RGB color model

#4F956B color RGB value is (79,149,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 107 of 255 = 42%

79
149
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 149 + 107 = 335 (100%)
R 79 of 335 ~ 23.58%
G 149 of 335 ~ 44.48%
B 107 of 335 ~ 31.94%

%23.58
%44.48
%31.94

CMYK color model

#4F956B color CMYK value is (47,0,28,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(47,0,28,42)
C47M0Y28K42 
(47%,0%,28%,42%)
(0.47/0.00/0.28/0.42)	

CMYK percentages

%46.98
%0
%28.19
%41.57

Codes

Color #4F956B in popluar color models

4F956B
RGB79149107
HSL144°30.70%44.71%
HSB/HSV144°46.98%58.43%
CMYK46.98%0.00%28.19%
41.57%

Color #4F956B in popluar number systems.

HEX4F956B
Decimal79149107
Binary1001111100101011101011
Octal117225153

Shades and tints

Shades of #4F956B

#4F956B
(79,149,107)
#488862
(72,136,98)
#417B59
(65,123,89)
#3A6E50
(58,110,80)
#336147
(51,97,71)
#2C543E
(44,84,62)
#254735
(37,71,53)
#1E3A2C
(30,58,44)
#172D23
(23,45,35)
#10201A
(16,32,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #4F956B

#4F956B
(79,149,107)
#5F9E78
(95,158,120)
#6FA785
(111,167,133)
#7FB092
(127,176,146)
#8FB99F
(143,185,159)
#9FC2AC
(159,194,172)
#AFCBB9
(175,203,185)
#BFD4C6
(191,212,198)
#CFDDD3
(207,221,211)
#DFE6E0
(223,230,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F956B; }

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

This text font color is #4F956B.


Background Color

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

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

This div background color is #4F956B.


Border color

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

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

This div border color is #4F956B.


Opacity

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

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

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

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

This text has shadow with #4F956B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F956B on black background.


Color preview on white background

This text has color #4F956B on white background.



Black color preview on #4F956B background

This text has black color on #4F956B background.


White color preview on #4F956B background

This text has white color on #4F956B background.