COLOR #4D725A

HEX: #4D725A RGB: (77,114,90)

Color info

#4D725A contains red, green and blue colors in about the same proportion. Web safe color of #4D725A is #336666 (or #366).

RGB color model

#4D725A color RGB value is (77,114,90).

RGB: (77,114,90) (30%, 45%, 35%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 90 of 255 = 35%

77
114
90

R + G + B ~ 37%. #4D725A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 114 + 90 = 281 (100%)
R 77 of 281 ~ 27.4%
G 114 of 281 ~ 40.57%
B 90 of 281 ~ 32.03'%

%27.4
%40.57
%32.03

CMYK color model

#4D725A color CMYK value is (32,0,21,55).

  • cyan value is 32.46%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%

CMYK: (32,0,21,55)
C32M0Y21K55 (32%, 0%, 21%, 55%)
(0.32 / 0.00 / 0.21 / 0.55)

CMYK percentages

%32.46
%0
%21.05
%55.29

Codes

Color #4D725A in popluar color models

4D 72 5A
RGB 77 114 90
HSL 141° 19.37% 37.45%
HSB/HSV 141° 32.46% 44.71%
CMYK 32.46% 0.00% 21.05%
55.29%

Color #4D725A in popluar number systems.

HEX 4D 72 5A
Decimal 77 114 90
Binary 1001101 1110010 1011010
Octal 115 162 132

Shades and tints

Shades of #4D725A

#4D725A
(77,114,90)
#466852
(70,104,82)
#3F5E4A
(63,94,74)
#385442
(56,84,66)
#314A3A
(49,74,58)
#2A4032
(42,64,50)
#23362A
(35,54,42)
#1C2C22
(28,44,34)
#15221A
(21,34,26)
#0E1812
(14,24,18)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D725A

#4D725A
(77,114,90)
#5D7E69
(93,126,105)
#6D8A78
(109,138,120)
#7D9687
(125,150,135)
#8DA296
(141,162,150)
#9DAEA5
(157,174,165)
#ADBAB4
(173,186,180)
#BDC6C3
(189,198,195)
#CDD2D2
(205,210,210)
#DDDEE1
(221,222,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D725A; }

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

This text font color is #4D725A.

Background Color

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

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

This div background color is #4D725A.

Border color

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

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

This div border color is #4D725A.

Opacity

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

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

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

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

This text has shadow with #4D725A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D725A.

Preview

Color preview on black background

This text has color #4D725A on black background.


Color preview on white background

This text has color #4D725A on white background.


Black color preview on #4D725A background

This text has black color on #4D725A background.


White color preview on #4D725A background

This text has white color on #4D725A background.


Related colors

Complementary color

Complementary color for #hex is #B28DA5.


I love getcolorcode.com

Triadic colors

1 #5A4D72 and #725A4D with #4D725A are triadic colors.

2 #5A724D and #724D5A with #4D725A are triadic colors.