COLOR #4C2536

HEX: #4C2536
RGB: (76,37,54)

Color info

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

RGB color model

#4C2536 color RGB value is (76,37,54).

  • red value is 76;
  • green value is 37;
  • blue value is 54.
RGB:
(76,37,54)
(30%,15%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 54 of 255 = 21%

76
37
54

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

Portions of RGB colors in percentages

R + G + B =
76 + 37 + 54 = 167 (100%)
R 76 of 167 ~ 45.51%
G 37 of 167 ~ 22.16%
B 54 of 167 ~ 32.34%

%45.51
%22.16
%32.34

CMYK color model

#4C2536 color CMYK value is (0,51,29,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 28.95%
  • key color value is 70.20%
CMYK:
(0,51,29,70)
C0M51Y29K70 
(0%,51%,29%,70%)
(0.00/0.51/0.29/0.70)	

CMYK percentages

%0
%51.32
%28.95
%70.2

Codes

Color #4C2536 in popluar color models

4C2536
RGB763754
HSL334°34.51%22.16%
HSB/HSV334°51.32%29.80%
CMYK0.00%51.32%28.95%
70.20%

Color #4C2536 in popluar number systems.

HEX4C2536
Decimal763754
Binary1001100100101110110
Octal1144566

Shades and tints

Shades of #4C2536

#4C2536
(76,37,54)
#462232
(70,34,50)
#401F2E
(64,31,46)
#3A1C2A
(58,28,42)
#341926
(52,25,38)
#2E1622
(46,22,34)
#28131E
(40,19,30)
#22101A
(34,16,26)
#1C0D16
(28,13,22)
#160A12
(22,10,18)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C2536

#4C2536
(76,37,54)
#5C3848
(92,56,72)
#6C4B5A
(108,75,90)
#7C5E6C
(124,94,108)
#8C717E
(140,113,126)
#9C8490
(156,132,144)
#AC97A2
(172,151,162)
#BCAAB4
(188,170,180)
#CCBDC6
(204,189,198)
#DCD0D8
(220,208,216)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2536; }

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

This text font color is #4C2536.


Background Color

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

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

This div background color is #4C2536.


Border color

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

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

This div border color is #4C2536.


Opacity

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

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

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

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

This text has shadow with #4C2536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2536 on black background.


Color preview on white background

This text has color #4C2536 on white background.



Black color preview on #4C2536 background

This text has black color on #4C2536 background.


White color preview on #4C2536 background

This text has white color on #4C2536 background.