COLOR #4D593B

HEX: #4D593B RGB: (77,89,59)

Color info

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

RGB color model

#4D593B color RGB value is (77,89,59).

RGB: (77,89,59) (30%, 35%, 23%)

RGB channels and saturation

R 77 of 255 = 30%
G 89 of 255 = 35%
B 59 of 255 = 23%

77
89
59

R + G + B ~ 29%. #4D593B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 89 + 59 = 225 (100%)
R 77 of 225 ~ 34.22%
G 89 of 225 ~ 39.56%
B 59 of 225 ~ 26.22'%

%34.22
%39.56
%26.22

CMYK color model

#4D593B color CMYK value is (13,0,34,65).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK: (13,0,34,65) C13M0Y34K65 (13%,0%,34%,65%) (0.13/0.00/0.34/0.65) 

CMYK percentages

%13.48
%0
%33.71
%65.1

Codes

Color #4D593B in popluar color models

4D 59 3B
RGB 77 89 59
HSL 84° 20.27% 29.02%
HSB/HSV 84° 33.71% 34.90%
CMYK 13.48% 0.00% 33.71%
65.10%

Color #4D593B in popluar number systems.

HEX 4D 59 3B
Decimal 77 89 59
Binary 1001101 1011001 111011
Octal 115 131 73

Shades and tints

Shades of #4D593B

#4D593B
(77,89,59)
#465136
(70,81,54)
#3F4931
(63,73,49)
#38412C
(56,65,44)
#313927
(49,57,39)
#2A3122
(42,49,34)
#23291D
(35,41,29)
#1C2118
(28,33,24)
#151913
(21,25,19)
#0E110E
(14,17,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D593B

#4D593B
(77,89,59)
#5D684C
(93,104,76)
#6D775D
(109,119,93)
#7D866E
(125,134,110)
#8D957F
(141,149,127)
#9DA490
(157,164,144)
#ADB3A1
(173,179,161)
#BDC2B2
(189,194,178)
#CDD1C3
(205,209,195)
#DDE0D4
(221,224,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D593B color. Also use rgb(77,89,59) instead hex code.

Text Font Color

.myTextColor { color: #4D593B; }

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

This text font color is #4D593B.

Background Color

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

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

This div background color is #4D593B.

Border color

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

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

This div border color is #4D593B.

Opacity

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

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

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

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

This text has shadow with #4D593B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D593B.

Preview

Color preview on black background

This text has color #4D593B on black background.


Color preview on white background

This text has color #4D593B on white background.


Black color preview on #4D593B background

This text has black color on #4D593B background.


White color preview on #4D593B background

This text has white color on #4D593B background.


Related colors

Complementary color

Complementary color for #hex is #B2A6C4.


I love getcolorcode.com

Triadic colors

1 #3B4D59 and #593B4D with #4D593B are triadic colors.

2 #3B594D and #594D3B with #4D593B are triadic colors.