COLOR #4C342B

HEX: #4C342B
RGB: (76,52,43)

Color info

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

RGB color model

#4C342B color RGB value is (76,52,43).

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

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 43 of 255 = 17%

76
52
43

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

Portions of RGB colors in percentages

R + G + B =
76 + 52 + 43 = 171 (100%)
R 76 of 171 ~ 44.44%
G 52 of 171 ~ 30.41%
B 43 of 171 ~ 25.15%

%44.44
%30.41
%25.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 43.42%
  • key color value is 70.20%
CMYK:
(0,32,43,70)
C0M32Y43K70 
(0%,32%,43%,70%)
(0.00/0.32/0.43/0.70)	

CMYK percentages

%0
%31.58
%43.42
%70.2

Codes

Color #4C342B in popluar color models

4C342B
RGB765243
HSL16°27.73%23.33%
HSB/HSV16°43.42%29.80%
CMYK0.00%31.58%43.42%
70.20%

Color #4C342B in popluar number systems.

HEX4C342B
Decimal765243
Binary1001100110100101011
Octal1146453

Shades and tints

Shades of #4C342B

#4C342B
(76,52,43)
#463028
(70,48,40)
#402C25
(64,44,37)
#3A2822
(58,40,34)
#34241F
(52,36,31)
#2E201C
(46,32,28)
#281C19
(40,28,25)
#221816
(34,24,22)
#1C1413
(28,20,19)
#161010
(22,16,16)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C342B

#4C342B
(76,52,43)
#5C463E
(92,70,62)
#6C5851
(108,88,81)
#7C6A64
(124,106,100)
#8C7C77
(140,124,119)
#9C8E8A
(156,142,138)
#ACA09D
(172,160,157)
#BCB2B0
(188,178,176)
#CCC4C3
(204,196,195)
#DCD6D6
(220,214,214)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C342B; }

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

This text font color is #4C342B.


Background Color

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

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

This div background color is #4C342B.


Border color

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

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

This div border color is #4C342B.


Opacity

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

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

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

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

This text has shadow with #4C342B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C342B on black background.


Color preview on white background

This text has color #4C342B on white background.



Black color preview on #4C342B background

This text has black color on #4C342B background.


White color preview on #4C342B background

This text has white color on #4C342B background.