COLOR #4F8166

HEX: #4F8166
RGB: (79,129,102)

Color info

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

RGB color model

#4F8166 color RGB value is (79,129,102).

  • red value is 79;
  • green value is 129;
  • blue value is 102.
RGB:
(79,129,102)
(31%,51%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 129 of 255 = 51%
B 102 of 255 = 40%

79
129
102

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

Portions of RGB colors in percentages

R + G + B =
79 + 129 + 102 = 310 (100%)
R 79 of 310 ~ 25.48%
G 129 of 310 ~ 41.61%
B 102 of 310 ~ 32.9%

%25.48
%41.61
%32.9

CMYK color model

#4F8166 color CMYK value is (39,0,21,49).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 49.41%
CMYK:
(39,0,21,49)
C39M0Y21K49 
(39%,0%,21%,49%)
(0.39/0.00/0.21/0.49)	

CMYK percentages

%38.76
%0
%20.93
%49.41

Codes

Color #4F8166 in popluar color models

4F8166
RGB79129102
HSL148°24.04%40.78%
HSB/HSV148°38.76%50.59%
CMYK38.76%0.00%20.93%
49.41%

Color #4F8166 in popluar number systems.

HEX4F8166
Decimal79129102
Binary1001111100000011100110
Octal117201146

Shades and tints

Shades of #4F8166

#4F8166
(79,129,102)
#48765D
(72,118,93)
#416B54
(65,107,84)
#3A604B
(58,96,75)
#335542
(51,85,66)
#2C4A39
(44,74,57)
#253F30
(37,63,48)
#1E3427
(30,52,39)
#17291E
(23,41,30)
#101E15
(16,30,21)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #4F8166

#4F8166
(79,129,102)
#5F8C73
(95,140,115)
#6F9780
(111,151,128)
#7FA28D
(127,162,141)
#8FAD9A
(143,173,154)
#9FB8A7
(159,184,167)
#AFC3B4
(175,195,180)
#BFCEC1
(191,206,193)
#CFD9CE
(207,217,206)
#DFE4DB
(223,228,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8166 color. Also use rgb(79,129,102) instead hex code.

Text Font Color

.myTextColor { color: #4F8166; }

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

This text font color is #4F8166.


Background Color

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

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

This div background color is #4F8166.


Border color

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

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

This div border color is #4F8166.


Opacity

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

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

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

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

This text has shadow with #4F8166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8166 on black background.


Color preview on white background

This text has color #4F8166 on white background.



Black color preview on #4F8166 background

This text has black color on #4F8166 background.


White color preview on #4F8166 background

This text has white color on #4F8166 background.