COLOR #4D7527

HEX: #4D7527 RGB: (77,117,39)

Color info

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

RGB color model

#4D7527 color RGB value is (77,117,39).

RGB: (77,117,39) (30%, 46%, 15%)

RGB channels and saturation

R 77 of 255 = 30%
G 117 of 255 = 46%
B 39 of 255 = 15%

77
117
39

R + G + B ~ 30%. #4D7527 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 117 + 39 = 233 (100%)
R 77 of 233 ~ 33.05%
G 117 of 233 ~ 50.21%
B 39 of 233 ~ 16.74'%

%33.05
%50.21
%16.74

CMYK color model

#4D7527 color CMYK value is (34,0,67,54).

  • cyan value is 34.19%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 54.12%

CMYK: (34,0,67,54)
C34M0Y67K54 (34%, 0%, 67%, 54%)
(0.34 / 0.00 / 0.67 / 0.54)

CMYK percentages

%34.19
%0
%66.67
%54.12

Codes

Color #4D7527 in popluar color models

4D 75 27
RGB 77 117 39
HSL 91° 50.00% 30.59%
HSB/HSV 91° 66.67% 45.88%
CMYK 34.19% 0.00% 66.67%
54.12%

Color #4D7527 in popluar number systems.

HEX 4D 75 27
Decimal 77 117 39
Binary 1001101 1110101 100111
Octal 115 165 47

Shades and tints

Shades of #4D7527

#4D7527
(77,117,39)
#466B24
(70,107,36)
#3F6121
(63,97,33)
#38571E
(56,87,30)
#314D1B
(49,77,27)
#2A4318
(42,67,24)
#233915
(35,57,21)
#1C2F12
(28,47,18)
#15250F
(21,37,15)
#0E1B0C
(14,27,12)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #4D7527

#4D7527
(77,117,39)
#5D813A
(93,129,58)
#6D8D4D
(109,141,77)
#7D9960
(125,153,96)
#8DA573
(141,165,115)
#9DB186
(157,177,134)
#ADBD99
(173,189,153)
#BDC9AC
(189,201,172)
#CDD5BF
(205,213,191)
#DDE1D2
(221,225,210)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7527; }

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

This text font color is #4D7527.

Background Color

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

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

This div background color is #4D7527.

Border color

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

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

This div border color is #4D7527.

Opacity

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

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

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

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

This text has shadow with #4D7527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7527.

Preview

Color preview on black background

This text has color #4D7527 on black background.


Color preview on white background

This text has color #4D7527 on white background.


Black color preview on #4D7527 background

This text has black color on #4D7527 background.


White color preview on #4D7527 background

This text has white color on #4D7527 background.


Related colors

Complementary color

Complementary color for #hex is #B28AD8.


I love getcolorcode.com

Triadic colors

1 #274D75 and #75274D with #4D7527 are triadic colors.

2 #27754D and #754D27 with #4D7527 are triadic colors.