COLOR #4F5D3D

HEX: #4F5D3D
RGB: (79,93,61)

Color info

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

RGB color model

#4F5D3D color RGB value is (79,93,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 61 of 255 = 24%

79
93
61

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

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 61 = 233 (100%)
R 79 of 233 ~ 33.91%
G 93 of 233 ~ 39.91%
B 61 of 233 ~ 26.18%

%33.91
%39.91
%26.18

CMYK color model

#4F5D3D color CMYK value is (15,0,34,64).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(15,0,34,64)
C15M0Y34K64 
(15%,0%,34%,64%)
(0.15/0.00/0.34/0.64)	

CMYK percentages

%15.05
%0
%34.41
%63.53

Codes

Color #4F5D3D in popluar color models

4F5D3D
RGB799361
HSL86°20.78%30.20%
HSB/HSV86°34.41%36.47%
CMYK15.05%0.00%34.41%
63.53%

Color #4F5D3D in popluar number systems.

HEX4F5D3D
Decimal799361
Binary10011111011101111101
Octal11713575

Shades and tints

Shades of #4F5D3D

#4F5D3D
(79,93,61)
#485538
(72,85,56)
#414D33
(65,77,51)
#3A452E
(58,69,46)
#333D29
(51,61,41)
#2C3524
(44,53,36)
#252D1F
(37,45,31)
#1E251A
(30,37,26)
#171D15
(23,29,21)
#101510
(16,21,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #4F5D3D

#4F5D3D
(79,93,61)
#5F6B4E
(95,107,78)
#6F795F
(111,121,95)
#7F8770
(127,135,112)
#8F9581
(143,149,129)
#9FA392
(159,163,146)
#AFB1A3
(175,177,163)
#BFBFB4
(191,191,180)
#CFCDC5
(207,205,197)
#DFDBD6
(223,219,214)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5D3D; }

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

This text font color is #4F5D3D.


Background Color

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

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

This div background color is #4F5D3D.


Border color

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

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

This div border color is #4F5D3D.


Opacity

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

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

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

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

This text has shadow with #4F5D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5D3D on black background.


Color preview on white background

This text has color #4F5D3D on white background.



Black color preview on #4F5D3D background

This text has black color on #4F5D3D background.


White color preview on #4F5D3D background

This text has white color on #4F5D3D background.