COLOR #4C501D

HEX: #4C501D
RGB: (76,80,29)

Color info

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

RGB color model

#4C501D color RGB value is (76,80,29).

  • red value is 76;
  • green value is 80;
  • blue value is 29.
RGB:
(76,80,29)
(30%,31%,11%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 29 of 255 = 11%

76
80
29

R + G + B ~ 24%. #4C501D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 29 = 185 (100%)
R 76 of 185 ~ 41.08%
G 80 of 185 ~ 43.24%
B 29 of 185 ~ 15.68%

%41.08
%43.24
%15.68

CMYK color model

#4C501D color CMYK value is (5,0,64,69).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(5,0,64,69)
C5M0Y64K69 
(5%,0%,64%,69%)
(0.05/0.00/0.64/0.69)	

CMYK percentages

%5
%0
%63.75
%68.63

Codes

Color #4C501D in popluar color models

4C501D
RGB768029
HSL65°46.79%21.37%
HSB/HSV65°63.75%31.37%
CMYK5.00%0.00%63.75%
68.63%

Color #4C501D in popluar number systems.

HEX4C501D
Decimal768029
Binary1001100101000011101
Octal11412035

Shades and tints

Shades of #4C501D

#4C501D
(76,80,29)
#46491B
(70,73,27)
#404219
(64,66,25)
#3A3B17
(58,59,23)
#343415
(52,52,21)
#2E2D13
(46,45,19)
#282611
(40,38,17)
#221F0F
(34,31,15)
#1C180D
(28,24,13)
#16110B
(22,17,11)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C501D

#4C501D
(76,80,29)
#5C5F31
(92,95,49)
#6C6E45
(108,110,69)
#7C7D59
(124,125,89)
#8C8C6D
(140,140,109)
#9C9B81
(156,155,129)
#ACAA95
(172,170,149)
#BCB9A9
(188,185,169)
#CCC8BD
(204,200,189)
#DCD7D1
(220,215,209)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C501D color. Also use rgb(76,80,29) instead hex code.

Text Font Color

.myTextColor { color: #4C501D; }

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

This text font color is #4C501D.


Background Color

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

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

This div background color is #4C501D.


Border color

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

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

This div border color is #4C501D.


Opacity

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

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

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

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

This text has shadow with #4C501D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C501D on black background.


Color preview on white background

This text has color #4C501D on white background.



Black color preview on #4C501D background

This text has black color on #4C501D background.


White color preview on #4C501D background

This text has white color on #4C501D background.