COLOR #4C5337

HEX: #4C5337
RGB: (76,83,55)

Color info

#4C5337 contains red, green and blue colors in about the same proportion. Web safe color of #4C5337 is #336633 (or #363).

RGB color model

#4C5337 color RGB value is (76,83,55).

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

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 55 of 255 = 22%

76
83
55

R + G + B ~ 28%. #4C5337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 55 = 214 (100%)
R 76 of 214 ~ 35.51%
G 83 of 214 ~ 38.79%
B 55 of 214 ~ 25.7%

%35.51
%38.79
%25.7

CMYK color model

#4C5337 color CMYK value is (8,0,34,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 67.45%
CMYK:
(8,0,34,67)
C8M0Y34K67 
(8%,0%,34%,67%)
(0.08/0.00/0.34/0.67)	

CMYK percentages

%8.43
%0
%33.73
%67.45

Codes

Color #4C5337 in popluar color models

4C5337
RGB768355
HSL75°20.29%27.06%
HSB/HSV75°33.73%32.55%
CMYK8.43%0.00%33.73%
67.45%

Color #4C5337 in popluar number systems.

HEX4C5337
Decimal768355
Binary10011001010011110111
Octal11412367

Shades and tints

Shades of #4C5337

#4C5337
(76,83,55)
#464C32
(70,76,50)
#40452D
(64,69,45)
#3A3E28
(58,62,40)
#343723
(52,55,35)
#2E301E
(46,48,30)
#282919
(40,41,25)
#222214
(34,34,20)
#1C1B0F
(28,27,15)
#16140A
(22,20,10)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #4C5337

#4C5337
(76,83,55)
#5C6249
(92,98,73)
#6C715B
(108,113,91)
#7C806D
(124,128,109)
#8C8F7F
(140,143,127)
#9C9E91
(156,158,145)
#ACADA3
(172,173,163)
#BCBCB5
(188,188,181)
#CCCBC7
(204,203,199)
#DCDAD9
(220,218,217)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5337; }

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

This text font color is #4C5337.


Background Color

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

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

This div background color is #4C5337.


Border color

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

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

This div border color is #4C5337.


Opacity

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

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

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

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

This text has shadow with #4C5337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5337 on black background.


Color preview on white background

This text has color #4C5337 on white background.



Black color preview on #4C5337 background

This text has black color on #4C5337 background.


White color preview on #4C5337 background

This text has white color on #4C5337 background.