COLOR #4C3A3D

HEX: #4C3A3D RGB: (76,58,61)

Color info

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

RGB color model

#4C3A3D color RGB value is (76,58,61).

RGB: (76,58,61) (30%, 23%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 61 of 255 = 24%

76
58
61

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

Portions of RGB colors in percentages

R + G + B = 76 + 58 + 61 = 195 (100%)
R 76 of 195 ~ 38.97%
G 58 of 195 ~ 29.74%
B 61 of 195 ~ 31.28'%

%38.97
%29.74
%31.28

CMYK color model

#4C3A3D color CMYK value is (0,24,20,70).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 19.74%
  • key color value is 70.20%
CMYK: (0,24,20,70) C0M24Y20K70 (0%,24%,20%,70%) (0.00/0.24/0.20/0.70) 

CMYK percentages

%0
%23.68
%19.74
%70.2

Codes

Color #4C3A3D in popluar color models

4C 3A 3D
RGB 76 58 61
HSL 350° 13.43% 26.27%
HSB/HSV 350° 23.68% 29.80%
CMYK 0.00% 23.68% 19.74%
70.20%

Color #4C3A3D in popluar number systems.

HEX 4C 3A 3D
Decimal 76 58 61
Binary 1001100 111010 111101
Octal 114 72 75

Shades and tints

Shades of #4C3A3D

#4C3A3D
(76,58,61)
#463538
(70,53,56)
#403033
(64,48,51)
#3A2B2E
(58,43,46)
#342629
(52,38,41)
#2E2124
(46,33,36)
#281C1F
(40,28,31)
#22171A
(34,23,26)
#1C1215
(28,18,21)
#160D10
(22,13,16)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #4C3A3D

#4C3A3D
(76,58,61)
#5C4B4E
(92,75,78)
#6C5C5F
(108,92,95)
#7C6D70
(124,109,112)
#8C7E81
(140,126,129)
#9C8F92
(156,143,146)
#ACA0A3
(172,160,163)
#BCB1B4
(188,177,180)
#CCC2C5
(204,194,197)
#DCD3D6
(220,211,214)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3A3D; }

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

This text font color is #4C3A3D.

Background Color

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

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

This div background color is #4C3A3D.

Border color

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

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

This div border color is #4C3A3D.

Opacity

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

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

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

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

This text has shadow with #4C3A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3A3D.

Preview

Color preview on black background

This text has color #4C3A3D on black background.


Color preview on white background

This text has color #4C3A3D on white background.


Black color preview on #4C3A3D background

This text has black color on #4C3A3D background.


White color preview on #4C3A3D background

This text has white color on #4C3A3D background.


Related colors

Complementary color

Complementary color for #hex is #B3C5C2.


I love getcolorcode.com

Triadic colors

1 #3D4C3A and #3A3D4C with #4C3A3D are triadic colors.

2 #3D3A4C and #3A4C3D with #4C3A3D are triadic colors.