COLOR #4C352E

HEX: #4C352E RGB: (76,53,46)

Color info

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

RGB color model

#4C352E color RGB value is (76,53,46).

RGB: (76,53,46) (30%, 21%, 18%)

RGB channels and saturation

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

76
53
46

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

Portions of RGB colors in percentages

R + G + B = 76 + 53 + 46 = 175 (100%)
R 76 of 175 ~ 43.43%
G 53 of 175 ~ 30.29%
B 46 of 175 ~ 26.29'%

%43.43
%30.29
%26.29

CMYK color model

#4C352E color CMYK value is (0,30,39,70).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 39.47%
  • key color value is 70.20%

CMYK: (0,30,39,70)
C0M30Y39K70 (0%, 30%, 39%, 70%)
(0.00 / 0.30 / 0.39 / 0.70)

CMYK percentages

%0
%30.26
%39.47
%70.2

Codes

Color #4C352E in popluar color models

4C 35 2E
RGB 76 53 46
HSL 14° 24.59% 23.92%
HSB/HSV 14° 39.47% 29.80%
CMYK 0.00% 30.26% 39.47%
70.20%

Color #4C352E in popluar number systems.

HEX 4C 35 2E
Decimal 76 53 46
Binary 1001100 110101 101110
Octal 114 65 56

Shades and tints

Shades of #4C352E

#4C352E
(76,53,46)
#46312A
(70,49,42)
#402D26
(64,45,38)
#3A2922
(58,41,34)
#34251E
(52,37,30)
#2E211A
(46,33,26)
#281D16
(40,29,22)
#221912
(34,25,18)
#1C150E
(28,21,14)
#16110A
(22,17,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #4C352E

#4C352E
(76,53,46)
#5C4741
(92,71,65)
#6C5954
(108,89,84)
#7C6B67
(124,107,103)
#8C7D7A
(140,125,122)
#9C8F8D
(156,143,141)
#ACA1A0
(172,161,160)
#BCB3B3
(188,179,179)
#CCC5C6
(204,197,198)
#DCD7D9
(220,215,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C352E; }

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

This text font color is #4C352E.

Background Color

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

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

This div background color is #4C352E.

Border color

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

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

This div border color is #4C352E.

Opacity

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

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

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

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

This text has shadow with #4C352E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C352E.

Preview

Color preview on black background

This text has color #4C352E on black background.


Color preview on white background

This text has color #4C352E on white background.


Black color preview on #4C352E background

This text has black color on #4C352E background.


White color preview on #4C352E background

This text has white color on #4C352E background.


Related colors

Complementary color

Complementary color for #hex is #B3CAD1.


I love getcolorcode.com

Triadic colors

1 #2E4C35 and #352E4C with #4C352E are triadic colors.

2 #2E354C and #354C2E with #4C352E are triadic colors.