COLOR #4C423B

HEX: #4C423B
RGB: (76,66,59)

Color info

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

RGB color model

#4C423B color RGB value is (76,66,59).

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

RGB channels and saturation

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

76
66
59

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

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 59 = 201 (100%)
R 76 of 201 ~ 37.81%
G 66 of 201 ~ 32.84%
B 59 of 201 ~ 29.35%

%37.81
%32.84
%29.35

CMYK color model

#4C423B color CMYK value is (0,13,22,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(0,13,22,70)
C0M13Y22K70 
(0%,13%,22%,70%)
(0.00/0.13/0.22/0.70)	

CMYK percentages

%0
%13.16
%22.37
%70.2

Codes

Color #4C423B in popluar color models

4C423B
RGB766659
HSL25°12.59%26.47%
HSB/HSV25°22.37%29.80%
CMYK0.00%13.16%22.37%
70.20%

Color #4C423B in popluar number systems.

HEX4C423B
Decimal766659
Binary10011001000010111011
Octal11410273

Shades and tints

Shades of #4C423B

#4C423B
(76,66,59)
#463C36
(70,60,54)
#403631
(64,54,49)
#3A302C
(58,48,44)
#342A27
(52,42,39)
#2E2422
(46,36,34)
#281E1D
(40,30,29)
#221818
(34,24,24)
#1C1213
(28,18,19)
#160C0E
(22,12,14)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C423B

#4C423B
(76,66,59)
#5C534C
(92,83,76)
#6C645D
(108,100,93)
#7C756E
(124,117,110)
#8C867F
(140,134,127)
#9C9790
(156,151,144)
#ACA8A1
(172,168,161)
#BCB9B2
(188,185,178)
#CCCAC3
(204,202,195)
#DCDBD4
(220,219,212)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C423B; }

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

This text font color is #4C423B.


Background Color

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

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

This div background color is #4C423B.


Border color

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

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

This div border color is #4C423B.


Opacity

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

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

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

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

This text has shadow with #4C423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C423B on black background.


Color preview on white background

This text has color #4C423B on white background.



Black color preview on #4C423B background

This text has black color on #4C423B background.


White color preview on #4C423B background

This text has white color on #4C423B background.