COLOR #4D5A3C

HEX: #4D5A3C RGB: (77,90,60)

Color info

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

RGB color model

#4D5A3C color RGB value is (77,90,60).

RGB: (77,90,60) (30%, 35%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 90 of 255 = 35%
B 60 of 255 = 24%

77
90
60

R + G + B ~ 30%. #4D5A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 90 + 60 = 227 (100%)
R 77 of 227 ~ 33.92%
G 90 of 227 ~ 39.65%
B 60 of 227 ~ 26.43'%

%33.92
%39.65
%26.43

CMYK color model

#4D5A3C color CMYK value is (14,0,33,65).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 64.71%

CMYK: (14,0,33,65)
C14M0Y33K65 (14%, 0%, 33%, 65%)
(0.14 / 0.00 / 0.33 / 0.65)

CMYK percentages

%14.44
%0
%33.33
%64.71

Codes

Color #4D5A3C in popluar color models

4D 5A 3C
RGB 77 90 60
HSL 86° 20.00% 29.41%
HSB/HSV 86° 33.33% 35.29%
CMYK 14.44% 0.00% 33.33%
64.71%

Color #4D5A3C in popluar number systems.

HEX 4D 5A 3C
Decimal 77 90 60
Binary 1001101 1011010 111100
Octal 115 132 74

Shades and tints

Shades of #4D5A3C

#4D5A3C
(77,90,60)
#465237
(70,82,55)
#3F4A32
(63,74,50)
#38422D
(56,66,45)
#313A28
(49,58,40)
#2A3223
(42,50,35)
#232A1E
(35,42,30)
#1C2219
(28,34,25)
#151A14
(21,26,20)
#0E120F
(14,18,15)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D5A3C

#4D5A3C
(77,90,60)
#5D694D
(93,105,77)
#6D785E
(109,120,94)
#7D876F
(125,135,111)
#8D9680
(141,150,128)
#9DA591
(157,165,145)
#ADB4A2
(173,180,162)
#BDC3B3
(189,195,179)
#CDD2C4
(205,210,196)
#DDE1D5
(221,225,213)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5A3C; }

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

This text font color is #4D5A3C.

Background Color

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

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

This div background color is #4D5A3C.

Border color

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

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

This div border color is #4D5A3C.

Opacity

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

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

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

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

This text has shadow with #4D5A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5A3C.

Preview

Color preview on black background

This text has color #4D5A3C on black background.


Color preview on white background

This text has color #4D5A3C on white background.


Black color preview on #4D5A3C background

This text has black color on #4D5A3C background.


White color preview on #4D5A3C background

This text has white color on #4D5A3C background.


Related colors

Complementary color

Complementary color for #hex is #B2A5C3.


I love getcolorcode.com

Triadic colors

1 #3C4D5A and #5A3C4D with #4D5A3C are triadic colors.

2 #3C5A4D and #5A4D3C with #4D5A3C are triadic colors.