COLOR #4F5321

HEX: #4F5321 RGB: (79,83,33)

Color info

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

RGB color model

#4F5321 color RGB value is (79,83,33).

RGB: (79,83,33) (31%, 33%, 13%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 33 of 255 = 13%

79
83
33

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

Portions of RGB colors in percentages

R + G + B = 79 + 83 + 33 = 195 (100%)
R 79 of 195 ~ 40.51%
G 83 of 195 ~ 42.56%
B 33 of 195 ~ 16.92'%

%40.51
%42.56
%16.92

CMYK color model

#4F5321 color CMYK value is (5,0,60,67).

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

CMYK: (5,0,60,67)
C5M0Y60K67 (5%, 0%, 60%, 67%)
(0.05 / 0.00 / 0.60 / 0.67)

CMYK percentages

%4.82
%0
%60.24
%67.45

Codes

Color #4F5321 in popluar color models

4F 53 21
RGB 79 83 33
HSL 65° 43.10% 22.75%
HSB/HSV 65° 60.24% 32.55%
CMYK 4.82% 0.00% 60.24%
67.45%

Color #4F5321 in popluar number systems.

HEX 4F 53 21
Decimal 79 83 33
Binary 1001111 1010011 100001
Octal 117 123 41

Shades and tints

Shades of #4F5321

#4F5321
(79,83,33)
#484C1E
(72,76,30)
#41451B
(65,69,27)
#3A3E18
(58,62,24)
#333715
(51,55,21)
#2C3012
(44,48,18)
#25290F
(37,41,15)
#1E220C
(30,34,12)
#171B09
(23,27,9)
#101406
(16,20,6)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #4F5321

#4F5321
(79,83,33)
#5F6235
(95,98,53)
#6F7149
(111,113,73)
#7F805D
(127,128,93)
#8F8F71
(143,143,113)
#9F9E85
(159,158,133)
#AFAD99
(175,173,153)
#BFBCAD
(191,188,173)
#CFCBC1
(207,203,193)
#DFDAD5
(223,218,213)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5321; }

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

This text font color is #4F5321.

Background Color

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

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

This div background color is #4F5321.

Border color

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

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

This div border color is #4F5321.

Opacity

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

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

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

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

This text has shadow with #4F5321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5321.

Preview

Color preview on black background

This text has color #4F5321 on black background.


Color preview on white background

This text has color #4F5321 on white background.


Black color preview on #4F5321 background

This text has black color on #4F5321 background.


White color preview on #4F5321 background

This text has white color on #4F5321 background.


Related colors

Complementary color

Complementary color for #hex is #B0ACDE.


I love getcolorcode.com

Triadic colors

1 #214F53 and #53214F with #4F5321 are triadic colors.

2 #21534F and #534F21 with #4F5321 are triadic colors.