COLOR #4D644B

HEX: #4D644B RGB: (77,100,75)

Color info

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

RGB color model

#4D644B color RGB value is (77,100,75).

RGB: (77,100,75) (30%, 39%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 75 of 255 = 29%

77
100
75

R + G + B ~ 33%. #4D644B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 100 + 75 = 252 (100%)
R 77 of 252 ~ 30.56%
G 100 of 252 ~ 39.68%
B 75 of 252 ~ 29.76'%

%30.56
%39.68
%29.76

CMYK color model

#4D644B color CMYK value is (23,0,25,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 60.78%

CMYK: (23,0,25,61)
C23M0Y25K61 (23%, 0%, 25%, 61%)
(0.23 / 0.00 / 0.25 / 0.61)

CMYK percentages

%23
%0
%25
%60.78

Codes

Color #4D644B in popluar color models

4D 64 4B
RGB 77 100 75
HSL 115° 14.29% 34.31%
HSB/HSV 115° 25.00% 39.22%
CMYK 23.00% 0.00% 25.00%
60.78%

Color #4D644B in popluar number systems.

HEX 4D 64 4B
Decimal 77 100 75
Binary 1001101 1100100 1001011
Octal 115 144 113

Shades and tints

Shades of #4D644B

#4D644B
(77,100,75)
#465B45
(70,91,69)
#3F523F
(63,82,63)
#384939
(56,73,57)
#314033
(49,64,51)
#2A372D
(42,55,45)
#232E27
(35,46,39)
#1C2521
(28,37,33)
#151C1B
(21,28,27)
#0E1315
(14,19,21)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D644B

#4D644B
(77,100,75)
#5D725B
(93,114,91)
#6D806B
(109,128,107)
#7D8E7B
(125,142,123)
#8D9C8B
(141,156,139)
#9DAA9B
(157,170,155)
#ADB8AB
(173,184,171)
#BDC6BB
(189,198,187)
#CDD4CB
(205,212,203)
#DDE2DB
(221,226,219)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D644B color. Also use rgb(77,100,75) instead hex code.

Text Font Color

.myTextColor { color: #4D644B; }

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

This text font color is #4D644B.

Background Color

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

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

This div background color is #4D644B.

Border color

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

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

This div border color is #4D644B.

Opacity

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

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

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

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

This text has shadow with #4D644B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D644B.

Preview

Color preview on black background

This text has color #4D644B on black background.


Color preview on white background

This text has color #4D644B on white background.


Black color preview on #4D644B background

This text has black color on #4D644B background.


White color preview on #4D644B background

This text has white color on #4D644B background.


Related colors

Complementary color

Complementary color for #hex is #B29BB4.


I love getcolorcode.com

Triadic colors

1 #4B4D64 and #644B4D with #4D644B are triadic colors.

2 #4B644D and #644D4B with #4D644B are triadic colors.