COLOR #4D632A

HEX: #4D632A
RGB: (77,99,42)

Color info

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

RGB color model

#4D632A color RGB value is (77,99,42).

  • red value is 77;
  • green value is 99;
  • blue value is 42.
RGB:
(77,99,42)
(30%,39%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 42 of 255 = 16%

77
99
42

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 42 = 218 (100%)
R 77 of 218 ~ 35.32%
G 99 of 218 ~ 45.41%
B 42 of 218 ~ 19.27%

%35.32
%45.41
%19.27

CMYK color model

#4D632A color CMYK value is (22,0,58,61).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 61.18%
CMYK:
(22,0,58,61)
C22M0Y58K61 
(22%,0%,58%,61%)
(0.22/0.00/0.58/0.61)	

CMYK percentages

%22.22
%0
%57.58
%61.18

Codes

Color #4D632A in popluar color models

4D632A
RGB779942
HSL83°40.43%27.65%
HSB/HSV83°57.58%38.82%
CMYK22.22%0.00%57.58%
61.18%

Color #4D632A in popluar number systems.

HEX4D632A
Decimal779942
Binary10011011100011101010
Octal11514352

Shades and tints

Shades of #4D632A

#4D632A
(77,99,42)
#465A27
(70,90,39)
#3F5124
(63,81,36)
#384821
(56,72,33)
#313F1E
(49,63,30)
#2A361B
(42,54,27)
#232D18
(35,45,24)
#1C2415
(28,36,21)
#151B12
(21,27,18)
#0E120F
(14,18,15)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D632A

#4D632A
(77,99,42)
#5D713D
(93,113,61)
#6D7F50
(109,127,80)
#7D8D63
(125,141,99)
#8D9B76
(141,155,118)
#9DA989
(157,169,137)
#ADB79C
(173,183,156)
#BDC5AF
(189,197,175)
#CDD3C2
(205,211,194)
#DDE1D5
(221,225,213)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D632A color. Also use rgb(77,99,42) instead hex code.

Text Font Color

.myTextColor { color: #4D632A; }

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

This text font color is #4D632A.


Background Color

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

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

This div background color is #4D632A.


Border color

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

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

This div border color is #4D632A.


Opacity

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

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

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

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

This text has shadow with #4D632A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D632A on black background.


Color preview on white background

This text has color #4D632A on white background.



Black color preview on #4D632A background

This text has black color on #4D632A background.


White color preview on #4D632A background

This text has white color on #4D632A background.