COLOR #4C401B

HEX: #4C401B RGB: (76,64,27)

Color info

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

RGB color model

#4C401B color RGB value is (76,64,27).

RGB: (76,64,27) (30%, 25%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 27 of 255 = 11%

76
64
27

R + G + B ~ 22%. #4C401B is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 64 + 27 = 167 (100%)
R 76 of 167 ~ 45.51%
G 64 of 167 ~ 38.32%
B 27 of 167 ~ 16.17'%

%45.51
%38.32
%16.17

CMYK color model

#4C401B color CMYK value is (0,16,64,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 64.47%
  • key color value is 70.20%

CMYK: (0,16,64,70)
C0M16Y64K70 (0%, 16%, 64%, 70%)
(0.00 / 0.16 / 0.64 / 0.70)

CMYK percentages

%0
%15.79
%64.47
%70.2

Codes

Color #4C401B in popluar color models

4C 40 1B
RGB 76 64 27
HSL 45° 47.57% 20.20%
HSB/HSV 45° 64.47% 29.80%
CMYK 0.00% 15.79% 64.47%
70.20%

Color #4C401B in popluar number systems.

HEX 4C 40 1B
Decimal 76 64 27
Binary 1001100 1000000 11011
Octal 114 100 33

Shades and tints

Shades of #4C401B

#4C401B
(76,64,27)
#463B19
(70,59,25)
#403617
(64,54,23)
#3A3115
(58,49,21)
#342C13
(52,44,19)
#2E2711
(46,39,17)
#28220F
(40,34,15)
#221D0D
(34,29,13)
#1C180B
(28,24,11)
#161309
(22,19,9)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #4C401B

#4C401B
(76,64,27)
#5C512F
(92,81,47)
#6C6243
(108,98,67)
#7C7357
(124,115,87)
#8C846B
(140,132,107)
#9C957F
(156,149,127)
#ACA693
(172,166,147)
#BCB7A7
(188,183,167)
#CCC8BB
(204,200,187)
#DCD9CF
(220,217,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C401B; }

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

This text font color is #4C401B.

Background Color

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

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

This div background color is #4C401B.

Border color

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

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

This div border color is #4C401B.

Opacity

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

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

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

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

This text has shadow with #4C401B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C401B.

Preview

Color preview on black background

This text has color #4C401B on black background.


Color preview on white background

This text has color #4C401B on white background.


Black color preview on #4C401B background

This text has black color on #4C401B background.


White color preview on #4C401B background

This text has white color on #4C401B background.


Related colors

Complementary color

Complementary color for #hex is #B3BFE4.


I love getcolorcode.com

Triadic colors

1 #1B4C40 and #401B4C with #4C401B are triadic colors.

2 #1B404C and #404C1B with #4C401B are triadic colors.