COLOR #4F714A

HEX: #4F714A RGB: (79,113,74)

Color info

#4F714A contains red, green and blue colors in about the same proportion. Web safe color of #4F714A is #666633 (or #663).

RGB color model

#4F714A color RGB value is (79,113,74).

RGB: (79,113,74) (31%, 44%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 74 of 255 = 29%

79
113
74

R + G + B ~ 35%. #4F714A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 113 + 74 = 266 (100%)
R 79 of 266 ~ 29.7%
G 113 of 266 ~ 42.48%
B 74 of 266 ~ 27.82'%

%29.7
%42.48
%27.82

CMYK color model

#4F714A color CMYK value is (30,0,35,56).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • key color value is 55.69%

CMYK: (30,0,35,56)
C30M0Y35K56 (30%, 0%, 35%, 56%)
(0.30 / 0.00 / 0.35 / 0.56)

CMYK percentages

%30.09
%0
%34.51
%55.69

Codes

Color #4F714A in popluar color models

4F 71 4A
RGB 79 113 74
HSL 112° 20.86% 36.67%
HSB/HSV 112° 34.51% 44.31%
CMYK 30.09% 0.00% 34.51%
55.69%

Color #4F714A in popluar number systems.

HEX 4F 71 4A
Decimal 79 113 74
Binary 1001111 1110001 1001010
Octal 117 161 112

Shades and tints

Shades of #4F714A

#4F714A
(79,113,74)
#486744
(72,103,68)
#415D3E
(65,93,62)
#3A5338
(58,83,56)
#334932
(51,73,50)
#2C3F2C
(44,63,44)
#253526
(37,53,38)
#1E2B20
(30,43,32)
#17211A
(23,33,26)
#101714
(16,23,20)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F714A

#4F714A
(79,113,74)
#5F7D5A
(95,125,90)
#6F896A
(111,137,106)
#7F957A
(127,149,122)
#8FA18A
(143,161,138)
#9FAD9A
(159,173,154)
#AFB9AA
(175,185,170)
#BFC5BA
(191,197,186)
#CFD1CA
(207,209,202)
#DFDDDA
(223,221,218)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F714A color. Also use rgb(79,113,74) instead hex code.

Text Font Color

.myTextColor { color: #4F714A; }

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

This text font color is #4F714A.

Background Color

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

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

This div background color is #4F714A.

Border color

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

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

This div border color is #4F714A.

Opacity

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

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

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

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

This text has shadow with #4F714A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F714A.

Preview

Color preview on black background

This text has color #4F714A on black background.


Color preview on white background

This text has color #4F714A on white background.


Black color preview on #4F714A background

This text has black color on #4F714A background.


White color preview on #4F714A background

This text has white color on #4F714A background.


Related colors

Complementary color

Complementary color for #hex is #B08EB5.


I love getcolorcode.com

Triadic colors

1 #4A4F71 and #714A4F with #4F714A are triadic colors.

2 #4A714F and #714F4A with #4F714A are triadic colors.