COLOR #4C2B17

HEX: #4C2B17
RGB: (76,43,23)

Color info

#4C2B17 contains red, green and blue colors in about the same proportion. Web safe color of #4C2B17 is #333300 (or #330).

RGB color model

#4C2B17 color RGB value is (76,43,23).

  • red value is 76;
  • green value is 43;
  • blue value is 23.
RGB:
(76,43,23)
(30%,17%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 43 of 255 = 17%
B 23 of 255 = 9%

76
43
23

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

Portions of RGB colors in percentages

R + G + B =
76 + 43 + 23 = 142 (100%)
R 76 of 142 ~ 53.52%
G 43 of 142 ~ 30.28%
B 23 of 142 ~ 16.2%

%53.52
%30.28
%16.2

CMYK color model

#4C2B17 color CMYK value is (0,43,70,70).

  • cyan value is 0.00%
  • magenta value is 43.42%
  • yellow value is 69.74%
  • key color value is 70.20%
CMYK:
(0,43,70,70)
C0M43Y70K70 
(0%,43%,70%,70%)
(0.00/0.43/0.70/0.70)	

CMYK percentages

%0
%43.42
%69.74
%70.2

Codes

Color #4C2B17 in popluar color models

4C2B17
RGB764323
HSL23°53.54%19.41%
HSB/HSV23°69.74%29.80%
CMYK0.00%43.42%69.74%
70.20%

Color #4C2B17 in popluar number systems.

HEX4C2B17
Decimal764323
Binary100110010101110111
Octal1145327

Shades and tints

Shades of #4C2B17

#4C2B17
(76,43,23)
#462815
(70,40,21)
#402513
(64,37,19)
#3A2211
(58,34,17)
#341F0F
(52,31,15)
#2E1C0D
(46,28,13)
#28190B
(40,25,11)
#221609
(34,22,9)
#1C1307
(28,19,7)
#161005
(22,16,5)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C2B17

#4C2B17
(76,43,23)
#5C3E2C
(92,62,44)
#6C5141
(108,81,65)
#7C6456
(124,100,86)
#8C776B
(140,119,107)
#9C8A80
(156,138,128)
#AC9D95
(172,157,149)
#BCB0AA
(188,176,170)
#CCC3BF
(204,195,191)
#DCD6D4
(220,214,212)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2B17 color. Also use rgb(76,43,23) instead hex code.

Text Font Color

.myTextColor { color: #4C2B17; }

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

This text font color is #4C2B17.


Background Color

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

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

This div background color is #4C2B17.


Border color

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

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

This div border color is #4C2B17.


Opacity

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

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

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

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

This text has shadow with #4C2B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2B17 on black background.


Color preview on white background

This text has color #4C2B17 on white background.



Black color preview on #4C2B17 background

This text has black color on #4C2B17 background.


White color preview on #4C2B17 background

This text has white color on #4C2B17 background.