COLOR #4D654B

HEX: #4D654B
RGB: (77,101,75)

Color info

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

RGB color model

#4D654B color RGB value is (77,101,75).

  • red value is 77;
  • green value is 101;
  • blue value is 75.
RGB:
(77,101,75)
(30%,40%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 75 of 255 = 29%

77
101
75

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 75 = 253 (100%)
R 77 of 253 ~ 30.43%
G 101 of 253 ~ 39.92%
B 75 of 253 ~ 29.64%

%30.43
%39.92
%29.64

CMYK color model

#4D654B color CMYK value is (24,0,26,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 60.39%
CMYK:
(24,0,26,60)
C24M0Y26K60 
(24%,0%,26%,60%)
(0.24/0.00/0.26/0.60)	

CMYK percentages

%23.76
%0
%25.74
%60.39

Codes

Color #4D654B in popluar color models

4D654B
RGB7710175
HSL115°14.77%34.51%
HSB/HSV115°25.74%39.61%
CMYK23.76%0.00%25.74%
60.39%

Color #4D654B in popluar number systems.

HEX4D654B
Decimal7710175
Binary100110111001011001011
Octal115145113

Shades and tints

Shades of #4D654B

#4D654B
(77,101,75)
#465C45
(70,92,69)
#3F533F
(63,83,63)
#384A39
(56,74,57)
#314133
(49,65,51)
#2A382D
(42,56,45)
#232F27
(35,47,39)
#1C2621
(28,38,33)
#151D1B
(21,29,27)
#0E1415
(14,20,21)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D654B

#4D654B
(77,101,75)
#5D735B
(93,115,91)
#6D816B
(109,129,107)
#7D8F7B
(125,143,123)
#8D9D8B
(141,157,139)
#9DAB9B
(157,171,155)
#ADB9AB
(173,185,171)
#BDC7BB
(189,199,187)
#CDD5CB
(205,213,203)
#DDE3DB
(221,227,219)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D654B; }

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

This text font color is #4D654B.


Background Color

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

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

This div background color is #4D654B.


Border color

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

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

This div border color is #4D654B.


Opacity

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

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

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

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

This text has shadow with #4D654B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D654B on black background.


Color preview on white background

This text has color #4D654B on white background.



Black color preview on #4D654B background

This text has black color on #4D654B background.


White color preview on #4D654B background

This text has white color on #4D654B background.