COLOR #4F5D1B

HEX: #4F5D1B
RGB: (79,93,27)

Color info

#4F5D1B contains mainly red and green colors. Web safe color of #4F5D1B is #666633 (or #663).

RGB color model

#4F5D1B color RGB value is (79,93,27).

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

RGB channels and saturation

R 79 of 255 = 31%
G 93 of 255 = 36%
B 27 of 255 = 11%

79
93
27

R + G + B ~ 26%. #4F5D1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 93 + 27 = 199 (100%)
R 79 of 199 ~ 39.7%
G 93 of 199 ~ 46.73%
B 27 of 199 ~ 13.57%

%39.7
%46.73
%13.57

CMYK color model

#4F5D1B color CMYK value is (15,0,71,64).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 63.53%
CMYK:
(15,0,71,64)
C15M0Y71K64 
(15%,0%,71%,64%)
(0.15/0.00/0.71/0.64)	

CMYK percentages

%15.05
%0
%70.97
%63.53

Codes

Color #4F5D1B in popluar color models

4F5D1B
RGB799327
HSL73°55.00%23.53%
HSB/HSV73°70.97%36.47%
CMYK15.05%0.00%70.97%
63.53%

Color #4F5D1B in popluar number systems.

HEX4F5D1B
Decimal799327
Binary1001111101110111011
Octal11713533

Shades and tints

Shades of #4F5D1B

#4F5D1B
(79,93,27)
#485519
(72,85,25)
#414D17
(65,77,23)
#3A4515
(58,69,21)
#333D13
(51,61,19)
#2C3511
(44,53,17)
#252D0F
(37,45,15)
#1E250D
(30,37,13)
#171D0B
(23,29,11)
#101509
(16,21,9)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #4F5D1B

#4F5D1B
(79,93,27)
#5F6B2F
(95,107,47)
#6F7943
(111,121,67)
#7F8757
(127,135,87)
#8F956B
(143,149,107)
#9FA37F
(159,163,127)
#AFB193
(175,177,147)
#BFBFA7
(191,191,167)
#CFCDBB
(207,205,187)
#DFDBCF
(223,219,207)
#EFE9E3
(239,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5D1B; }

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

This text font color is #4F5D1B.


Background Color

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

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

This div background color is #4F5D1B.


Border color

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

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

This div border color is #4F5D1B.


Opacity

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

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

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

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

This text has shadow with #4F5D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5D1B on black background.


Color preview on white background

This text has color #4F5D1B on white background.



Black color preview on #4F5D1B background

This text has black color on #4F5D1B background.


White color preview on #4F5D1B background

This text has white color on #4F5D1B background.