COLOR #4D652C

HEX: #4D652C
RGB: (77,101,44)

Color info

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

RGB color model

#4D652C color RGB value is (77,101,44).

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

RGB channels and saturation

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

77
101
44

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

Portions of RGB colors in percentages

R + G + B =
77 + 101 + 44 = 222 (100%)
R 77 of 222 ~ 34.68%
G 101 of 222 ~ 45.5%
B 44 of 222 ~ 19.82%

%34.68
%45.5
%19.82

CMYK color model

#4D652C color CMYK value is (24,0,56,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 56.44%
  • key color value is 60.39%
CMYK:
(24,0,56,60)
C24M0Y56K60 
(24%,0%,56%,60%)
(0.24/0.00/0.56/0.60)	

CMYK percentages

%23.76
%0
%56.44
%60.39

Codes

Color #4D652C in popluar color models

4D652C
RGB7710144
HSL85°39.31%28.43%
HSB/HSV85°56.44%39.61%
CMYK23.76%0.00%56.44%
60.39%

Color #4D652C in popluar number systems.

HEX4D652C
Decimal7710144
Binary10011011100101101100
Octal11514554

Shades and tints

Shades of #4D652C

#4D652C
(77,101,44)
#465C28
(70,92,40)
#3F5324
(63,83,36)
#384A20
(56,74,32)
#31411C
(49,65,28)
#2A3818
(42,56,24)
#232F14
(35,47,20)
#1C2610
(28,38,16)
#151D0C
(21,29,12)
#0E1408
(14,20,8)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #4D652C

#4D652C
(77,101,44)
#5D733F
(93,115,63)
#6D8152
(109,129,82)
#7D8F65
(125,143,101)
#8D9D78
(141,157,120)
#9DAB8B
(157,171,139)
#ADB99E
(173,185,158)
#BDC7B1
(189,199,177)
#CDD5C4
(205,213,196)
#DDE3D7
(221,227,215)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D652C; }

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

This text font color is #4D652C.


Background Color

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

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

This div background color is #4D652C.


Border color

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

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

This div border color is #4D652C.


Opacity

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

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

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

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

This text has shadow with #4D652C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D652C on black background.


Color preview on white background

This text has color #4D652C on white background.



Black color preview on #4D652C background

This text has black color on #4D652C background.


White color preview on #4D652C background

This text has white color on #4D652C background.