COLOR #4C2E3D

HEX: #4C2E3D RGB: (76,46,61)

Color info

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

RGB color model

#4C2E3D color RGB value is (76,46,61).

RGB: (76,46,61) (30%, 18%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 46 of 255 = 18%
B 61 of 255 = 24%

76
46
61

R + G + B ~ 24%. #4C2E3D is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 46 + 61 = 183 (100%)
R 76 of 183 ~ 41.53%
G 46 of 183 ~ 25.14%
B 61 of 183 ~ 33.33'%

%41.53
%25.14
%33.33

CMYK color model

#4C2E3D color CMYK value is (0,39,20,70).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 19.74%
  • key color value is 70.20%

CMYK: (0,39,20,70)
C0M39Y20K70 (0%, 39%, 20%, 70%)
(0.00 / 0.39 / 0.20 / 0.70)

CMYK percentages

%0
%39.47
%19.74
%70.2

Codes

Color #4C2E3D in popluar color models

4C 2E 3D
RGB 76 46 61
HSL 330° 24.59% 23.92%
HSB/HSV 330° 39.47% 29.80%
CMYK 0.00% 39.47% 19.74%
70.20%

Color #4C2E3D in popluar number systems.

HEX 4C 2E 3D
Decimal 76 46 61
Binary 1001100 101110 111101
Octal 114 56 75

Shades and tints

Shades of #4C2E3D

#4C2E3D
(76,46,61)
#462A38
(70,42,56)
#402633
(64,38,51)
#3A222E
(58,34,46)
#341E29
(52,30,41)
#2E1A24
(46,26,36)
#28161F
(40,22,31)
#22121A
(34,18,26)
#1C0E15
(28,14,21)
#160A10
(22,10,16)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C2E3D

#4C2E3D
(76,46,61)
#5C414E
(92,65,78)
#6C545F
(108,84,95)
#7C6770
(124,103,112)
#8C7A81
(140,122,129)
#9C8D92
(156,141,146)
#ACA0A3
(172,160,163)
#BCB3B4
(188,179,180)
#CCC6C5
(204,198,197)
#DCD9D6
(220,217,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2E3D; }

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

This text font color is #4C2E3D.

Background Color

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

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

This div background color is #4C2E3D.

Border color

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

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

This div border color is #4C2E3D.

Opacity

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

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

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

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

This text has shadow with #4C2E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2E3D.

Preview

Color preview on black background

This text has color #4C2E3D on black background.


Color preview on white background

This text has color #4C2E3D on white background.


Black color preview on #4C2E3D background

This text has black color on #4C2E3D background.


White color preview on #4C2E3D background

This text has white color on #4C2E3D background.


Related colors

Complementary color

Complementary color for #hex is #B3D1C2.


I love getcolorcode.com

Triadic colors

1 #3D4C2E and #2E3D4C with #4C2E3D are triadic colors.

2 #3D2E4C and #2E4C3D with #4C2E3D are triadic colors.