COLOR #4F7953

HEX: #4F7953
RGB: (79,121,83)

Color info

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

RGB color model

#4F7953 color RGB value is (79,121,83).

  • red value is 79;
  • green value is 121;
  • blue value is 83.
RGB:
(79,121,83)
(31%,47%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 83 of 255 = 33%

79
121
83

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 83 = 283 (100%)
R 79 of 283 ~ 27.92%
G 121 of 283 ~ 42.76%
B 83 of 283 ~ 29.33%

%27.92
%42.76
%29.33

CMYK color model

#4F7953 color CMYK value is (35,0,31,53).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 52.55%
CMYK:
(35,0,31,53)
C35M0Y31K53 
(35%,0%,31%,53%)
(0.35/0.00/0.31/0.53)	

CMYK percentages

%34.71
%0
%31.4
%52.55

Codes

Color #4F7953 in popluar color models

4F7953
RGB7912183
HSL126°21.00%39.22%
HSB/HSV126°34.71%47.45%
CMYK34.71%0.00%31.40%
52.55%

Color #4F7953 in popluar number systems.

HEX4F7953
Decimal7912183
Binary100111111110011010011
Octal117171123

Shades and tints

Shades of #4F7953

#4F7953
(79,121,83)
#486E4C
(72,110,76)
#416345
(65,99,69)
#3A583E
(58,88,62)
#334D37
(51,77,55)
#2C4230
(44,66,48)
#253729
(37,55,41)
#1E2C22
(30,44,34)
#17211B
(23,33,27)
#101614
(16,22,20)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #4F7953

#4F7953
(79,121,83)
#5F8562
(95,133,98)
#6F9171
(111,145,113)
#7F9D80
(127,157,128)
#8FA98F
(143,169,143)
#9FB59E
(159,181,158)
#AFC1AD
(175,193,173)
#BFCDBC
(191,205,188)
#CFD9CB
(207,217,203)
#DFE5DA
(223,229,218)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7953 color. Also use rgb(79,121,83) instead hex code.

Text Font Color

.myTextColor { color: #4F7953; }

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

This text font color is #4F7953.


Background Color

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

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

This div background color is #4F7953.


Border color

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

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

This div border color is #4F7953.


Opacity

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

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

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

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

This text has shadow with #4F7953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7953 on black background.


Color preview on white background

This text has color #4F7953 on white background.



Black color preview on #4F7953 background

This text has black color on #4F7953 background.


White color preview on #4F7953 background

This text has white color on #4F7953 background.