COLOR #4F531E

HEX: #4F531E RGB: (79,83,30)

Color info

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

RGB color model

#4F531E color RGB value is (79,83,30).

RGB: (79,83,30) (31%, 33%, 12%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 30 of 255 = 12%

79
83
30

R + G + B ~ 25%. #4F531E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 83 + 30 = 192 (100%)
R 79 of 192 ~ 41.15%
G 83 of 192 ~ 43.23%
B 30 of 192 ~ 15.63'%

%41.15
%43.23
%15.63

CMYK color model

#4F531E color CMYK value is (5,0,64,67).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%

CMYK: (5,0,64,67)
C5M0Y64K67 (5%, 0%, 64%, 67%)
(0.05 / 0.00 / 0.64 / 0.67)

CMYK percentages

%4.82
%0
%63.86
%67.45

Codes

Color #4F531E in popluar color models

4F 53 1E
RGB 79 83 30
HSL 65° 46.90% 22.16%
HSB/HSV 65° 63.86% 32.55%
CMYK 4.82% 0.00% 63.86%
67.45%

Color #4F531E in popluar number systems.

HEX 4F 53 1E
Decimal 79 83 30
Binary 1001111 1010011 11110
Octal 117 123 36

Shades and tints

Shades of #4F531E

#4F531E
(79,83,30)
#484C1C
(72,76,28)
#41451A
(65,69,26)
#3A3E18
(58,62,24)
#333716
(51,55,22)
#2C3014
(44,48,20)
#252912
(37,41,18)
#1E2210
(30,34,16)
#171B0E
(23,27,14)
#10140C
(16,20,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F531E

#4F531E
(79,83,30)
#5F6232
(95,98,50)
#6F7146
(111,113,70)
#7F805A
(127,128,90)
#8F8F6E
(143,143,110)
#9F9E82
(159,158,130)
#AFAD96
(175,173,150)
#BFBCAA
(191,188,170)
#CFCBBE
(207,203,190)
#DFDAD2
(223,218,210)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F531E color. Also use rgb(79,83,30) instead hex code.

Text Font Color

.myTextColor { color: #4F531E; }

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

This text font color is #4F531E.

Background Color

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

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

This div background color is #4F531E.

Border color

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

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

This div border color is #4F531E.

Opacity

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

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

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

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

This text has shadow with #4F531E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F531E.

Preview

Color preview on black background

This text has color #4F531E on black background.


Color preview on white background

This text has color #4F531E on white background.


Black color preview on #4F531E background

This text has black color on #4F531E background.


White color preview on #4F531E background

This text has white color on #4F531E background.


Related colors

Complementary color

Complementary color for #hex is #B0ACE1.


I love getcolorcode.com

Triadic colors

1 #1E4F53 and #531E4F with #4F531E are triadic colors.

2 #1E534F and #534F1E with #4F531E are triadic colors.