COLOR #4F7B53

HEX: #4F7B53
RGB: (79,123,83)

Color info

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

RGB color model

#4F7B53 color RGB value is (79,123,83).

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

RGB channels and saturation

R 79 of 255 = 31%
G 123 of 255 = 48%
B 83 of 255 = 33%

79
123
83

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

Portions of RGB colors in percentages

R + G + B =
79 + 123 + 83 = 285 (100%)
R 79 of 285 ~ 27.72%
G 123 of 285 ~ 43.16%
B 83 of 285 ~ 29.12%

%27.72
%43.16
%29.12

CMYK color model

#4F7B53 color CMYK value is (36,0,33,52).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 51.76%
CMYK:
(36,0,33,52)
C36M0Y33K52 
(36%,0%,33%,52%)
(0.36/0.00/0.33/0.52)	

CMYK percentages

%35.77
%0
%32.52
%51.76

Codes

Color #4F7B53 in popluar color models

4F7B53
RGB7912383
HSL125°21.78%39.61%
HSB/HSV125°35.77%48.24%
CMYK35.77%0.00%32.52%
51.76%

Color #4F7B53 in popluar number systems.

HEX4F7B53
Decimal7912383
Binary100111111110111010011
Octal117173123

Shades and tints

Shades of #4F7B53

#4F7B53
(79,123,83)
#48704C
(72,112,76)
#416545
(65,101,69)
#3A5A3E
(58,90,62)
#334F37
(51,79,55)
#2C4430
(44,68,48)
#253929
(37,57,41)
#1E2E22
(30,46,34)
#17231B
(23,35,27)
#101814
(16,24,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #4F7B53

#4F7B53
(79,123,83)
#5F8762
(95,135,98)
#6F9371
(111,147,113)
#7F9F80
(127,159,128)
#8FAB8F
(143,171,143)
#9FB79E
(159,183,158)
#AFC3AD
(175,195,173)
#BFCFBC
(191,207,188)
#CFDBCB
(207,219,203)
#DFE7DA
(223,231,218)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7B53; }

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

This text font color is #4F7B53.


Background Color

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

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

This div background color is #4F7B53.


Border color

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

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

This div border color is #4F7B53.


Opacity

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

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

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

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

This text has shadow with #4F7B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7B53 on black background.


Color preview on white background

This text has color #4F7B53 on white background.



Black color preview on #4F7B53 background

This text has black color on #4F7B53 background.


White color preview on #4F7B53 background

This text has white color on #4F7B53 background.