COLOR #4F522D

HEX: #4F522D
RGB: (79,82,45)

Color info

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

RGB color model

#4F522D color RGB value is (79,82,45).

  • red value is 79;
  • green value is 82;
  • blue value is 45.
RGB:
(79,82,45)
(31%,32%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 45 of 255 = 18%

79
82
45

R + G + B ~ 27%. #4F522D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 45 = 206 (100%)
R 79 of 206 ~ 38.35%
G 82 of 206 ~ 39.81%
B 45 of 206 ~ 21.84%

%38.35
%39.81
%21.84

CMYK color model

#4F522D color CMYK value is (4,0,45,68).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 45.12%
  • key color value is 67.84%
CMYK:
(4,0,45,68)
C4M0Y45K68 
(4%,0%,45%,68%)
(0.04/0.00/0.45/0.68)	

CMYK percentages

%3.66
%0
%45.12
%67.84

Codes

Color #4F522D in popluar color models

4F522D
RGB798245
HSL65°29.13%24.90%
HSB/HSV65°45.12%32.16%
CMYK3.66%0.00%45.12%
67.84%

Color #4F522D in popluar number systems.

HEX4F522D
Decimal798245
Binary10011111010010101101
Octal11712255

Shades and tints

Shades of #4F522D

#4F522D
(79,82,45)
#484B29
(72,75,41)
#414425
(65,68,37)
#3A3D21
(58,61,33)
#33361D
(51,54,29)
#2C2F19
(44,47,25)
#252815
(37,40,21)
#1E2111
(30,33,17)
#171A0D
(23,26,13)
#101309
(16,19,9)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #4F522D

#4F522D
(79,82,45)
#5F6140
(95,97,64)
#6F7053
(111,112,83)
#7F7F66
(127,127,102)
#8F8E79
(143,142,121)
#9F9D8C
(159,157,140)
#AFAC9F
(175,172,159)
#BFBBB2
(191,187,178)
#CFCAC5
(207,202,197)
#DFD9D8
(223,217,216)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F522D color. Also use rgb(79,82,45) instead hex code.

Text Font Color

.myTextColor { color: #4F522D; }

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

This text font color is #4F522D.


Background Color

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

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

This div background color is #4F522D.


Border color

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

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

This div border color is #4F522D.


Opacity

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

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

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

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

This text has shadow with #4F522D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F522D on black background.


Color preview on white background

This text has color #4F522D on white background.



Black color preview on #4F522D background

This text has black color on #4F522D background.


White color preview on #4F522D background

This text has white color on #4F522D background.