COLOR #4D5A4A

HEX: #4D5A4A
RGB: (77,90,74)

Color info

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

RGB color model

#4D5A4A color RGB value is (77,90,74).

  • red value is 77;
  • green value is 90;
  • blue value is 74.
RGB:
(77,90,74)
(30%,35%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 90 of 255 = 35%
B 74 of 255 = 29%

77
90
74

R + G + B ~ 31%. #4D5A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 90 + 74 = 241 (100%)
R 77 of 241 ~ 31.95%
G 90 of 241 ~ 37.34%
B 74 of 241 ~ 30.71%

%31.95
%37.34
%30.71

CMYK color model

#4D5A4A color CMYK value is (14,0,18,65).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(14,0,18,65)
C14M0Y18K65 
(14%,0%,18%,65%)
(0.14/0.00/0.18/0.65)	

CMYK percentages

%14.44
%0
%17.78
%64.71

Codes

Color #4D5A4A in popluar color models

4D5A4A
RGB779074
HSL109°9.76%32.16%
HSB/HSV109°17.78%35.29%
CMYK14.44%0.00%17.78%
64.71%

Color #4D5A4A in popluar number systems.

HEX4D5A4A
Decimal779074
Binary100110110110101001010
Octal115132112

Shades and tints

Shades of #4D5A4A

#4D5A4A
(77,90,74)
#465244
(70,82,68)
#3F4A3E
(63,74,62)
#384238
(56,66,56)
#313A32
(49,58,50)
#2A322C
(42,50,44)
#232A26
(35,42,38)
#1C2220
(28,34,32)
#151A1A
(21,26,26)
#0E1214
(14,18,20)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D5A4A

#4D5A4A
(77,90,74)
#5D695A
(93,105,90)
#6D786A
(109,120,106)
#7D877A
(125,135,122)
#8D968A
(141,150,138)
#9DA59A
(157,165,154)
#ADB4AA
(173,180,170)
#BDC3BA
(189,195,186)
#CDD2CA
(205,210,202)
#DDE1DA
(221,225,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5A4A color. Also use rgb(77,90,74) instead hex code.

Text Font Color

.myTextColor { color: #4D5A4A; }

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

This text font color is #4D5A4A.


Background Color

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

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

This div background color is #4D5A4A.


Border color

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

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

This div border color is #4D5A4A.


Opacity

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

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

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

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

This text has shadow with #4D5A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5A4A on black background.


Color preview on white background

This text has color #4D5A4A on white background.



Black color preview on #4D5A4A background

This text has black color on #4D5A4A background.


White color preview on #4D5A4A background

This text has white color on #4D5A4A background.