COLOR #4C472F

HEX: #4C472F
RGB: (76,71,47)

Color info

#4C472F contains red, green and blue colors in about the same proportion. Web safe color of #4C472F is #333333 (or #333).

RGB color model

#4C472F color RGB value is (76,71,47).

  • red value is 76;
  • green value is 71;
  • blue value is 47.
RGB:
(76,71,47)
(30%,28%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 47 of 255 = 18%

76
71
47

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

Portions of RGB colors in percentages

R + G + B =
76 + 71 + 47 = 194 (100%)
R 76 of 194 ~ 39.18%
G 71 of 194 ~ 36.6%
B 47 of 194 ~ 24.23%

%39.18
%36.6
%24.23

CMYK color model

#4C472F color CMYK value is (0,7,38,70).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(0,7,38,70)
C0M7Y38K70 
(0%,7%,38%,70%)
(0.00/0.07/0.38/0.70)	

CMYK percentages

%0
%6.58
%38.16
%70.2

Codes

Color #4C472F in popluar color models

4C472F
RGB767147
HSL50°23.58%24.12%
HSB/HSV50°38.16%29.80%
CMYK0.00%6.58%38.16%
70.20%

Color #4C472F in popluar number systems.

HEX4C472F
Decimal767147
Binary10011001000111101111
Octal11410757

Shades and tints

Shades of #4C472F

#4C472F
(76,71,47)
#46412B
(70,65,43)
#403B27
(64,59,39)
#3A3523
(58,53,35)
#342F1F
(52,47,31)
#2E291B
(46,41,27)
#282317
(40,35,23)
#221D13
(34,29,19)
#1C170F
(28,23,15)
#16110B
(22,17,11)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C472F

#4C472F
(76,71,47)
#5C5741
(92,87,65)
#6C6753
(108,103,83)
#7C7765
(124,119,101)
#8C8777
(140,135,119)
#9C9789
(156,151,137)
#ACA79B
(172,167,155)
#BCB7AD
(188,183,173)
#CCC7BF
(204,199,191)
#DCD7D1
(220,215,209)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C472F color. Also use rgb(76,71,47) instead hex code.

Text Font Color

.myTextColor { color: #4C472F; }

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

This text font color is #4C472F.


Background Color

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

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

This div background color is #4C472F.


Border color

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

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

This div border color is #4C472F.


Opacity

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

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

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

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

This text has shadow with #4C472F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C472F on black background.


Color preview on white background

This text has color #4C472F on white background.



Black color preview on #4C472F background

This text has black color on #4C472F background.


White color preview on #4C472F background

This text has white color on #4C472F background.