COLOR #4D614A

HEX: #4D614A RGB: (77,97,74)

Color info

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

RGB color model

#4D614A color RGB value is (77,97,74).

RGB: (77,97,74) (30%, 38%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 74 of 255 = 29%

77
97
74

R + G + B ~ 32%. #4D614A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 97 + 74 = 248 (100%)
R 77 of 248 ~ 31.05%
G 97 of 248 ~ 39.11%
B 74 of 248 ~ 29.84'%

%31.05
%39.11
%29.84

CMYK color model

#4D614A color CMYK value is (21,0,24,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 61.96%

CMYK: (21,0,24,62)
C21M0Y24K62 (21%, 0%, 24%, 62%)
(0.21 / 0.00 / 0.24 / 0.62)

CMYK percentages

%20.62
%0
%23.71
%61.96

Codes

Color #4D614A in popluar color models

4D 61 4A
RGB 77 97 74
HSL 112° 13.45% 33.53%
HSB/HSV 112° 23.71% 38.04%
CMYK 20.62% 0.00% 23.71%
61.96%

Color #4D614A in popluar number systems.

HEX 4D 61 4A
Decimal 77 97 74
Binary 1001101 1100001 1001010
Octal 115 141 112

Shades and tints

Shades of #4D614A

#4D614A
(77,97,74)
#465944
(70,89,68)
#3F513E
(63,81,62)
#384938
(56,73,56)
#314132
(49,65,50)
#2A392C
(42,57,44)
#233126
(35,49,38)
#1C2920
(28,41,32)
#15211A
(21,33,26)
#0E1914
(14,25,20)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D614A

#4D614A
(77,97,74)
#5D6F5A
(93,111,90)
#6D7D6A
(109,125,106)
#7D8B7A
(125,139,122)
#8D998A
(141,153,138)
#9DA79A
(157,167,154)
#ADB5AA
(173,181,170)
#BDC3BA
(189,195,186)
#CDD1CA
(205,209,202)
#DDDFDA
(221,223,218)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D614A; }

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

This text font color is #4D614A.

Background Color

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

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

This div background color is #4D614A.

Border color

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

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

This div border color is #4D614A.

Opacity

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

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

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

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

This text has shadow with #4D614A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D614A.

Preview

Color preview on black background

This text has color #4D614A on black background.


Color preview on white background

This text has color #4D614A on white background.


Black color preview on #4D614A background

This text has black color on #4D614A background.


White color preview on #4D614A background

This text has white color on #4D614A background.


Related colors

Complementary color

Complementary color for #hex is #B29EB5.


I love getcolorcode.com

Triadic colors

1 #4A4D61 and #614A4D with #4D614A are triadic colors.

2 #4A614D and #614D4A with #4D614A are triadic colors.