COLOR #4D835B

HEX: #4D835B RGB: (77,131,91)

Color info

#4D835B contains red, green and blue colors in about the same proportion. Web safe color of #4D835B is #339966 (or #396).

RGB color model

#4D835B color RGB value is (77,131,91).

RGB: (77,131,91) (30%, 51%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 91 of 255 = 36%

77
131
91

R + G + B ~ 39%. #4D835B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 131 + 91 = 299 (100%)
R 77 of 299 ~ 25.75%
G 131 of 299 ~ 43.81%
B 91 of 299 ~ 30.43'%

%25.75
%43.81
%30.43

CMYK color model

#4D835B color CMYK value is (41,0,31,49).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 48.63%

CMYK: (41,0,31,49)
C41M0Y31K49 (41%, 0%, 31%, 49%)
(0.41 / 0.00 / 0.31 / 0.49)

CMYK percentages

%41.22
%0
%30.53
%48.63

Codes

Color #4D835B in popluar color models

4D 83 5B
RGB 77 131 91
HSL 136° 25.96% 40.78%
HSB/HSV 136° 41.22% 51.37%
CMYK 41.22% 0.00% 30.53%
48.63%

Color #4D835B in popluar number systems.

HEX 4D 83 5B
Decimal 77 131 91
Binary 1001101 10000011 1011011
Octal 115 203 133

Shades and tints

Shades of #4D835B

#4D835B
(77,131,91)
#467853
(70,120,83)
#3F6D4B
(63,109,75)
#386243
(56,98,67)
#31573B
(49,87,59)
#2A4C33
(42,76,51)
#23412B
(35,65,43)
#1C3623
(28,54,35)
#152B1B
(21,43,27)
#0E2013
(14,32,19)
#07150B
(7,21,11)
#000000
(0,0,0)

Tints of #4D835B

#4D835B
(77,131,91)
#5D8E69
(93,142,105)
#6D9977
(109,153,119)
#7DA485
(125,164,133)
#8DAF93
(141,175,147)
#9DBAA1
(157,186,161)
#ADC5AF
(173,197,175)
#BDD0BD
(189,208,189)
#CDDBCB
(205,219,203)
#DDE6D9
(221,230,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D835B color. Also use rgb(77,131,91) instead hex code.

Text Font Color

.myTextColor { color: #4D835B; }

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

This text font color is #4D835B.

Background Color

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

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

This div background color is #4D835B.

Border color

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

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

This div border color is #4D835B.

Opacity

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

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

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

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

This text has shadow with #4D835B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D835B.

Preview

Color preview on black background

This text has color #4D835B on black background.


Color preview on white background

This text has color #4D835B on white background.


Black color preview on #4D835B background

This text has black color on #4D835B background.


White color preview on #4D835B background

This text has white color on #4D835B background.


Related colors

Complementary color

Complementary color for #hex is #B27CA4.


I love getcolorcode.com

Triadic colors

1 #5B4D83 and #835B4D with #4D835B are triadic colors.

2 #5B834D and #834D5B with #4D835B are triadic colors.