COLOR #4C4537

HEX: #4C4537
RGB: (76,69,55)

Color info

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

RGB color model

#4C4537 color RGB value is (76,69,55).

  • red value is 76;
  • green value is 69;
  • blue value is 55.
RGB:
(76,69,55)
(30%,27%,22%)

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 55 of 255 = 22%

76
69
55

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

Portions of RGB colors in percentages

R + G + B =
76 + 69 + 55 = 200 (100%)
R 76 of 200 ~ 38%
G 69 of 200 ~ 34.5%
B 55 of 200 ~ 27.5%

%38
%34.5
%27.5

CMYK color model

#4C4537 color CMYK value is (0,9,28,70).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 27.63%
  • key color value is 70.20%
CMYK:
(0,9,28,70)
C0M9Y28K70 
(0%,9%,28%,70%)
(0.00/0.09/0.28/0.70)	

CMYK percentages

%0
%9.21
%27.63
%70.2

Codes

Color #4C4537 in popluar color models

4C4537
RGB766955
HSL40°16.03%25.69%
HSB/HSV40°27.63%29.80%
CMYK0.00%9.21%27.63%
70.20%

Color #4C4537 in popluar number systems.

HEX4C4537
Decimal766955
Binary10011001000101110111
Octal11410567

Shades and tints

Shades of #4C4537

#4C4537
(76,69,55)
#463F32
(70,63,50)
#40392D
(64,57,45)
#3A3328
(58,51,40)
#342D23
(52,45,35)
#2E271E
(46,39,30)
#282119
(40,33,25)
#221B14
(34,27,20)
#1C150F
(28,21,15)
#160F0A
(22,15,10)
#100905
(16,9,5)
#000000
(0,0,0)

Tints of #4C4537

#4C4537
(76,69,55)
#5C5549
(92,85,73)
#6C655B
(108,101,91)
#7C756D
(124,117,109)
#8C857F
(140,133,127)
#9C9591
(156,149,145)
#ACA5A3
(172,165,163)
#BCB5B5
(188,181,181)
#CCC5C7
(204,197,199)
#DCD5D9
(220,213,217)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4537 color. Also use rgb(76,69,55) instead hex code.

Text Font Color

.myTextColor { color: #4C4537; }

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

This text font color is #4C4537.


Background Color

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

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

This div background color is #4C4537.


Border color

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

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

This div border color is #4C4537.


Opacity

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

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

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

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

This text has shadow with #4C4537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4537 on black background.


Color preview on white background

This text has color #4C4537 on white background.



Black color preview on #4C4537 background

This text has black color on #4C4537 background.


White color preview on #4C4537 background

This text has white color on #4C4537 background.