COLOR #4F472D

HEX: #4F472D
RGB: (79,71,45)

Color info

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

RGB color model

#4F472D color RGB value is (79,71,45).

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

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 45 of 255 = 18%

79
71
45

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

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 45 = 195 (100%)
R 79 of 195 ~ 40.51%
G 71 of 195 ~ 36.41%
B 45 of 195 ~ 23.08%

%40.51
%36.41
%23.08

CMYK color model

#4F472D color CMYK value is (0,10,43,69).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(0,10,43,69)
C0M10Y43K69 
(0%,10%,43%,69%)
(0.00/0.10/0.43/0.69)	

CMYK percentages

%0
%10.13
%43.04
%69.02

Codes

Color #4F472D in popluar color models

4F472D
RGB797145
HSL46°27.42%24.31%
HSB/HSV46°43.04%30.98%
CMYK0.00%10.13%43.04%
69.02%

Color #4F472D in popluar number systems.

HEX4F472D
Decimal797145
Binary10011111000111101101
Octal11710755

Shades and tints

Shades of #4F472D

#4F472D
(79,71,45)
#484129
(72,65,41)
#413B25
(65,59,37)
#3A3521
(58,53,33)
#332F1D
(51,47,29)
#2C2919
(44,41,25)
#252315
(37,35,21)
#1E1D11
(30,29,17)
#17170D
(23,23,13)
#101109
(16,17,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #4F472D

#4F472D
(79,71,45)
#5F5740
(95,87,64)
#6F6753
(111,103,83)
#7F7766
(127,119,102)
#8F8779
(143,135,121)
#9F978C
(159,151,140)
#AFA79F
(175,167,159)
#BFB7B2
(191,183,178)
#CFC7C5
(207,199,197)
#DFD7D8
(223,215,216)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F472D; }

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

This text font color is #4F472D.


Background Color

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

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

This div background color is #4F472D.


Border color

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

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

This div border color is #4F472D.


Opacity

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

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

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

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

This text has shadow with #4F472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F472D on black background.


Color preview on white background

This text has color #4F472D on white background.



Black color preview on #4F472D background

This text has black color on #4F472D background.


White color preview on #4F472D background

This text has white color on #4F472D background.