COLOR #4F4533

HEX: #4F4533
RGB: (79,69,51)

Color info

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

RGB color model

#4F4533 color RGB value is (79,69,51).

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

RGB channels and saturation

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

79
69
51

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

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 51 = 199 (100%)
R 79 of 199 ~ 39.7%
G 69 of 199 ~ 34.67%
B 51 of 199 ~ 25.63%

%39.7
%34.67
%25.63

CMYK color model

#4F4533 color CMYK value is (0,13,35,69).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 35.44%
  • key color value is 69.02%
CMYK:
(0,13,35,69)
C0M13Y35K69 
(0%,13%,35%,69%)
(0.00/0.13/0.35/0.69)	

CMYK percentages

%0
%12.66
%35.44
%69.02

Codes

Color #4F4533 in popluar color models

4F4533
RGB796951
HSL39°21.54%25.49%
HSB/HSV39°35.44%30.98%
CMYK0.00%12.66%35.44%
69.02%

Color #4F4533 in popluar number systems.

HEX4F4533
Decimal796951
Binary10011111000101110011
Octal11710563

Shades and tints

Shades of #4F4533

#4F4533
(79,69,51)
#483F2F
(72,63,47)
#41392B
(65,57,43)
#3A3327
(58,51,39)
#332D23
(51,45,35)
#2C271F
(44,39,31)
#25211B
(37,33,27)
#1E1B17
(30,27,23)
#171513
(23,21,19)
#100F0F
(16,15,15)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F4533

#4F4533
(79,69,51)
#5F5545
(95,85,69)
#6F6557
(111,101,87)
#7F7569
(127,117,105)
#8F857B
(143,133,123)
#9F958D
(159,149,141)
#AFA59F
(175,165,159)
#BFB5B1
(191,181,177)
#CFC5C3
(207,197,195)
#DFD5D5
(223,213,213)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4533; }

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

This text font color is #4F4533.


Background Color

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

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

This div background color is #4F4533.


Border color

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

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

This div border color is #4F4533.


Opacity

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

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

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

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

This text has shadow with #4F4533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4533 on black background.


Color preview on white background

This text has color #4F4533 on white background.



Black color preview on #4F4533 background

This text has black color on #4F4533 background.


White color preview on #4F4533 background

This text has white color on #4F4533 background.