COLOR #4D6953

HEX: #4D6953
RGB: (77,105,83)

Color info

#4D6953 contains red, green and blue colors in about the same proportion. Web safe color of #4D6953 is #336666 (or #366).

RGB color model

#4D6953 color RGB value is (77,105,83).

  • red value is 77;
  • green value is 105;
  • blue value is 83.
RGB:
(77,105,83)
(30%,41%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 83 of 255 = 33%

77
105
83

R + G + B ~ 35%. #4D6953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 83 = 265 (100%)
R 77 of 265 ~ 29.06%
G 105 of 265 ~ 39.62%
B 83 of 265 ~ 31.32%

%29.06
%39.62
%31.32

CMYK color model

#4D6953 color CMYK value is (27,0,21,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(27,0,21,59)
C27M0Y21K59 
(27%,0%,21%,59%)
(0.27/0.00/0.21/0.59)	

CMYK percentages

%26.67
%0
%20.95
%58.82

Codes

Color #4D6953 in popluar color models

4D6953
RGB7710583
HSL133°15.38%35.69%
HSB/HSV133°26.67%41.18%
CMYK26.67%0.00%20.95%
58.82%

Color #4D6953 in popluar number systems.

HEX4D6953
Decimal7710583
Binary100110111010011010011
Octal115151123

Shades and tints

Shades of #4D6953

#4D6953
(77,105,83)
#46604C
(70,96,76)
#3F5745
(63,87,69)
#384E3E
(56,78,62)
#314537
(49,69,55)
#2A3C30
(42,60,48)
#233329
(35,51,41)
#1C2A22
(28,42,34)
#15211B
(21,33,27)
#0E1814
(14,24,20)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D6953

#4D6953
(77,105,83)
#5D7662
(93,118,98)
#6D8371
(109,131,113)
#7D9080
(125,144,128)
#8D9D8F
(141,157,143)
#9DAA9E
(157,170,158)
#ADB7AD
(173,183,173)
#BDC4BC
(189,196,188)
#CDD1CB
(205,209,203)
#DDDEDA
(221,222,218)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6953 color. Also use rgb(77,105,83) instead hex code.

Text Font Color

.myTextColor { color: #4D6953; }

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

This text font color is #4D6953.


Background Color

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

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

This div background color is #4D6953.


Border color

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

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

This div border color is #4D6953.


Opacity

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

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

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

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

This text has shadow with #4D6953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6953 on black background.


Color preview on white background

This text has color #4D6953 on white background.



Black color preview on #4D6953 background

This text has black color on #4D6953 background.


White color preview on #4D6953 background

This text has white color on #4D6953 background.