COLOR #4D563D

HEX: #4D563D
RGB: (77,86,61)

Color info

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

RGB color model

#4D563D color RGB value is (77,86,61).

  • red value is 77;
  • green value is 86;
  • blue value is 61.
RGB:
(77,86,61)
(30%,34%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 61 of 255 = 24%

77
86
61

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

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 61 = 224 (100%)
R 77 of 224 ~ 34.38%
G 86 of 224 ~ 38.39%
B 61 of 224 ~ 27.23%

%34.38
%38.39
%27.23

CMYK color model

#4D563D color CMYK value is (10,0,29,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 66.27%
CMYK:
(10,0,29,66)
C10M0Y29K66 
(10%,0%,29%,66%)
(0.10/0.00/0.29/0.66)	

CMYK percentages

%10.47
%0
%29.07
%66.27

Codes

Color #4D563D in popluar color models

4D563D
RGB778661
HSL82°17.01%28.82%
HSB/HSV82°29.07%33.73%
CMYK10.47%0.00%29.07%
66.27%

Color #4D563D in popluar number systems.

HEX4D563D
Decimal778661
Binary10011011010110111101
Octal11512675

Shades and tints

Shades of #4D563D

#4D563D
(77,86,61)
#464F38
(70,79,56)
#3F4833
(63,72,51)
#38412E
(56,65,46)
#313A29
(49,58,41)
#2A3324
(42,51,36)
#232C1F
(35,44,31)
#1C251A
(28,37,26)
#151E15
(21,30,21)
#0E1710
(14,23,16)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #4D563D

#4D563D
(77,86,61)
#5D654E
(93,101,78)
#6D745F
(109,116,95)
#7D8370
(125,131,112)
#8D9281
(141,146,129)
#9DA192
(157,161,146)
#ADB0A3
(173,176,163)
#BDBFB4
(189,191,180)
#CDCEC5
(205,206,197)
#DDDDD6
(221,221,214)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D563D color. Also use rgb(77,86,61) instead hex code.

Text Font Color

.myTextColor { color: #4D563D; }

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

This text font color is #4D563D.


Background Color

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

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

This div background color is #4D563D.


Border color

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

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

This div border color is #4D563D.


Opacity

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

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

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

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

This text has shadow with #4D563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D563D on black background.


Color preview on white background

This text has color #4D563D on white background.



Black color preview on #4D563D background

This text has black color on #4D563D background.


White color preview on #4D563D background

This text has white color on #4D563D background.