COLOR #4F7052

HEX: #4F7052
RGB: (79,112,82)

Color info

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

RGB color model

#4F7052 color RGB value is (79,112,82).

  • red value is 79;
  • green value is 112;
  • blue value is 82.
RGB:
(79,112,82)
(31%,44%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 112 of 255 = 44%
B 82 of 255 = 32%

79
112
82

R + G + B ~ 36%. #4F7052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 112 + 82 = 273 (100%)
R 79 of 273 ~ 28.94%
G 112 of 273 ~ 41.03%
B 82 of 273 ~ 30.04%

%28.94
%41.03
%30.04

CMYK color model

#4F7052 color CMYK value is (29,0,27,56).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK:
(29,0,27,56)
C29M0Y27K56 
(29%,0%,27%,56%)
(0.29/0.00/0.27/0.56)	

CMYK percentages

%29.46
%0
%26.79
%56.08

Codes

Color #4F7052 in popluar color models

4F7052
RGB7911282
HSL125°17.28%37.45%
HSB/HSV125°29.46%43.92%
CMYK29.46%0.00%26.79%
56.08%

Color #4F7052 in popluar number systems.

HEX4F7052
Decimal7911282
Binary100111111100001010010
Octal117160122

Shades and tints

Shades of #4F7052

#4F7052
(79,112,82)
#48664B
(72,102,75)
#415C44
(65,92,68)
#3A523D
(58,82,61)
#334836
(51,72,54)
#2C3E2F
(44,62,47)
#253428
(37,52,40)
#1E2A21
(30,42,33)
#17201A
(23,32,26)
#101613
(16,22,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F7052

#4F7052
(79,112,82)
#5F7D61
(95,125,97)
#6F8A70
(111,138,112)
#7F977F
(127,151,127)
#8FA48E
(143,164,142)
#9FB19D
(159,177,157)
#AFBEAC
(175,190,172)
#BFCBBB
(191,203,187)
#CFD8CA
(207,216,202)
#DFE5D9
(223,229,217)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7052 color. Also use rgb(79,112,82) instead hex code.

Text Font Color

.myTextColor { color: #4F7052; }

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

This text font color is #4F7052.


Background Color

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

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

This div background color is #4F7052.


Border color

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

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

This div border color is #4F7052.


Opacity

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

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

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

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

This text has shadow with #4F7052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7052 on black background.


Color preview on white background

This text has color #4F7052 on white background.



Black color preview on #4F7052 background

This text has black color on #4F7052 background.


White color preview on #4F7052 background

This text has white color on #4F7052 background.