COLOR #4C3F3A

HEX: #4C3F3A
RGB: (76,63,58)

Color info

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

RGB color model

#4C3F3A color RGB value is (76,63,58).

  • red value is 76;
  • green value is 63;
  • blue value is 58.
RGB:
(76,63,58)
(30%,25%,23%)

RGB channels and saturation

R 76 of 255 = 30%
G 63 of 255 = 25%
B 58 of 255 = 23%

76
63
58

R + G + B ~ 26%. #4C3F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 63 + 58 = 197 (100%)
R 76 of 197 ~ 38.58%
G 63 of 197 ~ 31.98%
B 58 of 197 ~ 29.44%

%38.58
%31.98
%29.44

CMYK color model

#4C3F3A color CMYK value is (0,17,24,70).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 23.68%
  • key color value is 70.20%
CMYK:
(0,17,24,70)
C0M17Y24K70 
(0%,17%,24%,70%)
(0.00/0.17/0.24/0.70)	

CMYK percentages

%0
%17.11
%23.68
%70.2

Codes

Color #4C3F3A in popluar color models

4C3F3A
RGB766358
HSL17°13.43%26.27%
HSB/HSV17°23.68%29.80%
CMYK0.00%17.11%23.68%
70.20%

Color #4C3F3A in popluar number systems.

HEX4C3F3A
Decimal766358
Binary1001100111111111010
Octal1147772

Shades and tints

Shades of #4C3F3A

#4C3F3A
(76,63,58)
#463A35
(70,58,53)
#403530
(64,53,48)
#3A302B
(58,48,43)
#342B26
(52,43,38)
#2E2621
(46,38,33)
#28211C
(40,33,28)
#221C17
(34,28,23)
#1C1712
(28,23,18)
#16120D
(22,18,13)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C3F3A

#4C3F3A
(76,63,58)
#5C504B
(92,80,75)
#6C615C
(108,97,92)
#7C726D
(124,114,109)
#8C837E
(140,131,126)
#9C948F
(156,148,143)
#ACA5A0
(172,165,160)
#BCB6B1
(188,182,177)
#CCC7C2
(204,199,194)
#DCD8D3
(220,216,211)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3F3A color. Also use rgb(76,63,58) instead hex code.

Text Font Color

.myTextColor { color: #4C3F3A; }

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

This text font color is #4C3F3A.


Background Color

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

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

This div background color is #4C3F3A.


Border color

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

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

This div border color is #4C3F3A.


Opacity

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

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

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

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

This text has shadow with #4C3F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3F3A on black background.


Color preview on white background

This text has color #4C3F3A on white background.



Black color preview on #4C3F3A background

This text has black color on #4C3F3A background.


White color preview on #4C3F3A background

This text has white color on #4C3F3A background.