COLOR #4F5A3B

HEX: #4F5A3B
RGB: (79,90,59)

Color info

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

RGB color model

#4F5A3B color RGB value is (79,90,59).

  • red value is 79;
  • green value is 90;
  • blue value is 59.
RGB:
(79,90,59)
(31%,35%,23%)

RGB channels and saturation

R 79 of 255 = 31%
G 90 of 255 = 35%
B 59 of 255 = 23%

79
90
59

R + G + B ~ 30%. #4F5A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 90 + 59 = 228 (100%)
R 79 of 228 ~ 34.65%
G 90 of 228 ~ 39.47%
B 59 of 228 ~ 25.88%

%34.65
%39.47
%25.88

CMYK color model

#4F5A3B color CMYK value is (12,0,34,65).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 64.71%
CMYK:
(12,0,34,65)
C12M0Y34K65 
(12%,0%,34%,65%)
(0.12/0.00/0.34/0.65)	

CMYK percentages

%12.22
%0
%34.44
%64.71

Codes

Color #4F5A3B in popluar color models

4F5A3B
RGB799059
HSL81°20.81%29.22%
HSB/HSV81°34.44%35.29%
CMYK12.22%0.00%34.44%
64.71%

Color #4F5A3B in popluar number systems.

HEX4F5A3B
Decimal799059
Binary10011111011010111011
Octal11713273

Shades and tints

Shades of #4F5A3B

#4F5A3B
(79,90,59)
#485236
(72,82,54)
#414A31
(65,74,49)
#3A422C
(58,66,44)
#333A27
(51,58,39)
#2C3222
(44,50,34)
#252A1D
(37,42,29)
#1E2218
(30,34,24)
#171A13
(23,26,19)
#10120E
(16,18,14)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #4F5A3B

#4F5A3B
(79,90,59)
#5F694C
(95,105,76)
#6F785D
(111,120,93)
#7F876E
(127,135,110)
#8F967F
(143,150,127)
#9FA590
(159,165,144)
#AFB4A1
(175,180,161)
#BFC3B2
(191,195,178)
#CFD2C3
(207,210,195)
#DFE1D4
(223,225,212)
#EFF0E5
(239,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5A3B color. Also use rgb(79,90,59) instead hex code.

Text Font Color

.myTextColor { color: #4F5A3B; }

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

This text font color is #4F5A3B.


Background Color

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

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

This div background color is #4F5A3B.


Border color

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

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

This div border color is #4F5A3B.


Opacity

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

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

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

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

This text has shadow with #4F5A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5A3B on black background.


Color preview on white background

This text has color #4F5A3B on white background.



Black color preview on #4F5A3B background

This text has black color on #4F5A3B background.


White color preview on #4F5A3B background

This text has white color on #4F5A3B background.