COLOR #4D9155

HEX: #4D9155 RGB: (77,145,85)

Color info

#4D9155 contains mainly green color. Web safe color of #4D9155 is #339966 (or #396).

RGB color model

#4D9155 color RGB value is (77,145,85).

RGB: (77,145,85) (30%, 57%, 33%)

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 85 of 255 = 33%

77
145
85

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

Portions of RGB colors in percentages

R + G + B = 77 + 145 + 85 = 307 (100%)
R 77 of 307 ~ 25.08%
G 145 of 307 ~ 47.23%
B 85 of 307 ~ 27.69'%

%25.08
%47.23
%27.69

CMYK color model

#4D9155 color CMYK value is (47,0,41,43).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 43.14%

CMYK: (47,0,41,43)
C47M0Y41K43 (47%, 0%, 41%, 43%)
(0.47 / 0.00 / 0.41 / 0.43)

CMYK percentages

%46.9
%0
%41.38
%43.14

Codes

Color #4D9155 in popluar color models

4D 91 55
RGB 77 145 85
HSL 127° 30.63% 43.53%
HSB/HSV 127° 46.90% 56.86%
CMYK 46.90% 0.00% 41.38%
43.14%

Color #4D9155 in popluar number systems.

HEX 4D 91 55
Decimal 77 145 85
Binary 1001101 10010001 1010101
Octal 115 221 125

Shades and tints

Shades of #4D9155

#4D9155
(77,145,85)
#46844E
(70,132,78)
#3F7747
(63,119,71)
#386A40
(56,106,64)
#315D39
(49,93,57)
#2A5032
(42,80,50)
#23432B
(35,67,43)
#1C3624
(28,54,36)
#15291D
(21,41,29)
#0E1C16
(14,28,22)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D9155

#4D9155
(77,145,85)
#5D9B64
(93,155,100)
#6DA573
(109,165,115)
#7DAF82
(125,175,130)
#8DB991
(141,185,145)
#9DC3A0
(157,195,160)
#ADCDAF
(173,205,175)
#BDD7BE
(189,215,190)
#CDE1CD
(205,225,205)
#DDEBDC
(221,235,220)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9155 color. Also use rgb(77,145,85) instead hex code.

Text Font Color

.myTextColor { color: #4D9155; }

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

This text font color is #4D9155.

Background Color

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

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

This div background color is #4D9155.

Border color

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

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

This div border color is #4D9155.

Opacity

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

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

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

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

This text has shadow with #4D9155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D9155.

Preview

Color preview on black background

This text has color #4D9155 on black background.


Color preview on white background

This text has color #4D9155 on white background.


Black color preview on #4D9155 background

This text has black color on #4D9155 background.


White color preview on #4D9155 background

This text has white color on #4D9155 background.


Related colors

Complementary color

Complementary color for #hex is #B26EAA.


I love getcolorcode.com

Triadic colors

1 #554D91 and #91554D with #4D9155 are triadic colors.

2 #55914D and #914D55 with #4D9155 are triadic colors.