COLOR #4D6427

HEX: #4D6427
RGB: (77,100,39)

Color info

#4D6427 contains mainly red and green colors. Web safe color of #4D6427 is #336633 (or #363).

RGB color model

#4D6427 color RGB value is (77,100,39).

  • red value is 77;
  • green value is 100;
  • blue value is 39.
RGB:
(77,100,39)
(30%,39%,15%)

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 39 of 255 = 15%

77
100
39

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

Portions of RGB colors in percentages

R + G + B =
77 + 100 + 39 = 216 (100%)
R 77 of 216 ~ 35.65%
G 100 of 216 ~ 46.3%
B 39 of 216 ~ 18.06%

%35.65
%46.3
%18.06

CMYK color model

#4D6427 color CMYK value is (23,0,61,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 61.00%
  • key color value is 60.78%
CMYK:
(23,0,61,61)
C23M0Y61K61 
(23%,0%,61%,61%)
(0.23/0.00/0.61/0.61)	

CMYK percentages

%23
%0
%61
%60.78

Codes

Color #4D6427 in popluar color models

4D6427
RGB7710039
HSL83°43.88%27.25%
HSB/HSV83°61.00%39.22%
CMYK23.00%0.00%61.00%
60.78%

Color #4D6427 in popluar number systems.

HEX4D6427
Decimal7710039
Binary10011011100100100111
Octal11514447

Shades and tints

Shades of #4D6427

#4D6427
(77,100,39)
#465B24
(70,91,36)
#3F5221
(63,82,33)
#38491E
(56,73,30)
#31401B
(49,64,27)
#2A3718
(42,55,24)
#232E15
(35,46,21)
#1C2512
(28,37,18)
#151C0F
(21,28,15)
#0E130C
(14,19,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D6427

#4D6427
(77,100,39)
#5D723A
(93,114,58)
#6D804D
(109,128,77)
#7D8E60
(125,142,96)
#8D9C73
(141,156,115)
#9DAA86
(157,170,134)
#ADB899
(173,184,153)
#BDC6AC
(189,198,172)
#CDD4BF
(205,212,191)
#DDE2D2
(221,226,210)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6427 color. Also use rgb(77,100,39) instead hex code.

Text Font Color

.myTextColor { color: #4D6427; }

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

This text font color is #4D6427.


Background Color

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

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

This div background color is #4D6427.


Border color

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

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

This div border color is #4D6427.


Opacity

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

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

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

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

This text has shadow with #4D6427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6427 on black background.


Color preview on white background

This text has color #4D6427 on white background.



Black color preview on #4D6427 background

This text has black color on #4D6427 background.


White color preview on #4D6427 background

This text has white color on #4D6427 background.