COLOR #4C2F47

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
47
71

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

Portions of RGB colors in percentages

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

%39.18
%24.23
%36.6

CMYK color model

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

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

CMYK percentages

%0
%38.16
%6.58
%70.2

Codes

Color #4C2F47 in popluar color models

4C2F47
RGB764771
HSL310°23.58%24.12%
HSB/HSV310°38.16%29.80%
CMYK0.00%38.16%6.58%
70.20%

Color #4C2F47 in popluar number systems.

HEX4C2F47
Decimal764771
Binary10011001011111000111
Octal11457107

Shades and tints

Shades of #4C2F47

#4C2F47
(76,47,71)
#462B41
(70,43,65)
#40273B
(64,39,59)
#3A2335
(58,35,53)
#341F2F
(52,31,47)
#2E1B29
(46,27,41)
#281723
(40,23,35)
#22131D
(34,19,29)
#1C0F17
(28,15,23)
#160B11
(22,11,17)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C2F47

#4C2F47
(76,47,71)
#5C4157
(92,65,87)
#6C5367
(108,83,103)
#7C6577
(124,101,119)
#8C7787
(140,119,135)
#9C8997
(156,137,151)
#AC9BA7
(172,155,167)
#BCADB7
(188,173,183)
#CCBFC7
(204,191,199)
#DCD1D7
(220,209,215)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2F47; }

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

This text font color is #4C2F47.


Background Color

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

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

This div background color is #4C2F47.


Border color

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

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

This div border color is #4C2F47.


Opacity

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

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

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

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

This text has shadow with #4C2F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2F47 on black background.


Color preview on white background

This text has color #4C2F47 on white background.



Black color preview on #4C2F47 background

This text has black color on #4C2F47 background.


White color preview on #4C2F47 background

This text has white color on #4C2F47 background.