COLOR #4C4D10

HEX: #4C4D10
RGB: (76,77,16)

Color info

#4C4D10 contains mainly red and green colors. Web safe color of #4C4D10 is #333300 (or #330).

RGB color model

#4C4D10 color RGB value is (76,77,16).

  • red value is 76;
  • green value is 77;
  • blue value is 16.
RGB:
(76,77,16)
(30%,30%,6%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 16 of 255 = 6%

76
77
16

R + G + B ~ 22%. #4C4D10 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 16 = 169 (100%)
R 76 of 169 ~ 44.97%
G 77 of 169 ~ 45.56%
B 16 of 169 ~ 9.47%

%44.97
%45.56

CMYK color model

#4C4D10 color CMYK value is (1,0,79,70).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(1,0,79,70)
C1M0Y79K70 
(1%,0%,79%,70%)
(0.01/0.00/0.79/0.70)	

CMYK percentages

%1.3
%0
%79.22
%69.8

Codes

Color #4C4D10 in popluar color models

4C4D10
RGB767716
HSL61°65.59%18.24%
HSB/HSV61°79.22%30.20%
CMYK1.30%0.00%79.22%
69.80%

Color #4C4D10 in popluar number systems.

HEX4C4D10
Decimal767716
Binary1001100100110110000
Octal11411520

Shades and tints

Shades of #4C4D10

#4C4D10
(76,77,16)
#46460F
(70,70,15)
#403F0E
(64,63,14)
#3A380D
(58,56,13)
#34310C
(52,49,12)
#2E2A0B
(46,42,11)
#28230A
(40,35,10)
#221C09
(34,28,9)
#1C1508
(28,21,8)
#160E07
(22,14,7)
#100706
(16,7,6)
#000000
(0,0,0)

Tints of #4C4D10

#4C4D10
(76,77,16)
#5C5D25
(92,93,37)
#6C6D3A
(108,109,58)
#7C7D4F
(124,125,79)
#8C8D64
(140,141,100)
#9C9D79
(156,157,121)
#ACAD8E
(172,173,142)
#BCBDA3
(188,189,163)
#CCCDB8
(204,205,184)
#DCDDCD
(220,221,205)
#ECEDE2
(236,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D10 color. Also use rgb(76,77,16) instead hex code.

Text Font Color

.myTextColor { color: #4C4D10; }

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

This text font color is #4C4D10.


Background Color

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

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

This div background color is #4C4D10.


Border color

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

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

This div border color is #4C4D10.


Opacity

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

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

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

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

This text has shadow with #4C4D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D10 on black background.


Color preview on white background

This text has color #4C4D10 on white background.



Black color preview on #4C4D10 background

This text has black color on #4C4D10 background.


White color preview on #4C4D10 background

This text has white color on #4C4D10 background.