COLOR #4D8264

HEX: #4D8264
RGB: (77,130,100)

Color info

#4D8264 contains red, green and blue colors in about the same proportion. Web safe color of #4D8264 is #339966 (or #396).

RGB color model

#4D8264 color RGB value is (77,130,100).

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

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 100 of 255 = 39%

77
130
100

R + G + B ~ 40%. #4D8264 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 130 + 100 = 307 (100%)
R 77 of 307 ~ 25.08%
G 130 of 307 ~ 42.35%
B 100 of 307 ~ 32.57%

%25.08
%42.35
%32.57

CMYK color model

#4D8264 color CMYK value is (41,0,23,49).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(41,0,23,49)
C41M0Y23K49 
(41%,0%,23%,49%)
(0.41/0.00/0.23/0.49)	

CMYK percentages

%40.77
%0
%23.08
%49.02

Codes

Color #4D8264 in popluar color models

4D8264
RGB77130100
HSL146°25.60%40.59%
HSB/HSV146°40.77%50.98%
CMYK40.77%0.00%23.08%
49.02%

Color #4D8264 in popluar number systems.

HEX4D8264
Decimal77130100
Binary1001101100000101100100
Octal115202144

Shades and tints

Shades of #4D8264

#4D8264
(77,130,100)
#46775B
(70,119,91)
#3F6C52
(63,108,82)
#386149
(56,97,73)
#315640
(49,86,64)
#2A4B37
(42,75,55)
#23402E
(35,64,46)
#1C3525
(28,53,37)
#152A1C
(21,42,28)
#0E1F13
(14,31,19)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #4D8264

#4D8264
(77,130,100)
#5D8D72
(93,141,114)
#6D9880
(109,152,128)
#7DA38E
(125,163,142)
#8DAE9C
(141,174,156)
#9DB9AA
(157,185,170)
#ADC4B8
(173,196,184)
#BDCFC6
(189,207,198)
#CDDAD4
(205,218,212)
#DDE5E2
(221,229,226)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8264; }

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

This text font color is #4D8264.


Background Color

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

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

This div background color is #4D8264.


Border color

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

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

This div border color is #4D8264.


Opacity

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

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

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

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

This text has shadow with #4D8264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8264 on black background.


Color preview on white background

This text has color #4D8264 on white background.



Black color preview on #4D8264 background

This text has black color on #4D8264 background.


White color preview on #4D8264 background

This text has white color on #4D8264 background.