COLOR #4D5D13

HEX: #4D5D13
RGB: (77,93,19)

Color info

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

RGB color model

#4D5D13 color RGB value is (77,93,19).

  • red value is 77;
  • green value is 93;
  • blue value is 19.
RGB:
(77,93,19)
(30%,36%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 19 of 255 = 7%

77
93
19

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

Portions of RGB colors in percentages

R + G + B =
77 + 93 + 19 = 189 (100%)
R 77 of 189 ~ 40.74%
G 93 of 189 ~ 49.21%
B 19 of 189 ~ 10.05%

%40.74
%49.21
%10.05

CMYK color model

#4D5D13 color CMYK value is (17,0,80,64).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(17,0,80,64)
C17M0Y80K64 
(17%,0%,80%,64%)
(0.17/0.00/0.80/0.64)	

CMYK percentages

%17.2
%0
%79.57
%63.53

Codes

Color #4D5D13 in popluar color models

4D5D13
RGB779319
HSL73°66.07%21.96%
HSB/HSV73°79.57%36.47%
CMYK17.20%0.00%79.57%
63.53%

Color #4D5D13 in popluar number systems.

HEX4D5D13
Decimal779319
Binary1001101101110110011
Octal11513523

Shades and tints

Shades of #4D5D13

#4D5D13
(77,93,19)
#465512
(70,85,18)
#3F4D11
(63,77,17)
#384510
(56,69,16)
#313D0F
(49,61,15)
#2A350E
(42,53,14)
#232D0D
(35,45,13)
#1C250C
(28,37,12)
#151D0B
(21,29,11)
#0E150A
(14,21,10)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D5D13

#4D5D13
(77,93,19)
#5D6B28
(93,107,40)
#6D793D
(109,121,61)
#7D8752
(125,135,82)
#8D9567
(141,149,103)
#9DA37C
(157,163,124)
#ADB191
(173,177,145)
#BDBFA6
(189,191,166)
#CDCDBB
(205,205,187)
#DDDBD0
(221,219,208)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D13 color. Also use rgb(77,93,19) instead hex code.

Text Font Color

.myTextColor { color: #4D5D13; }

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

This text font color is #4D5D13.


Background Color

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

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

This div background color is #4D5D13.


Border color

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

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

This div border color is #4D5D13.


Opacity

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

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

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

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

This text has shadow with #4D5D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D13 on black background.


Color preview on white background

This text has color #4D5D13 on white background.



Black color preview on #4D5D13 background

This text has black color on #4D5D13 background.


White color preview on #4D5D13 background

This text has white color on #4D5D13 background.