COLOR #4D5102

HEX: #4D5102
RGB: (77,81,2)

Color info

#4D5102 contains mainly red and green colors. Web safe color of #4D5102 is #336600 (or #360).

RGB color model

#4D5102 color RGB value is (77,81,2).

  • red value is 77;
  • green value is 81;
  • blue value is 2.
RGB:
(77,81,2)
(30%,32%,1%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 2 of 255 = 1%

77
81
2

R + G + B ~ 21%. #4D5102 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 2 = 160 (100%)
R 77 of 160 ~ 48.13%
G 81 of 160 ~ 50.63%
B 2 of 160 ~ 1.25%

%48.13
%50.63

CMYK color model

#4D5102 color CMYK value is (5,0,98,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 97.53%
  • key color value is 68.24%
CMYK:
(5,0,98,68)
C5M0Y98K68 
(5%,0%,98%,68%)
(0.05/0.00/0.98/0.68)	

CMYK percentages

%4.94
%0
%97.53
%68.24

Codes

Color #4D5102 in popluar color models

4D5102
RGB77812
HSL63°95.18%16.27%
HSB/HSV63°97.53%31.76%
CMYK4.94%0.00%97.53%
68.24%

Color #4D5102 in popluar number systems.

HEX4D5102
Decimal77812
Binary1001101101000110
Octal1151212

Shades and tints

Shades of #4D5102

#4D5102
(77,81,2)
#464A02
(70,74,2)
#3F4302
(63,67,2)
#383C02
(56,60,2)
#313502
(49,53,2)
#2A2E02
(42,46,2)
#232702
(35,39,2)
#1C2002
(28,32,2)
#151902
(21,25,2)
#0E1202
(14,18,2)
#070B02
(7,11,2)
#000000
(0,0,0)

Tints of #4D5102

#4D5102
(77,81,2)
#5D6019
(93,96,25)
#6D6F30
(109,111,48)
#7D7E47
(125,126,71)
#8D8D5E
(141,141,94)
#9D9C75
(157,156,117)
#ADAB8C
(173,171,140)
#BDBAA3
(189,186,163)
#CDC9BA
(205,201,186)
#DDD8D1
(221,216,209)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5102 color. Also use rgb(77,81,2) instead hex code.

Text Font Color

.myTextColor { color: #4D5102; }

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

This text font color is #4D5102.


Background Color

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

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

This div background color is #4D5102.


Border color

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

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

This div border color is #4D5102.


Opacity

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

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

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

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

This text has shadow with #4D5102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5102 on black background.


Color preview on white background

This text has color #4D5102 on white background.



Black color preview on #4D5102 background

This text has black color on #4D5102 background.


White color preview on #4D5102 background

This text has white color on #4D5102 background.