COLOR #4C2532

HEX: #4C2532 RGB: (76,37,50)

Color info

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

RGB color model

#4C2532 color RGB value is (76,37,50).

RGB: (76,37,50) (30%, 15%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 50 of 255 = 20%

76
37
50

R + G + B ~ 22%. #4C2532 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 37 + 50 = 163 (100%)
R 76 of 163 ~ 46.63%
G 37 of 163 ~ 22.7%
B 50 of 163 ~ 30.67'%

%46.63
%22.7
%30.67

CMYK color model

#4C2532 color CMYK value is (0,51,34,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 34.21%
  • key color value is 70.20%
CMYK: (0,51,34,70) C0M51Y34K70 (0%,51%,34%,70%) (0.00/0.51/0.34/0.70) 

CMYK percentages

%0
%51.32
%34.21
%70.2

Codes

Color #4C2532 in popluar color models

4C 25 32
RGB 76 37 50
HSL 340° 34.51% 22.16%
HSB/HSV 340° 51.32% 29.80%
CMYK 0.00% 51.32% 34.21%
70.20%

Color #4C2532 in popluar number systems.

HEX 4C 25 32
Decimal 76 37 50
Binary 1001100 100101 110010
Octal 114 45 62

Shades and tints

Shades of #4C2532

#4C2532
(76,37,50)
#46222E
(70,34,46)
#401F2A
(64,31,42)
#3A1C26
(58,28,38)
#341922
(52,25,34)
#2E161E
(46,22,30)
#28131A
(40,19,26)
#221016
(34,16,22)
#1C0D12
(28,13,18)
#160A0E
(22,10,14)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C2532

#4C2532
(76,37,50)
#5C3844
(92,56,68)
#6C4B56
(108,75,86)
#7C5E68
(124,94,104)
#8C717A
(140,113,122)
#9C848C
(156,132,140)
#AC979E
(172,151,158)
#BCAAB0
(188,170,176)
#CCBDC2
(204,189,194)
#DCD0D4
(220,208,212)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2532 color. Also use rgb(76,37,50) instead hex code.

Text Font Color

.myTextColor { color: #4C2532; }

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

This text font color is #4C2532.

Background Color

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

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

This div background color is #4C2532.

Border color

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

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

This div border color is #4C2532.

Opacity

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

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

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

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

This text has shadow with #4C2532 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2532.

Preview

Color preview on black background

This text has color #4C2532 on black background.


Color preview on white background

This text has color #4C2532 on white background.


Black color preview on #4C2532 background

This text has black color on #4C2532 background.


White color preview on #4C2532 background

This text has white color on #4C2532 background.


Related colors

Complementary color

Complementary color for #hex is #B3DACD.


I love getcolorcode.com

Triadic colors

1 #324C25 and #25324C with #4C2532 are triadic colors.

2 #32254C and #254C32 with #4C2532 are triadic colors.