COLOR #4C2F4D

HEX: #4C2F4D RGB: (76,47,77)

Color info

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

RGB color model

#4C2F4D color RGB value is (76,47,77).

RGB: (76,47,77) (30%, 18%, 30%)

RGB channels and saturation

R 76 of 255 = 30%
G 47 of 255 = 18%
B 77 of 255 = 30%

76
47
77

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

Portions of RGB colors in percentages

R + G + B = 76 + 47 + 77 = 200 (100%)
R 76 of 200 ~ 38%
G 47 of 200 ~ 23.5%
B 77 of 200 ~ 38.5'%

%38
%23.5
%38.5

CMYK color model

#4C2F4D color CMYK value is (1,39,0,70).

  • cyan value is 1.30%
  • magenta value is 38.96%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (1,39,0,70)
C1M39Y0K70 (1%, 39%, 0%, 70%)
(0.01 / 0.39 / 0.00 / 0.70)

CMYK percentages

%1.3
%38.96
%0
%69.8

Codes

Color #4C2F4D in popluar color models

4C 2F 4D
RGB 76 47 77
HSL 298° 24.19% 24.31%
HSB/HSV 298° 38.96% 30.20%
CMYK 1.30% 38.96% 0.00%
69.80%

Color #4C2F4D in popluar number systems.

HEX 4C 2F 4D
Decimal 76 47 77
Binary 1001100 101111 1001101
Octal 114 57 115

Shades and tints

Shades of #4C2F4D

#4C2F4D
(76,47,77)
#462B46
(70,43,70)
#40273F
(64,39,63)
#3A2338
(58,35,56)
#341F31
(52,31,49)
#2E1B2A
(46,27,42)
#281723
(40,23,35)
#22131C
(34,19,28)
#1C0F15
(28,15,21)
#160B0E
(22,11,14)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C2F4D

#4C2F4D
(76,47,77)
#5C415D
(92,65,93)
#6C536D
(108,83,109)
#7C657D
(124,101,125)
#8C778D
(140,119,141)
#9C899D
(156,137,157)
#AC9BAD
(172,155,173)
#BCADBD
(188,173,189)
#CCBFCD
(204,191,205)
#DCD1DD
(220,209,221)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2F4D; }

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

This text font color is #4C2F4D.

Background Color

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

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

This div background color is #4C2F4D.

Border color

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

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

This div border color is #4C2F4D.

Opacity

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

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

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

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

This text has shadow with #4C2F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2F4D.

Preview

Color preview on black background

This text has color #4C2F4D on black background.


Color preview on white background

This text has color #4C2F4D on white background.


Black color preview on #4C2F4D background

This text has black color on #4C2F4D background.


White color preview on #4C2F4D background

This text has white color on #4C2F4D background.


Related colors

Complementary color

Complementary color for #hex is #B3D0B2.


I love getcolorcode.com

Triadic colors

1 #4D4C2F and #2F4D4C with #4C2F4D are triadic colors.

2 #4D2F4C and #2F4C4D with #4C2F4D are triadic colors.