COLOR #4C2D35

HEX: #4C2D35
RGB: (76,45,53)

Color info

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

RGB color model

#4C2D35 color RGB value is (76,45,53).

  • red value is 76;
  • green value is 45;
  • blue value is 53.
RGB:
(76,45,53)
(30%,18%,21%)

RGB channels and saturation

R 76 of 255 = 30%
G 45 of 255 = 18%
B 53 of 255 = 21%

76
45
53

R + G + B ~ 23%. #4C2D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 45 + 53 = 174 (100%)
R 76 of 174 ~ 43.68%
G 45 of 174 ~ 25.86%
B 53 of 174 ~ 30.46%

%43.68
%25.86
%30.46

CMYK color model

#4C2D35 color CMYK value is (0,41,30,70).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 30.26%
  • key color value is 70.20%
CMYK:
(0,41,30,70)
C0M41Y30K70 
(0%,41%,30%,70%)
(0.00/0.41/0.30/0.70)	

CMYK percentages

%0
%40.79
%30.26
%70.2

Codes

Color #4C2D35 in popluar color models

4C2D35
RGB764553
HSL345°25.62%23.73%
HSB/HSV345°40.79%29.80%
CMYK0.00%40.79%30.26%
70.20%

Color #4C2D35 in popluar number systems.

HEX4C2D35
Decimal764553
Binary1001100101101110101
Octal1145565

Shades and tints

Shades of #4C2D35

#4C2D35
(76,45,53)
#462931
(70,41,49)
#40252D
(64,37,45)
#3A2129
(58,33,41)
#341D25
(52,29,37)
#2E1921
(46,25,33)
#28151D
(40,21,29)
#221119
(34,17,25)
#1C0D15
(28,13,21)
#160911
(22,9,17)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C2D35

#4C2D35
(76,45,53)
#5C4047
(92,64,71)
#6C5359
(108,83,89)
#7C666B
(124,102,107)
#8C797D
(140,121,125)
#9C8C8F
(156,140,143)
#AC9FA1
(172,159,161)
#BCB2B3
(188,178,179)
#CCC5C5
(204,197,197)
#DCD8D7
(220,216,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2D35 color. Also use rgb(76,45,53) instead hex code.

Text Font Color

.myTextColor { color: #4C2D35; }

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

This text font color is #4C2D35.


Background Color

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

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

This div background color is #4C2D35.


Border color

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

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

This div border color is #4C2D35.


Opacity

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

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

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

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

This text has shadow with #4C2D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2D35 on black background.


Color preview on white background

This text has color #4C2D35 on white background.



Black color preview on #4C2D35 background

This text has black color on #4C2D35 background.


White color preview on #4C2D35 background

This text has white color on #4C2D35 background.