COLOR #4C353A

HEX: #4C353A
RGB: (76,53,58)

Color info

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

RGB color model

#4C353A color RGB value is (76,53,58).

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

RGB channels and saturation

R 76 of 255 = 30%
G 53 of 255 = 21%
B 58 of 255 = 23%

76
53
58

R + G + B ~ 25%. #4C353A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 53 + 58 = 187 (100%)
R 76 of 187 ~ 40.64%
G 53 of 187 ~ 28.34%
B 58 of 187 ~ 31.02%

%40.64
%28.34
%31.02

CMYK color model

#4C353A color CMYK value is (0,30,24,70).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,30,24,70)
C0M30Y24K70 
(0%,30%,24%,70%)
(0.00/0.30/0.24/0.70)	

CMYK percentages

%0
%30.26
%23.68
%70.2

Codes

Color #4C353A in popluar color models

4C353A
RGB765358
HSL347°17.83%25.29%
HSB/HSV347°30.26%29.80%
CMYK0.00%30.26%23.68%
70.20%

Color #4C353A in popluar number systems.

HEX4C353A
Decimal765358
Binary1001100110101111010
Octal1146572

Shades and tints

Shades of #4C353A

#4C353A
(76,53,58)
#463135
(70,49,53)
#402D30
(64,45,48)
#3A292B
(58,41,43)
#342526
(52,37,38)
#2E2121
(46,33,33)
#281D1C
(40,29,28)
#221917
(34,25,23)
#1C1512
(28,21,18)
#16110D
(22,17,13)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C353A

#4C353A
(76,53,58)
#5C474B
(92,71,75)
#6C595C
(108,89,92)
#7C6B6D
(124,107,109)
#8C7D7E
(140,125,126)
#9C8F8F
(156,143,143)
#ACA1A0
(172,161,160)
#BCB3B1
(188,179,177)
#CCC5C2
(204,197,194)
#DCD7D3
(220,215,211)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C353A; }

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

This text font color is #4C353A.


Background Color

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

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

This div background color is #4C353A.


Border color

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

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

This div border color is #4C353A.


Opacity

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

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

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

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

This text has shadow with #4C353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C353A on black background.


Color preview on white background

This text has color #4C353A on white background.



Black color preview on #4C353A background

This text has black color on #4C353A background.


White color preview on #4C353A background

This text has white color on #4C353A background.