COLOR #4D652B

HEX: #4D652B
RGB: (77,101,43)

Color info

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

RGB color model

#4D652B color RGB value is (77,101,43).

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

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 43 of 255 = 17%

77
101
43

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 43 = 221 (100%)
R 77 of 221 ~ 34.84%
G 101 of 221 ~ 45.7%
B 43 of 221 ~ 19.46%

%34.84
%45.7
%19.46

CMYK color model

#4D652B color CMYK value is (24,0,57,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 57.43%
  • key color value is 60.39%
CMYK:
(24,0,57,60)
C24M0Y57K60 
(24%,0%,57%,60%)
(0.24/0.00/0.57/0.60)	

CMYK percentages

%23.76
%0
%57.43
%60.39

Codes

Color #4D652B in popluar color models

4D652B
RGB7710143
HSL85°40.28%28.24%
HSB/HSV85°57.43%39.61%
CMYK23.76%0.00%57.43%
60.39%

Color #4D652B in popluar number systems.

HEX4D652B
Decimal7710143
Binary10011011100101101011
Octal11514553

Shades and tints

Shades of #4D652B

#4D652B
(77,101,43)
#465C28
(70,92,40)
#3F5325
(63,83,37)
#384A22
(56,74,34)
#31411F
(49,65,31)
#2A381C
(42,56,28)
#232F19
(35,47,25)
#1C2616
(28,38,22)
#151D13
(21,29,19)
#0E1410
(14,20,16)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #4D652B

#4D652B
(77,101,43)
#5D733E
(93,115,62)
#6D8151
(109,129,81)
#7D8F64
(125,143,100)
#8D9D77
(141,157,119)
#9DAB8A
(157,171,138)
#ADB99D
(173,185,157)
#BDC7B0
(189,199,176)
#CDD5C3
(205,213,195)
#DDE3D6
(221,227,214)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D652B; }

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

This text font color is #4D652B.


Background Color

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

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

This div background color is #4D652B.


Border color

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

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

This div border color is #4D652B.


Opacity

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

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

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

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

This text has shadow with #4D652B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D652B on black background.


Color preview on white background

This text has color #4D652B on white background.



Black color preview on #4D652B background

This text has black color on #4D652B background.


White color preview on #4D652B background

This text has white color on #4D652B background.