COLOR #4F8679

HEX: #4F8679
RGB: (79,134,121)

Color info

#4F8679 contains red, green and blue colors in about the same proportion. Web safe color of #4F8679 is #669966 (or #696).

RGB color model

#4F8679 color RGB value is (79,134,121).

  • red value is 79;
  • green value is 134;
  • blue value is 121.
RGB:
(79,134,121)
(31%,53%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 134 of 255 = 53%
B 121 of 255 = 47%

79
134
121

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

Portions of RGB colors in percentages

R + G + B =
79 + 134 + 121 = 334 (100%)
R 79 of 334 ~ 23.65%
G 134 of 334 ~ 40.12%
B 121 of 334 ~ 36.23%

%23.65
%40.12
%36.23

CMYK color model

#4F8679 color CMYK value is (41,0,10,47).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 47.45%
CMYK:
(41,0,10,47)
C41M0Y10K47 
(41%,0%,10%,47%)
(0.41/0.00/0.10/0.47)	

CMYK percentages

%41.04
%0
%9.7
%47.45

Codes

Color #4F8679 in popluar color models

4F8679
RGB79134121
HSL166°25.82%41.76%
HSB/HSV166°41.04%52.55%
CMYK41.04%0.00%9.70%
47.45%

Color #4F8679 in popluar number systems.

HEX4F8679
Decimal79134121
Binary1001111100001101111001
Octal117206171

Shades and tints

Shades of #4F8679

#4F8679
(79,134,121)
#487A6E
(72,122,110)
#416E63
(65,110,99)
#3A6258
(58,98,88)
#33564D
(51,86,77)
#2C4A42
(44,74,66)
#253E37
(37,62,55)
#1E322C
(30,50,44)
#172621
(23,38,33)
#101A16
(16,26,22)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F8679

#4F8679
(79,134,121)
#5F9185
(95,145,133)
#6F9C91
(111,156,145)
#7FA79D
(127,167,157)
#8FB2A9
(143,178,169)
#9FBDB5
(159,189,181)
#AFC8C1
(175,200,193)
#BFD3CD
(191,211,205)
#CFDED9
(207,222,217)
#DFE9E5
(223,233,229)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8679 color. Also use rgb(79,134,121) instead hex code.

Text Font Color

.myTextColor { color: #4F8679; }

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

This text font color is #4F8679.


Background Color

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

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

This div background color is #4F8679.


Border color

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

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

This div border color is #4F8679.


Opacity

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

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

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

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

This text has shadow with #4F8679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8679 on black background.


Color preview on white background

This text has color #4F8679 on white background.



Black color preview on #4F8679 background

This text has black color on #4F8679 background.


White color preview on #4F8679 background

This text has white color on #4F8679 background.