COLOR #4D5634

HEX: #4D5634
RGB: (77,86,52)

Color info

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

RGB color model

#4D5634 color RGB value is (77,86,52).

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

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 52 of 255 = 20%

77
86
52

R + G + B ~ 28%. #4D5634 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 52 = 215 (100%)
R 77 of 215 ~ 35.81%
G 86 of 215 ~ 40%
B 52 of 215 ~ 24.19%

%35.81
%40
%24.19

CMYK color model

#4D5634 color CMYK value is (10,0,40,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 39.53%
  • key color value is 66.27%
CMYK:
(10,0,40,66)
C10M0Y40K66 
(10%,0%,40%,66%)
(0.10/0.00/0.40/0.66)	

CMYK percentages

%10.47
%0
%39.53
%66.27

Codes

Color #4D5634 in popluar color models

4D5634
RGB778652
HSL76°24.64%27.06%
HSB/HSV76°39.53%33.73%
CMYK10.47%0.00%39.53%
66.27%

Color #4D5634 in popluar number systems.

HEX4D5634
Decimal778652
Binary10011011010110110100
Octal11512664

Shades and tints

Shades of #4D5634

#4D5634
(77,86,52)
#464F30
(70,79,48)
#3F482C
(63,72,44)
#384128
(56,65,40)
#313A24
(49,58,36)
#2A3320
(42,51,32)
#232C1C
(35,44,28)
#1C2518
(28,37,24)
#151E14
(21,30,20)
#0E1710
(14,23,16)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #4D5634

#4D5634
(77,86,52)
#5D6546
(93,101,70)
#6D7458
(109,116,88)
#7D836A
(125,131,106)
#8D927C
(141,146,124)
#9DA18E
(157,161,142)
#ADB0A0
(173,176,160)
#BDBFB2
(189,191,178)
#CDCEC4
(205,206,196)
#DDDDD6
(221,221,214)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5634; }

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

This text font color is #4D5634.


Background Color

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

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

This div background color is #4D5634.


Border color

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

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

This div border color is #4D5634.


Opacity

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

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

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

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

This text has shadow with #4D5634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5634 on black background.


Color preview on white background

This text has color #4D5634 on white background.



Black color preview on #4D5634 background

This text has black color on #4D5634 background.


White color preview on #4D5634 background

This text has white color on #4D5634 background.