COLOR #4C392A

HEX: #4C392A
RGB: (76,57,42)

Color info

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

RGB color model

#4C392A color RGB value is (76,57,42).

  • red value is 76;
  • green value is 57;
  • blue value is 42.
RGB:
(76,57,42)
(30%,22%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 42 of 255 = 16%

76
57
42

R + G + B ~ 23%. #4C392A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 42 = 175 (100%)
R 76 of 175 ~ 43.43%
G 57 of 175 ~ 32.57%
B 42 of 175 ~ 24%

%43.43
%32.57
%24

CMYK color model

#4C392A color CMYK value is (0,25,45,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(0,25,45,70)
C0M25Y45K70 
(0%,25%,45%,70%)
(0.00/0.25/0.45/0.70)	

CMYK percentages

%0
%25
%44.74
%70.2

Codes

Color #4C392A in popluar color models

4C392A
RGB765742
HSL26°28.81%23.14%
HSB/HSV26°44.74%29.80%
CMYK0.00%25.00%44.74%
70.20%

Color #4C392A in popluar number systems.

HEX4C392A
Decimal765742
Binary1001100111001101010
Octal1147152

Shades and tints

Shades of #4C392A

#4C392A
(76,57,42)
#463427
(70,52,39)
#402F24
(64,47,36)
#3A2A21
(58,42,33)
#34251E
(52,37,30)
#2E201B
(46,32,27)
#281B18
(40,27,24)
#221615
(34,22,21)
#1C1112
(28,17,18)
#160C0F
(22,12,15)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #4C392A

#4C392A
(76,57,42)
#5C4B3D
(92,75,61)
#6C5D50
(108,93,80)
#7C6F63
(124,111,99)
#8C8176
(140,129,118)
#9C9389
(156,147,137)
#ACA59C
(172,165,156)
#BCB7AF
(188,183,175)
#CCC9C2
(204,201,194)
#DCDBD5
(220,219,213)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C392A color. Also use rgb(76,57,42) instead hex code.

Text Font Color

.myTextColor { color: #4C392A; }

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

This text font color is #4C392A.


Background Color

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

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

This div background color is #4C392A.


Border color

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

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

This div border color is #4C392A.


Opacity

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

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

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

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

This text has shadow with #4C392A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C392A on black background.


Color preview on white background

This text has color #4C392A on white background.



Black color preview on #4C392A background

This text has black color on #4C392A background.


White color preview on #4C392A background

This text has white color on #4C392A background.