COLOR #4C413B

HEX: #4C413B RGB: (76,65,59)

Color info

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

RGB color model

#4C413B color RGB value is (76,65,59).

RGB: (76,65,59) (30%, 25%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 59 of 255 = 23%

76
65
59

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

Portions of RGB colors in percentages

R + G + B = 76 + 65 + 59 = 200 (100%)
R 76 of 200 ~ 38%
G 65 of 200 ~ 32.5%
B 59 of 200 ~ 29.5'%

%38
%32.5
%29.5

CMYK color model

#4C413B color CMYK value is (0,14,22,70).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK: (0,14,22,70) C0M14Y22K70 (0%,14%,22%,70%) (0.00/0.14/0.22/0.70) 

CMYK percentages

%0
%14.47
%22.37
%70.2

Codes

Color #4C413B in popluar color models

4C 41 3B
RGB 76 65 59
HSL 21° 12.59% 26.47%
HSB/HSV 21° 22.37% 29.80%
CMYK 0.00% 14.47% 22.37%
70.20%

Color #4C413B in popluar number systems.

HEX 4C 41 3B
Decimal 76 65 59
Binary 1001100 1000001 111011
Octal 114 101 73

Shades and tints

Shades of #4C413B

#4C413B
(76,65,59)
#463C36
(70,60,54)
#403731
(64,55,49)
#3A322C
(58,50,44)
#342D27
(52,45,39)
#2E2822
(46,40,34)
#28231D
(40,35,29)
#221E18
(34,30,24)
#1C1913
(28,25,19)
#16140E
(22,20,14)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C413B

#4C413B
(76,65,59)
#5C524C
(92,82,76)
#6C635D
(108,99,93)
#7C746E
(124,116,110)
#8C857F
(140,133,127)
#9C9690
(156,150,144)
#ACA7A1
(172,167,161)
#BCB8B2
(188,184,178)
#CCC9C3
(204,201,195)
#DCDAD4
(220,218,212)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C413B; }

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

This text font color is #4C413B.

Background Color

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

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

This div background color is #4C413B.

Border color

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

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

This div border color is #4C413B.

Opacity

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

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

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

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

This text has shadow with #4C413B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C413B.

Preview

Color preview on black background

This text has color #4C413B on black background.


Color preview on white background

This text has color #4C413B on white background.


Black color preview on #4C413B background

This text has black color on #4C413B background.


White color preview on #4C413B background

This text has white color on #4C413B background.


Related colors

Complementary color

Complementary color for #hex is #B3BEC4.


I love getcolorcode.com

Triadic colors

1 #3B4C41 and #413B4C with #4C413B are triadic colors.

2 #3B414C and #414C3B with #4C413B are triadic colors.