COLOR #4D8265

HEX: #4D8265
RGB: (77,130,101)

Color info

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

RGB color model

#4D8265 color RGB value is (77,130,101).

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

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 101 of 255 = 40%

77
130
101

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

Portions of RGB colors in percentages

R + G + B =
77 + 130 + 101 = 308 (100%)
R 77 of 308 ~ 25%
G 130 of 308 ~ 42.21%
B 101 of 308 ~ 32.79%

%25
%42.21
%32.79

CMYK color model

#4D8265 color CMYK value is (41,0,22,49).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(41,0,22,49)
C41M0Y22K49 
(41%,0%,22%,49%)
(0.41/0.00/0.22/0.49)	

CMYK percentages

%40.77
%0
%22.31
%49.02

Codes

Color #4D8265 in popluar color models

4D8265
RGB77130101
HSL147°25.60%40.59%
HSB/HSV147°40.77%50.98%
CMYK40.77%0.00%22.31%
49.02%

Color #4D8265 in popluar number systems.

HEX4D8265
Decimal77130101
Binary1001101100000101100101
Octal115202145

Shades and tints

Shades of #4D8265

#4D8265
(77,130,101)
#46775C
(70,119,92)
#3F6C53
(63,108,83)
#38614A
(56,97,74)
#315641
(49,86,65)
#2A4B38
(42,75,56)
#23402F
(35,64,47)
#1C3526
(28,53,38)
#152A1D
(21,42,29)
#0E1F14
(14,31,20)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #4D8265

#4D8265
(77,130,101)
#5D8D73
(93,141,115)
#6D9881
(109,152,129)
#7DA38F
(125,163,143)
#8DAE9D
(141,174,157)
#9DB9AB
(157,185,171)
#ADC4B9
(173,196,185)
#BDCFC7
(189,207,199)
#CDDAD5
(205,218,213)
#DDE5E3
(221,229,227)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8265; }

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

This text font color is #4D8265.


Background Color

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

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

This div background color is #4D8265.


Border color

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

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

This div border color is #4D8265.


Opacity

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

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

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

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

This text has shadow with #4D8265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8265 on black background.


Color preview on white background

This text has color #4D8265 on white background.



Black color preview on #4D8265 background

This text has black color on #4D8265 background.


White color preview on #4D8265 background

This text has white color on #4D8265 background.