COLOR #4D662C

HEX: #4D662C
RGB: (77,102,44)

Color info

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

RGB color model

#4D662C color RGB value is (77,102,44).

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

RGB channels and saturation

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

77
102
44

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

Portions of RGB colors in percentages

R + G + B =
77 + 102 + 44 = 223 (100%)
R 77 of 223 ~ 34.53%
G 102 of 223 ~ 45.74%
B 44 of 223 ~ 19.73%

%34.53
%45.74
%19.73

CMYK color model

#4D662C color CMYK value is (25,0,57,60).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 60.00%
CMYK:
(25,0,57,60)
C25M0Y57K60 
(25%,0%,57%,60%)
(0.25/0.00/0.57/0.60)	

CMYK percentages

%24.51
%0
%56.86
%60

Codes

Color #4D662C in popluar color models

4D662C
RGB7710244
HSL86°39.73%28.63%
HSB/HSV86°56.86%40.00%
CMYK24.51%0.00%56.86%
60.00%

Color #4D662C in popluar number systems.

HEX4D662C
Decimal7710244
Binary10011011100110101100
Octal11514654

Shades and tints

Shades of #4D662C

#4D662C
(77,102,44)
#465D28
(70,93,40)
#3F5424
(63,84,36)
#384B20
(56,75,32)
#31421C
(49,66,28)
#2A3918
(42,57,24)
#233014
(35,48,20)
#1C2710
(28,39,16)
#151E0C
(21,30,12)
#0E1508
(14,21,8)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #4D662C

#4D662C
(77,102,44)
#5D733F
(93,115,63)
#6D8052
(109,128,82)
#7D8D65
(125,141,101)
#8D9A78
(141,154,120)
#9DA78B
(157,167,139)
#ADB49E
(173,180,158)
#BDC1B1
(189,193,177)
#CDCEC4
(205,206,196)
#DDDBD7
(221,219,215)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D662C; }

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

This text font color is #4D662C.


Background Color

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

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

This div background color is #4D662C.


Border color

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

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

This div border color is #4D662C.


Opacity

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

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

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

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

This text has shadow with #4D662C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D662C on black background.


Color preview on white background

This text has color #4D662C on white background.



Black color preview on #4D662C background

This text has black color on #4D662C background.


White color preview on #4D662C background

This text has white color on #4D662C background.