COLOR #4F886A

HEX: #4F886A RGB: (79,136,106)

Color info

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

RGB color model

#4F886A color RGB value is (79,136,106).

RGB: (79,136,106) (31%, 53%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 106 of 255 = 42%

79
136
106

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

Portions of RGB colors in percentages

R + G + B = 79 + 136 + 106 = 321 (100%)
R 79 of 321 ~ 24.61%
G 136 of 321 ~ 42.37%
B 106 of 321 ~ 33.02'%

%24.61
%42.37
%33.02

CMYK color model

#4F886A color CMYK value is (42,0,22,47).

  • cyan value is 41.91%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%

CMYK: (42,0,22,47)
C42M0Y22K47 (42%, 0%, 22%, 47%)
(0.42 / 0.00 / 0.22 / 0.47)

CMYK percentages

%41.91
%0
%22.06
%46.67

Codes

Color #4F886A in popluar color models

4F 88 6A
RGB 79 136 106
HSL 148° 26.51% 42.16%
HSB/HSV 148° 41.91% 53.33%
CMYK 41.91% 0.00% 22.06%
46.67%

Color #4F886A in popluar number systems.

HEX 4F 88 6A
Decimal 79 136 106
Binary 1001111 10001000 1101010
Octal 117 210 152

Shades and tints

Shades of #4F886A

#4F886A
(79,136,106)
#487C61
(72,124,97)
#417058
(65,112,88)
#3A644F
(58,100,79)
#335846
(51,88,70)
#2C4C3D
(44,76,61)
#254034
(37,64,52)
#1E342B
(30,52,43)
#172822
(23,40,34)
#101C19
(16,28,25)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F886A

#4F886A
(79,136,106)
#5F9277
(95,146,119)
#6F9C84
(111,156,132)
#7FA691
(127,166,145)
#8FB09E
(143,176,158)
#9FBAAB
(159,186,171)
#AFC4B8
(175,196,184)
#BFCEC5
(191,206,197)
#CFD8D2
(207,216,210)
#DFE2DF
(223,226,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F886A color. Also use rgb(79,136,106) instead hex code.

Text Font Color

.myTextColor { color: #4F886A; }

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

This text font color is #4F886A.

Background Color

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

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

This div background color is #4F886A.

Border color

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

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

This div border color is #4F886A.

Opacity

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

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

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

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

This text has shadow with #4F886A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F886A.

Preview

Color preview on black background

This text has color #4F886A on black background.


Color preview on white background

This text has color #4F886A on white background.


Black color preview on #4F886A background

This text has black color on #4F886A background.


White color preview on #4F886A background

This text has white color on #4F886A background.


Related colors

Complementary color

Complementary color for #hex is #B07795.


I love getcolorcode.com

Triadic colors

1 #6A4F88 and #886A4F with #4F886A are triadic colors.

2 #6A884F and #884F6A with #4F886A are triadic colors.