COLOR #4F996B

HEX: #4F996B
RGB: (79,153,107)

Color info

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

RGB color model

#4F996B color RGB value is (79,153,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 153 of 255 = 60%
B 107 of 255 = 42%

79
153
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 153 + 107 = 339 (100%)
R 79 of 339 ~ 23.3%
G 153 of 339 ~ 45.13%
B 107 of 339 ~ 31.56%

%23.3
%45.13
%31.56

CMYK color model

#4F996B color CMYK value is (48,0,30,40).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(48,0,30,40)
C48M0Y30K40 
(48%,0%,30%,40%)
(0.48/0.00/0.30/0.40)	

CMYK percentages

%48.37
%0
%30.07
%40

Codes

Color #4F996B in popluar color models

4F996B
RGB79153107
HSL143°31.90%45.49%
HSB/HSV143°48.37%60.00%
CMYK48.37%0.00%30.07%
40.00%

Color #4F996B in popluar number systems.

HEX4F996B
Decimal79153107
Binary1001111100110011101011
Octal117231153

Shades and tints

Shades of #4F996B

#4F996B
(79,153,107)
#488C62
(72,140,98)
#417F59
(65,127,89)
#3A7250
(58,114,80)
#336547
(51,101,71)
#2C583E
(44,88,62)
#254B35
(37,75,53)
#1E3E2C
(30,62,44)
#173123
(23,49,35)
#10241A
(16,36,26)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #4F996B

#4F996B
(79,153,107)
#5FA278
(95,162,120)
#6FAB85
(111,171,133)
#7FB492
(127,180,146)
#8FBD9F
(143,189,159)
#9FC6AC
(159,198,172)
#AFCFB9
(175,207,185)
#BFD8C6
(191,216,198)
#CFE1D3
(207,225,211)
#DFEAE0
(223,234,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F996B; }

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

This text font color is #4F996B.


Background Color

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

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

This div background color is #4F996B.


Border color

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

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

This div border color is #4F996B.


Opacity

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

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

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

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

This text has shadow with #4F996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F996B on black background.


Color preview on white background

This text has color #4F996B on white background.



Black color preview on #4F996B background

This text has black color on #4F996B background.


White color preview on #4F996B background

This text has white color on #4F996B background.