COLOR #4D8274

HEX: #4D8274
RGB: (77,130,116)

Color info

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

RGB color model

#4D8274 color RGB value is (77,130,116).

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

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 116 of 255 = 45%

77
130
116

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

Portions of RGB colors in percentages

R + G + B =
77 + 130 + 116 = 323 (100%)
R 77 of 323 ~ 23.84%
G 130 of 323 ~ 40.25%
B 116 of 323 ~ 35.91%

%23.84
%40.25
%35.91

CMYK color model

#4D8274 color CMYK value is (41,0,11,49).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(41,0,11,49)
C41M0Y11K49 
(41%,0%,11%,49%)
(0.41/0.00/0.11/0.49)	

CMYK percentages

%40.77
%0
%10.77
%49.02

Codes

Color #4D8274 in popluar color models

4D8274
RGB77130116
HSL164°25.60%40.59%
HSB/HSV164°40.77%50.98%
CMYK40.77%0.00%10.77%
49.02%

Color #4D8274 in popluar number systems.

HEX4D8274
Decimal77130116
Binary1001101100000101110100
Octal115202164

Shades and tints

Shades of #4D8274

#4D8274
(77,130,116)
#46776A
(70,119,106)
#3F6C60
(63,108,96)
#386156
(56,97,86)
#31564C
(49,86,76)
#2A4B42
(42,75,66)
#234038
(35,64,56)
#1C352E
(28,53,46)
#152A24
(21,42,36)
#0E1F1A
(14,31,26)
#071410
(7,20,16)
#000000
(0,0,0)

Tints of #4D8274

#4D8274
(77,130,116)
#5D8D80
(93,141,128)
#6D988C
(109,152,140)
#7DA398
(125,163,152)
#8DAEA4
(141,174,164)
#9DB9B0
(157,185,176)
#ADC4BC
(173,196,188)
#BDCFC8
(189,207,200)
#CDDAD4
(205,218,212)
#DDE5E0
(221,229,224)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8274; }

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

This text font color is #4D8274.


Background Color

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

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

This div background color is #4D8274.


Border color

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

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

This div border color is #4D8274.


Opacity

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

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

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

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

This text has shadow with #4D8274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8274 on black background.


Color preview on white background

This text has color #4D8274 on white background.



Black color preview on #4D8274 background

This text has black color on #4D8274 background.


White color preview on #4D8274 background

This text has white color on #4D8274 background.