COLOR #4D9568

HEX: #4D9568
RGB: (77,149,104)

Color info

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

RGB color model

#4D9568 color RGB value is (77,149,104).

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

RGB channels and saturation

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

77
149
104

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

Portions of RGB colors in percentages

R + G + B =
77 + 149 + 104 = 330 (100%)
R 77 of 330 ~ 23.33%
G 149 of 330 ~ 45.15%
B 104 of 330 ~ 31.52%

%23.33
%45.15
%31.52

CMYK color model

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

  • cyan value is 48.32%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • 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
%30.2
%41.57

Codes

Color #4D9568 in popluar color models

4D9568
RGB77149104
HSL143°31.86%44.31%
HSB/HSV143°48.32%58.43%
CMYK48.32%0.00%30.20%
41.57%

Color #4D9568 in popluar number systems.

HEX4D9568
Decimal77149104
Binary1001101100101011101000
Octal115225150

Shades and tints

Shades of #4D9568

#4D9568
(77,149,104)
#46885F
(70,136,95)
#3F7B56
(63,123,86)
#386E4D
(56,110,77)
#316144
(49,97,68)
#2A543B
(42,84,59)
#234732
(35,71,50)
#1C3A29
(28,58,41)
#152D20
(21,45,32)
#0E2017
(14,32,23)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #4D9568

#4D9568
(77,149,104)
#5D9E75
(93,158,117)
#6DA782
(109,167,130)
#7DB08F
(125,176,143)
#8DB99C
(141,185,156)
#9DC2A9
(157,194,169)
#ADCBB6
(173,203,182)
#BDD4C3
(189,212,195)
#CDDDD0
(205,221,208)
#DDE6DD
(221,230,221)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9568; }

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

This text font color is #4D9568.


Background Color

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

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

This div background color is #4D9568.


Border color

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

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

This div border color is #4D9568.


Opacity

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

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

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

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

This text has shadow with #4D9568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9568 on black background.


Color preview on white background

This text has color #4D9568 on white background.



Black color preview on #4D9568 background

This text has black color on #4D9568 background.


White color preview on #4D9568 background

This text has white color on #4D9568 background.