COLOR #4D9569

HEX: #4D9569
RGB: (77,149,105)

Color info

#4D9569 contains mainly green and blue colors. Web safe color of #4D9569 is #339966 (or #396).

RGB color model

#4D9569 color RGB value is (77,149,105).

  • red value is 77;
  • green value is 149;
  • blue value is 105.
RGB:
(77,149,105)
(30%,58%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 149 of 255 = 58%
B 105 of 255 = 41%

77
149
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 149 + 105 = 331 (100%)
R 77 of 331 ~ 23.26%
G 149 of 331 ~ 45.02%
B 105 of 331 ~ 31.72%

%23.26
%45.02
%31.72

CMYK color model

#4D9569 color CMYK value is (48,0,30,42).

  • cyan value is 48.32%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 41.57%
CMYK:
(48,0,30,42)
C48M0Y30K42 
(48%,0%,30%,42%)
(0.48/0.00/0.30/0.42)	

CMYK percentages

%48.32
%0
%29.53
%41.57

Codes

Color #4D9569 in popluar color models

4D9569
RGB77149105
HSL143°31.86%44.31%
HSB/HSV143°48.32%58.43%
CMYK48.32%0.00%29.53%
41.57%

Color #4D9569 in popluar number systems.

HEX4D9569
Decimal77149105
Binary1001101100101011101001
Octal115225151

Shades and tints

Shades of #4D9569

#4D9569
(77,149,105)
#468860
(70,136,96)
#3F7B57
(63,123,87)
#386E4E
(56,110,78)
#316145
(49,97,69)
#2A543C
(42,84,60)
#234733
(35,71,51)
#1C3A2A
(28,58,42)
#152D21
(21,45,33)
#0E2018
(14,32,24)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D9569

#4D9569
(77,149,105)
#5D9E76
(93,158,118)
#6DA783
(109,167,131)
#7DB090
(125,176,144)
#8DB99D
(141,185,157)
#9DC2AA
(157,194,170)
#ADCBB7
(173,203,183)
#BDD4C4
(189,212,196)
#CDDDD1
(205,221,209)
#DDE6DE
(221,230,222)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9569 color. Also use rgb(77,149,105) instead hex code.

Text Font Color

.myTextColor { color: #4D9569; }

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

This text font color is #4D9569.


Background Color

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

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

This div background color is #4D9569.


Border color

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

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

This div border color is #4D9569.


Opacity

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

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

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

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

This text has shadow with #4D9569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9569 on black background.


Color preview on white background

This text has color #4D9569 on white background.



Black color preview on #4D9569 background

This text has black color on #4D9569 background.


White color preview on #4D9569 background

This text has white color on #4D9569 background.