COLOR #4F7248

HEX: #4F7248
RGB: (79,114,72)

Color info

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

RGB color model

#4F7248 color RGB value is (79,114,72).

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

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 72 of 255 = 28%

79
114
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 114 + 72 = 265 (100%)
R 79 of 265 ~ 29.81%
G 114 of 265 ~ 43.02%
B 72 of 265 ~ 27.17%

%29.81
%43.02
%27.17

CMYK color model

#4F7248 color CMYK value is (31,0,37,55).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(31,0,37,55)
C31M0Y37K55 
(31%,0%,37%,55%)
(0.31/0.00/0.37/0.55)	

CMYK percentages

%30.7
%0
%36.84
%55.29

Codes

Color #4F7248 in popluar color models

4F7248
RGB7911472
HSL110°22.58%36.47%
HSB/HSV110°36.84%44.71%
CMYK30.70%0.00%36.84%
55.29%

Color #4F7248 in popluar number systems.

HEX4F7248
Decimal7911472
Binary100111111100101001000
Octal117162110

Shades and tints

Shades of #4F7248

#4F7248
(79,114,72)
#486842
(72,104,66)
#415E3C
(65,94,60)
#3A5436
(58,84,54)
#334A30
(51,74,48)
#2C402A
(44,64,42)
#253624
(37,54,36)
#1E2C1E
(30,44,30)
#172218
(23,34,24)
#101812
(16,24,18)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #4F7248

#4F7248
(79,114,72)
#5F7E58
(95,126,88)
#6F8A68
(111,138,104)
#7F9678
(127,150,120)
#8FA288
(143,162,136)
#9FAE98
(159,174,152)
#AFBAA8
(175,186,168)
#BFC6B8
(191,198,184)
#CFD2C8
(207,210,200)
#DFDED8
(223,222,216)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7248; }

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

This text font color is #4F7248.


Background Color

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

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

This div background color is #4F7248.


Border color

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

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

This div border color is #4F7248.


Opacity

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

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

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

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

This text has shadow with #4F7248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7248 on black background.


Color preview on white background

This text has color #4F7248 on white background.



Black color preview on #4F7248 background

This text has black color on #4F7248 background.


White color preview on #4F7248 background

This text has white color on #4F7248 background.