COLOR #4F472C

HEX: #4F472C
RGB: (79,71,44)

Color info

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

RGB color model

#4F472C color RGB value is (79,71,44).

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

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 44 of 255 = 17%

79
71
44

R + G + B ~ 25%. #4F472C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 44 = 194 (100%)
R 79 of 194 ~ 40.72%
G 71 of 194 ~ 36.6%
B 44 of 194 ~ 22.68%

%40.72
%36.6
%22.68

CMYK color model

#4F472C color CMYK value is (0,10,44,69).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 44.30%
  • key color value is 69.02%
CMYK:
(0,10,44,69)
C0M10Y44K69 
(0%,10%,44%,69%)
(0.00/0.10/0.44/0.69)	

CMYK percentages

%0
%10.13
%44.3
%69.02

Codes

Color #4F472C in popluar color models

4F472C
RGB797144
HSL46°28.46%24.12%
HSB/HSV46°44.30%30.98%
CMYK0.00%10.13%44.30%
69.02%

Color #4F472C in popluar number systems.

HEX4F472C
Decimal797144
Binary10011111000111101100
Octal11710754

Shades and tints

Shades of #4F472C

#4F472C
(79,71,44)
#484128
(72,65,40)
#413B24
(65,59,36)
#3A3520
(58,53,32)
#332F1C
(51,47,28)
#2C2918
(44,41,24)
#252314
(37,35,20)
#1E1D10
(30,29,16)
#17170C
(23,23,12)
#101108
(16,17,8)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #4F472C

#4F472C
(79,71,44)
#5F573F
(95,87,63)
#6F6752
(111,103,82)
#7F7765
(127,119,101)
#8F8778
(143,135,120)
#9F978B
(159,151,139)
#AFA79E
(175,167,158)
#BFB7B1
(191,183,177)
#CFC7C4
(207,199,196)
#DFD7D7
(223,215,215)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F472C; }

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

This text font color is #4F472C.


Background Color

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

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

This div background color is #4F472C.


Border color

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

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

This div border color is #4F472C.


Opacity

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

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

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

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

This text has shadow with #4F472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F472C on black background.


Color preview on white background

This text has color #4F472C on white background.



Black color preview on #4F472C background

This text has black color on #4F472C background.


White color preview on #4F472C background

This text has white color on #4F472C background.