COLOR #4F482F

HEX: #4F482F
RGB: (79,72,47)

Color info

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

RGB color model

#4F482F color RGB value is (79,72,47).

  • red value is 79;
  • green value is 72;
  • blue value is 47.
RGB:
(79,72,47)
(31%,28%,18%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 47 of 255 = 18%

79
72
47

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 47 = 198 (100%)
R 79 of 198 ~ 39.9%
G 72 of 198 ~ 36.36%
B 47 of 198 ~ 23.74%

%39.9
%36.36
%23.74

CMYK color model

#4F482F color CMYK value is (0,9,41,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 40.51%
  • key color value is 69.02%
CMYK:
(0,9,41,69)
C0M9Y41K69 
(0%,9%,41%,69%)
(0.00/0.09/0.41/0.69)	

CMYK percentages

%0
%8.86
%40.51
%69.02

Codes

Color #4F482F in popluar color models

4F482F
RGB797247
HSL47°25.40%24.71%
HSB/HSV47°40.51%30.98%
CMYK0.00%8.86%40.51%
69.02%

Color #4F482F in popluar number systems.

HEX4F482F
Decimal797247
Binary10011111001000101111
Octal11711057

Shades and tints

Shades of #4F482F

#4F482F
(79,72,47)
#48422B
(72,66,43)
#413C27
(65,60,39)
#3A3623
(58,54,35)
#33301F
(51,48,31)
#2C2A1B
(44,42,27)
#252417
(37,36,23)
#1E1E13
(30,30,19)
#17180F
(23,24,15)
#10120B
(16,18,11)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #4F482F

#4F482F
(79,72,47)
#5F5841
(95,88,65)
#6F6853
(111,104,83)
#7F7865
(127,120,101)
#8F8877
(143,136,119)
#9F9889
(159,152,137)
#AFA89B
(175,168,155)
#BFB8AD
(191,184,173)
#CFC8BF
(207,200,191)
#DFD8D1
(223,216,209)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F482F color. Also use rgb(79,72,47) instead hex code.

Text Font Color

.myTextColor { color: #4F482F; }

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

This text font color is #4F482F.


Background Color

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

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

This div background color is #4F482F.


Border color

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

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

This div border color is #4F482F.


Opacity

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

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

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

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

This text has shadow with #4F482F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F482F on black background.


Color preview on white background

This text has color #4F482F on white background.



Black color preview on #4F482F background

This text has black color on #4F482F background.


White color preview on #4F482F background

This text has white color on #4F482F background.