COLOR #4F4532

HEX: #4F4532
RGB: (79,69,50)

Color info

#4F4532 contains red, green and blue colors in about the same proportion. Web safe color of #4F4532 is #663333 (or #633).

RGB color model

#4F4532 color RGB value is (79,69,50).

  • red value is 79;
  • green value is 69;
  • blue value is 50.
RGB:
(79,69,50)
(31%,27%,20%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 50 of 255 = 20%

79
69
50

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

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 50 = 198 (100%)
R 79 of 198 ~ 39.9%
G 69 of 198 ~ 34.85%
B 50 of 198 ~ 25.25%

%39.9
%34.85
%25.25

CMYK color model

#4F4532 color CMYK value is (0,13,37,69).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(0,13,37,69)
C0M13Y37K69 
(0%,13%,37%,69%)
(0.00/0.13/0.37/0.69)	

CMYK percentages

%0
%12.66
%36.71
%69.02

Codes

Color #4F4532 in popluar color models

4F4532
RGB796950
HSL39°22.48%25.29%
HSB/HSV39°36.71%30.98%
CMYK0.00%12.66%36.71%
69.02%

Color #4F4532 in popluar number systems.

HEX4F4532
Decimal796950
Binary10011111000101110010
Octal11710562

Shades and tints

Shades of #4F4532

#4F4532
(79,69,50)
#483F2E
(72,63,46)
#41392A
(65,57,42)
#3A3326
(58,51,38)
#332D22
(51,45,34)
#2C271E
(44,39,30)
#25211A
(37,33,26)
#1E1B16
(30,27,22)
#171512
(23,21,18)
#100F0E
(16,15,14)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F4532

#4F4532
(79,69,50)
#5F5544
(95,85,68)
#6F6556
(111,101,86)
#7F7568
(127,117,104)
#8F857A
(143,133,122)
#9F958C
(159,149,140)
#AFA59E
(175,165,158)
#BFB5B0
(191,181,176)
#CFC5C2
(207,197,194)
#DFD5D4
(223,213,212)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4532 color. Also use rgb(79,69,50) instead hex code.

Text Font Color

.myTextColor { color: #4F4532; }

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

This text font color is #4F4532.


Background Color

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

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

This div background color is #4F4532.


Border color

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

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

This div border color is #4F4532.


Opacity

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

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

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

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

This text has shadow with #4F4532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4532 on black background.


Color preview on white background

This text has color #4F4532 on white background.



Black color preview on #4F4532 background

This text has black color on #4F4532 background.


White color preview on #4F4532 background

This text has white color on #4F4532 background.