COLOR #4C352D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

76
53
45

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

Portions of RGB colors in percentages

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

%43.68
%30.46
%25.86

CMYK color model

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

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

CMYK percentages

%0
%30.26
%40.79
%70.2

Codes

Color #4C352D in popluar color models

4C352D
RGB765345
HSL15°25.62%23.73%
HSB/HSV15°40.79%29.80%
CMYK0.00%30.26%40.79%
70.20%

Color #4C352D in popluar number systems.

HEX4C352D
Decimal765345
Binary1001100110101101101
Octal1146555

Shades and tints

Shades of #4C352D

#4C352D
(76,53,45)
#463129
(70,49,41)
#402D25
(64,45,37)
#3A2921
(58,41,33)
#34251D
(52,37,29)
#2E2119
(46,33,25)
#281D15
(40,29,21)
#221911
(34,25,17)
#1C150D
(28,21,13)
#161109
(22,17,9)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #4C352D

#4C352D
(76,53,45)
#5C4740
(92,71,64)
#6C5953
(108,89,83)
#7C6B66
(124,107,102)
#8C7D79
(140,125,121)
#9C8F8C
(156,143,140)
#ACA19F
(172,161,159)
#BCB3B2
(188,179,178)
#CCC5C5
(204,197,197)
#DCD7D8
(220,215,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C352D; }

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

This text font color is #4C352D.


Background Color

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

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

This div background color is #4C352D.


Border color

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

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

This div border color is #4C352D.


Opacity

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

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

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

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

This text has shadow with #4C352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C352D on black background.


Color preview on white background

This text has color #4C352D on white background.



Black color preview on #4C352D background

This text has black color on #4C352D background.


White color preview on #4C352D background

This text has white color on #4C352D background.