COLOR #4C423D

HEX: #4C423D
RGB: (76,66,61)

Color info

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

RGB color model

#4C423D color RGB value is (76,66,61).

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

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 61 of 255 = 24%

76
66
61

R + G + B ~ 27%. #4C423D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 61 = 203 (100%)
R 76 of 203 ~ 37.44%
G 66 of 203 ~ 32.51%
B 61 of 203 ~ 30.05%

%37.44
%32.51
%30.05

CMYK color model

#4C423D color CMYK value is (0,13,20,70).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 19.74%
  • key color value is 70.20%
CMYK: (0,13,20,70) C0M13Y20K70 (0%,13%,20%,70%) (0.00/0.13/0.20/0.70)

CMYK percentages

%0
%13.16
%19.74
%70.2

Codes

Color #4C423D in popluar color models

4C423D
RGB766661
HSL20°10.95%26.86%
HSB/HSV20°19.74%29.80%
CMYK0.00%13.16%19.74%
70.20%

Color #4C423D in popluar number systems.

HEX4C423D
Decimal766661
Binary10011001000010111101
Octal11410275

Shades and tints

Shades of #4C423D

#4C423D
(76,66,61)
#463C38
(70,60,56)
#403633
(64,54,51)
#3A302E
(58,48,46)
#342A29
(52,42,41)
#2E2424
(46,36,36)
#281E1F
(40,30,31)
#22181A
(34,24,26)
#1C1215
(28,18,21)
#160C10
(22,12,16)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C423D

#4C423D
(76,66,61)
#5C534E
(92,83,78)
#6C645F
(108,100,95)
#7C7570
(124,117,112)
#8C8681
(140,134,129)
#9C9792
(156,151,146)
#ACA8A3
(172,168,163)
#BCB9B4
(188,185,180)
#CCCAC5
(204,202,197)
#DCDBD6
(220,219,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C423D; }

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

This text font color is #4C423D.


Background Color

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

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

This div background color is #4C423D.


Border color

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

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

This div border color is #4C423D.


Opacity

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

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

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

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

This text has shadow with #4C423D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C423D on black background.


Color preview on white background

This text has color #4C423D on white background.



Black color preview on #4C423D background

This text has black color on #4C423D background.


White color preview on #4C423D background

This text has white color on #4C423D background.