COLOR #4D6133

HEX: #4D6133 RGB: (77,97,51)

Color info

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

RGB color model

#4D6133 color RGB value is (77,97,51).

RGB: (77,97,51) (30%, 38%, 20%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 51 of 255 = 20%

77
97
51

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

Portions of RGB colors in percentages

R + G + B = 77 + 97 + 51 = 225 (100%)
R 77 of 225 ~ 34.22%
G 97 of 225 ~ 43.11%
B 51 of 225 ~ 22.67'%

%34.22
%43.11
%22.67

CMYK color model

#4D6133 color CMYK value is (21,0,47,62).

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

CMYK: (21,0,47,62)
C21M0Y47K62 (21%, 0%, 47%, 62%)
(0.21 / 0.00 / 0.47 / 0.62)

CMYK percentages

%20.62
%0
%47.42
%61.96

Codes

Color #4D6133 in popluar color models

4D 61 33
RGB 77 97 51
HSL 86° 31.08% 29.02%
HSB/HSV 86° 47.42% 38.04%
CMYK 20.62% 0.00% 47.42%
61.96%

Color #4D6133 in popluar number systems.

HEX 4D 61 33
Decimal 77 97 51
Binary 1001101 1100001 110011
Octal 115 141 63

Shades and tints

Shades of #4D6133

#4D6133
(77,97,51)
#46592F
(70,89,47)
#3F512B
(63,81,43)
#384927
(56,73,39)
#314123
(49,65,35)
#2A391F
(42,57,31)
#23311B
(35,49,27)
#1C2917
(28,41,23)
#152113
(21,33,19)
#0E190F
(14,25,15)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D6133

#4D6133
(77,97,51)
#5D6F45
(93,111,69)
#6D7D57
(109,125,87)
#7D8B69
(125,139,105)
#8D997B
(141,153,123)
#9DA78D
(157,167,141)
#ADB59F
(173,181,159)
#BDC3B1
(189,195,177)
#CDD1C3
(205,209,195)
#DDDFD5
(221,223,213)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6133; }

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

This text font color is #4D6133.

Background Color

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

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

This div background color is #4D6133.

Border color

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

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

This div border color is #4D6133.

Opacity

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

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

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

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

This text has shadow with #4D6133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6133.

Preview

Color preview on black background

This text has color #4D6133 on black background.


Color preview on white background

This text has color #4D6133 on white background.


Black color preview on #4D6133 background

This text has black color on #4D6133 background.


White color preview on #4D6133 background

This text has white color on #4D6133 background.


Related colors

Complementary color

Complementary color for #hex is #B29ECC.


I love getcolorcode.com

Triadic colors

1 #334D61 and #61334D with #4D6133 are triadic colors.

2 #33614D and #614D33 with #4D6133 are triadic colors.