COLOR #4F5E3B

HEX: #4F5E3B RGB: (79,94,59)

Color info

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

RGB color model

#4F5E3B color RGB value is (79,94,59).

RGB: (79,94,59) (31%, 37%, 23%)

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 59 of 255 = 23%

79
94
59

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

Portions of RGB colors in percentages

R + G + B = 79 + 94 + 59 = 232 (100%)
R 79 of 232 ~ 34.05%
G 94 of 232 ~ 40.52%
B 59 of 232 ~ 25.43'%

%34.05
%40.52
%25.43

CMYK color model

#4F5E3B color CMYK value is (16,0,37,63).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 63.14%

CMYK: (16,0,37,63)
C16M0Y37K63 (16%, 0%, 37%, 63%)
(0.16 / 0.00 / 0.37 / 0.63)

CMYK percentages

%15.96
%0
%37.23
%63.14

Codes

Color #4F5E3B in popluar color models

4F 5E 3B
RGB 79 94 59
HSL 86° 22.88% 30.00%
HSB/HSV 86° 37.23% 36.86%
CMYK 15.96% 0.00% 37.23%
63.14%

Color #4F5E3B in popluar number systems.

HEX 4F 5E 3B
Decimal 79 94 59
Binary 1001111 1011110 111011
Octal 117 136 73

Shades and tints

Shades of #4F5E3B

#4F5E3B
(79,94,59)
#485636
(72,86,54)
#414E31
(65,78,49)
#3A462C
(58,70,44)
#333E27
(51,62,39)
#2C3622
(44,54,34)
#252E1D
(37,46,29)
#1E2618
(30,38,24)
#171E13
(23,30,19)
#10160E
(16,22,14)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F5E3B

#4F5E3B
(79,94,59)
#5F6C4C
(95,108,76)
#6F7A5D
(111,122,93)
#7F886E
(127,136,110)
#8F967F
(143,150,127)
#9FA490
(159,164,144)
#AFB2A1
(175,178,161)
#BFC0B2
(191,192,178)
#CFCEC3
(207,206,195)
#DFDCD4
(223,220,212)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5E3B; }

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

This text font color is #4F5E3B.

Background Color

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

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

This div background color is #4F5E3B.

Border color

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

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

This div border color is #4F5E3B.

Opacity

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

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

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

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

This text has shadow with #4F5E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5E3B.

Preview

Color preview on black background

This text has color #4F5E3B on black background.


Color preview on white background

This text has color #4F5E3B on white background.


Black color preview on #4F5E3B background

This text has black color on #4F5E3B background.


White color preview on #4F5E3B background

This text has white color on #4F5E3B background.


Related colors

Complementary color

Complementary color for #hex is #B0A1C4.


I love getcolorcode.com

Triadic colors

1 #3B4F5E and #5E3B4F with #4F5E3B are triadic colors.

2 #3B5E4F and #5E4F3B with #4F5E3B are triadic colors.