COLOR #4C3E1B

HEX: #4C3E1B RGB: (76,62,27)

Color info

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

RGB color model

#4C3E1B color RGB value is (76,62,27).

RGB: (76,62,27) (30%, 24%, 11%)

RGB channels and saturation

R 76 of 255 = 30%
G 62 of 255 = 24%
B 27 of 255 = 11%

76
62
27

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

Portions of RGB colors in percentages

R + G + B = 76 + 62 + 27 = 165 (100%)
R 76 of 165 ~ 46.06%
G 62 of 165 ~ 37.58%
B 27 of 165 ~ 16.36'%

%46.06
%37.58
%16.36

CMYK color model

#4C3E1B color CMYK value is (0,18,64,70).

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

CMYK: (0,18,64,70)
C0M18Y64K70 (0%, 18%, 64%, 70%)
(0.00 / 0.18 / 0.64 / 0.70)

CMYK percentages

%0
%18.42
%64.47
%70.2

Codes

Color #4C3E1B in popluar color models

4C 3E 1B
RGB 76 62 27
HSL 43° 47.57% 20.20%
HSB/HSV 43° 64.47% 29.80%
CMYK 0.00% 18.42% 64.47%
70.20%

Color #4C3E1B in popluar number systems.

HEX 4C 3E 1B
Decimal 76 62 27
Binary 1001100 111110 11011
Octal 114 76 33

Shades and tints

Shades of #4C3E1B

#4C3E1B
(76,62,27)
#463919
(70,57,25)
#403417
(64,52,23)
#3A2F15
(58,47,21)
#342A13
(52,42,19)
#2E2511
(46,37,17)
#28200F
(40,32,15)
#221B0D
(34,27,13)
#1C160B
(28,22,11)
#161109
(22,17,9)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C3E1B

#4C3E1B
(76,62,27)
#5C4F2F
(92,79,47)
#6C6043
(108,96,67)
#7C7157
(124,113,87)
#8C826B
(140,130,107)
#9C937F
(156,147,127)
#ACA493
(172,164,147)
#BCB5A7
(188,181,167)
#CCC6BB
(204,198,187)
#DCD7CF
(220,215,207)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3E1B; }

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

This text font color is #4C3E1B.

Background Color

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

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

This div background color is #4C3E1B.

Border color

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

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

This div border color is #4C3E1B.

Opacity

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

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

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

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

This text has shadow with #4C3E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3E1B.

Preview

Color preview on black background

This text has color #4C3E1B on black background.


Color preview on white background

This text has color #4C3E1B on white background.


Black color preview on #4C3E1B background

This text has black color on #4C3E1B background.


White color preview on #4C3E1B background

This text has white color on #4C3E1B background.


Related colors

Complementary color

Complementary color for #hex is #B3C1E4.


I love getcolorcode.com

Triadic colors

1 #1B4C3E and #3E1B4C with #4C3E1B are triadic colors.

2 #1B3E4C and #3E4C1B with #4C3E1B are triadic colors.