COLOR #4F7257

HEX: #4F7257
RGB: (79,114,87)

Color info

#4F7257 contains red, green and blue colors in about the same proportion. Web safe color of #4F7257 is #666666 (or #666).

RGB color model

#4F7257 color RGB value is (79,114,87).

  • red value is 79;
  • green value is 114;
  • blue value is 87.
RGB:
(79,114,87)
(31%,45%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 87 of 255 = 34%

79
114
87

R + G + B ~ 37%. #4F7257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 114 + 87 = 280 (100%)
R 79 of 280 ~ 28.21%
G 114 of 280 ~ 40.71%
B 87 of 280 ~ 31.07%

%28.21
%40.71
%31.07

CMYK color model

#4F7257 color CMYK value is (31,0,24,55).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(31,0,24,55)
C31M0Y24K55 
(31%,0%,24%,55%)
(0.31/0.00/0.24/0.55)	

CMYK percentages

%30.7
%0
%23.68
%55.29

Codes

Color #4F7257 in popluar color models

4F7257
RGB7911487
HSL134°18.13%37.84%
HSB/HSV134°30.70%44.71%
CMYK30.70%0.00%23.68%
55.29%

Color #4F7257 in popluar number systems.

HEX4F7257
Decimal7911487
Binary100111111100101010111
Octal117162127

Shades and tints

Shades of #4F7257

#4F7257
(79,114,87)
#486850
(72,104,80)
#415E49
(65,94,73)
#3A5442
(58,84,66)
#334A3B
(51,74,59)
#2C4034
(44,64,52)
#25362D
(37,54,45)
#1E2C26
(30,44,38)
#17221F
(23,34,31)
#101818
(16,24,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #4F7257

#4F7257
(79,114,87)
#5F7E66
(95,126,102)
#6F8A75
(111,138,117)
#7F9684
(127,150,132)
#8FA293
(143,162,147)
#9FAEA2
(159,174,162)
#AFBAB1
(175,186,177)
#BFC6C0
(191,198,192)
#CFD2CF
(207,210,207)
#DFDEDE
(223,222,222)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7257 color. Also use rgb(79,114,87) instead hex code.

Text Font Color

.myTextColor { color: #4F7257; }

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

This text font color is #4F7257.


Background Color

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

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

This div background color is #4F7257.


Border color

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

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

This div border color is #4F7257.


Opacity

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

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

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

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

This text has shadow with #4F7257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7257 on black background.


Color preview on white background

This text has color #4F7257 on white background.



Black color preview on #4F7257 background

This text has black color on #4F7257 background.


White color preview on #4F7257 background

This text has white color on #4F7257 background.