COLOR #4C423A

HEX: #4C423A
RGB: (76,66,58)

Color info

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

RGB color model

#4C423A color RGB value is (76,66,58).

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

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 58 of 255 = 23%

76
66
58

R + G + B ~ 26%. #4C423A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 58 = 200 (100%)
R 76 of 200 ~ 38%
G 66 of 200 ~ 33%
B 58 of 200 ~ 29%

%38
%33
%29

CMYK color model

#4C423A color CMYK value is (0,13,24,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,13,24,70)
C0M13Y24K70 
(0%,13%,24%,70%)
(0.00/0.13/0.24/0.70)	

CMYK percentages

%0
%13.16
%23.68
%70.2

Codes

Color #4C423A in popluar color models

4C423A
RGB766658
HSL27°13.43%26.27%
HSB/HSV27°23.68%29.80%
CMYK0.00%13.16%23.68%
70.20%

Color #4C423A in popluar number systems.

HEX4C423A
Decimal766658
Binary10011001000010111010
Octal11410272

Shades and tints

Shades of #4C423A

#4C423A
(76,66,58)
#463C35
(70,60,53)
#403630
(64,54,48)
#3A302B
(58,48,43)
#342A26
(52,42,38)
#2E2421
(46,36,33)
#281E1C
(40,30,28)
#221817
(34,24,23)
#1C1212
(28,18,18)
#160C0D
(22,12,13)
#100608
(16,6,8)
#000000
(0,0,0)

Tints of #4C423A

#4C423A
(76,66,58)
#5C534B
(92,83,75)
#6C645C
(108,100,92)
#7C756D
(124,117,109)
#8C867E
(140,134,126)
#9C978F
(156,151,143)
#ACA8A0
(172,168,160)
#BCB9B1
(188,185,177)
#CCCAC2
(204,202,194)
#DCDBD3
(220,219,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C423A; }

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

This text font color is #4C423A.


Background Color

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

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

This div background color is #4C423A.


Border color

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

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

This div border color is #4C423A.


Opacity

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

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

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

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

This text has shadow with #4C423A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C423A on black background.


Color preview on white background

This text has color #4C423A on white background.



Black color preview on #4C423A background

This text has black color on #4C423A background.


White color preview on #4C423A background

This text has white color on #4C423A background.