COLOR #4F5D3A

HEX: #4F5D3A
RGB: (79,93,58)

Color info

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

RGB color model

#4F5D3A color RGB value is (79,93,58).

  • red value is 79;
  • green value is 93;
  • blue value is 58.
RGB:
(79,93,58)
(31%,36%,23%)

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 58 of 255 = 23%

79
93
58

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

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 58 = 230 (100%)
R 79 of 230 ~ 34.35%
G 93 of 230 ~ 40.43%
B 58 of 230 ~ 25.22%

%34.35
%40.43
%25.22

CMYK color model

#4F5D3A color CMYK value is (15,0,38,64).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 63.53%
CMYK:
(15,0,38,64)
C15M0Y38K64 
(15%,0%,38%,64%)
(0.15/0.00/0.38/0.64)	

CMYK percentages

%15.05
%0
%37.63
%63.53

Codes

Color #4F5D3A in popluar color models

4F5D3A
RGB799358
HSL84°23.18%29.61%
HSB/HSV84°37.63%36.47%
CMYK15.05%0.00%37.63%
63.53%

Color #4F5D3A in popluar number systems.

HEX4F5D3A
Decimal799358
Binary10011111011101111010
Octal11713572

Shades and tints

Shades of #4F5D3A

#4F5D3A
(79,93,58)
#485535
(72,85,53)
#414D30
(65,77,48)
#3A452B
(58,69,43)
#333D26
(51,61,38)
#2C3521
(44,53,33)
#252D1C
(37,45,28)
#1E2517
(30,37,23)
#171D12
(23,29,18)
#10150D
(16,21,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #4F5D3A

#4F5D3A
(79,93,58)
#5F6B4B
(95,107,75)
#6F795C
(111,121,92)
#7F876D
(127,135,109)
#8F957E
(143,149,126)
#9FA38F
(159,163,143)
#AFB1A0
(175,177,160)
#BFBFB1
(191,191,177)
#CFCDC2
(207,205,194)
#DFDBD3
(223,219,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5D3A color. Also use rgb(79,93,58) instead hex code.

Text Font Color

.myTextColor { color: #4F5D3A; }

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

This text font color is #4F5D3A.


Background Color

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

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

This div background color is #4F5D3A.


Border color

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

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

This div border color is #4F5D3A.


Opacity

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

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

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

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

This text has shadow with #4F5D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5D3A on black background.


Color preview on white background

This text has color #4F5D3A on white background.



Black color preview on #4F5D3A background

This text has black color on #4F5D3A background.


White color preview on #4F5D3A background

This text has white color on #4F5D3A background.