COLOR #4F817F

HEX: #4F817F RGB: (79,129,127)

Color info

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

RGB color model

#4F817F color RGB value is (79,129,127).

RGB: (79,129,127) (31%, 51%, 50%)

RGB channels and saturation

R 79 of 255 = 31%
G 129 of 255 = 51%
B 127 of 255 = 50%

79
129
127

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

Portions of RGB colors in percentages

R + G + B = 79 + 129 + 127 = 335 (100%)
R 79 of 335 ~ 23.58%
G 129 of 335 ~ 38.51%
B 127 of 335 ~ 37.91'%

%23.58
%38.51
%37.91

CMYK color model

#4F817F color CMYK value is (39,0,2,49).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK: (39,0,2,49) C39M0Y2K49 (39%,0%,2%,49%) (0.39/0.00/0.02/0.49) 

CMYK percentages

%38.76
%0
%1.55
%49.41

Codes

Color #4F817F in popluar color models

4F 81 7F
RGB 79 129 127
HSL 178° 24.04% 40.78%
HSB/HSV 178° 38.76% 50.59%
CMYK 38.76% 0.00% 1.55%
49.41%

Color #4F817F in popluar number systems.

HEX 4F 81 7F
Decimal 79 129 127
Binary 1001111 10000001 1111111
Octal 117 201 177

Shades and tints

Shades of #4F817F

#4F817F
(79,129,127)
#487674
(72,118,116)
#416B69
(65,107,105)
#3A605E
(58,96,94)
#335553
(51,85,83)
#2C4A48
(44,74,72)
#253F3D
(37,63,61)
#1E3432
(30,52,50)
#172927
(23,41,39)
#101E1C
(16,30,28)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #4F817F

#4F817F
(79,129,127)
#5F8C8A
(95,140,138)
#6F9795
(111,151,149)
#7FA2A0
(127,162,160)
#8FADAB
(143,173,171)
#9FB8B6
(159,184,182)
#AFC3C1
(175,195,193)
#BFCECC
(191,206,204)
#CFD9D7
(207,217,215)
#DFE4E2
(223,228,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F817F; }

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

This text font color is #4F817F.

Background Color

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

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

This div background color is #4F817F.

Border color

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

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

This div border color is #4F817F.

Opacity

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

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

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

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

This text has shadow with #4F817F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F817F.

Preview

Color preview on black background

This text has color #4F817F on black background.


Color preview on white background

This text has color #4F817F on white background.


Black color preview on #4F817F background

This text has black color on #4F817F background.


White color preview on #4F817F background

This text has white color on #4F817F background.


Related colors

Complementary color

Complementary color for #hex is #B07E80.


I love getcolorcode.com

Triadic colors

1 #7F4F81 and #817F4F with #4F817F are triadic colors.

2 #7F814F and #814F7F with #4F817F are triadic colors.