COLOR #4C5C2D

HEX: #4C5C2D
RGB: (76,92,45)

Color info

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

RGB color model

#4C5C2D color RGB value is (76,92,45).

  • red value is 76;
  • green value is 92;
  • blue value is 45.
RGB:
(76,92,45)
(30%,36%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 92 of 255 = 36%
B 45 of 255 = 18%

76
92
45

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

Portions of RGB colors in percentages

R + G + B =
76 + 92 + 45 = 213 (100%)
R 76 of 213 ~ 35.68%
G 92 of 213 ~ 43.19%
B 45 of 213 ~ 21.13%

%35.68
%43.19
%21.13

CMYK color model

#4C5C2D color CMYK value is (17,0,51,64).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 51.09%
  • key color value is 63.92%
CMYK:
(17,0,51,64)
C17M0Y51K64 
(17%,0%,51%,64%)
(0.17/0.00/0.51/0.64)	

CMYK percentages

%17.39
%0
%51.09
%63.92

Codes

Color #4C5C2D in popluar color models

4C5C2D
RGB769245
HSL80°34.31%26.86%
HSB/HSV80°51.09%36.08%
CMYK17.39%0.00%51.09%
63.92%

Color #4C5C2D in popluar number systems.

HEX4C5C2D
Decimal769245
Binary10011001011100101101
Octal11413455

Shades and tints

Shades of #4C5C2D

#4C5C2D
(76,92,45)
#465429
(70,84,41)
#404C25
(64,76,37)
#3A4421
(58,68,33)
#343C1D
(52,60,29)
#2E3419
(46,52,25)
#282C15
(40,44,21)
#222411
(34,36,17)
#1C1C0D
(28,28,13)
#161409
(22,20,9)
#100C05
(16,12,5)
#000000
(0,0,0)

Tints of #4C5C2D

#4C5C2D
(76,92,45)
#5C6A40
(92,106,64)
#6C7853
(108,120,83)
#7C8666
(124,134,102)
#8C9479
(140,148,121)
#9CA28C
(156,162,140)
#ACB09F
(172,176,159)
#BCBEB2
(188,190,178)
#CCCCC5
(204,204,197)
#DCDAD8
(220,218,216)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5C2D color. Also use rgb(76,92,45) instead hex code.

Text Font Color

.myTextColor { color: #4C5C2D; }

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

This text font color is #4C5C2D.


Background Color

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

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

This div background color is #4C5C2D.


Border color

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

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

This div border color is #4C5C2D.


Opacity

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

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

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

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

This text has shadow with #4C5C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5C2D on black background.


Color preview on white background

This text has color #4C5C2D on white background.



Black color preview on #4C5C2D background

This text has black color on #4C5C2D background.


White color preview on #4C5C2D background

This text has white color on #4C5C2D background.