COLOR #4C291B

HEX: #4C291B RGB: (76,41,27)

Color info

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

RGB color model

#4C291B color RGB value is (76,41,27).

RGB: (76,41,27) (30%, 16%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 27 of 255 = 11%

76
41
27

R + G + B ~ 19%. #4C291B is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 41 + 27 = 144 (100%)
R 76 of 144 ~ 52.78%
G 41 of 144 ~ 28.47%
B 27 of 144 ~ 18.75'%

%52.78
%28.47
%18.75

CMYK color model

#4C291B color CMYK value is (0,46,64,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 64.47%
  • key color value is 70.20%
CMYK: (0,46,64,70) C0M46Y64K70 (0%,46%,64%,70%) (0.00/0.46/0.64/0.70) 

CMYK percentages

%0
%46.05
%64.47
%70.2

Codes

Color #4C291B in popluar color models

4C 29 1B
RGB 76 41 27
HSL 17° 47.57% 20.20%
HSB/HSV 17° 64.47% 29.80%
CMYK 0.00% 46.05% 64.47%
70.20%

Color #4C291B in popluar number systems.

HEX 4C 29 1B
Decimal 76 41 27
Binary 1001100 101001 11011
Octal 114 51 33

Shades and tints

Shades of #4C291B

#4C291B
(76,41,27)
#462619
(70,38,25)
#402317
(64,35,23)
#3A2015
(58,32,21)
#341D13
(52,29,19)
#2E1A11
(46,26,17)
#28170F
(40,23,15)
#22140D
(34,20,13)
#1C110B
(28,17,11)
#160E09
(22,14,9)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C291B

#4C291B
(76,41,27)
#5C3C2F
(92,60,47)
#6C4F43
(108,79,67)
#7C6257
(124,98,87)
#8C756B
(140,117,107)
#9C887F
(156,136,127)
#AC9B93
(172,155,147)
#BCAEA7
(188,174,167)
#CCC1BB
(204,193,187)
#DCD4CF
(220,212,207)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C291B color. Also use rgb(76,41,27) instead hex code.

Text Font Color

.myTextColor { color: #4C291B; }

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

This text font color is #4C291B.

Background Color

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

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

This div background color is #4C291B.

Border color

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

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

This div border color is #4C291B.

Opacity

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

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

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

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

This text has shadow with #4C291B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C291B.

Preview

Color preview on black background

This text has color #4C291B on black background.


Color preview on white background

This text has color #4C291B on white background.


Black color preview on #4C291B background

This text has black color on #4C291B background.


White color preview on #4C291B background

This text has white color on #4C291B background.


Related colors

Complementary color

Complementary color for #hex is #B3D6E4.


I love getcolorcode.com

Triadic colors

1 #1B4C29 and #291B4C with #4C291B are triadic colors.

2 #1B294C and #294C1B with #4C291B are triadic colors.