COLOR #4D975B

HEX: #4D975B
RGB: (77,151,91)

Color info

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

RGB color model

#4D975B color RGB value is (77,151,91).

  • red value is 77;
  • green value is 151;
  • blue value is 91.
RGB:
(77,151,91)
(30%,59%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 151 of 255 = 59%
B 91 of 255 = 36%

77
151
91

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

Portions of RGB colors in percentages

R + G + B =
77 + 151 + 91 = 319 (100%)
R 77 of 319 ~ 24.14%
G 151 of 319 ~ 47.34%
B 91 of 319 ~ 28.53%

%24.14
%47.34
%28.53

CMYK color model

#4D975B color CMYK value is (49,0,40,41).

  • cyan value is 49.01%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 40.78%
CMYK:
(49,0,40,41)
C49M0Y40K41 
(49%,0%,40%,41%)
(0.49/0.00/0.40/0.41)	

CMYK percentages

%49.01
%0
%39.74
%40.78

Codes

Color #4D975B in popluar color models

4D975B
RGB7715191
HSL131°32.46%44.71%
HSB/HSV131°49.01%59.22%
CMYK49.01%0.00%39.74%
40.78%

Color #4D975B in popluar number systems.

HEX4D975B
Decimal7715191
Binary1001101100101111011011
Octal115227133

Shades and tints

Shades of #4D975B

#4D975B
(77,151,91)
#468A53
(70,138,83)
#3F7D4B
(63,125,75)
#387043
(56,112,67)
#31633B
(49,99,59)
#2A5633
(42,86,51)
#23492B
(35,73,43)
#1C3C23
(28,60,35)
#152F1B
(21,47,27)
#0E2213
(14,34,19)
#07150B
(7,21,11)
#000000
(0,0,0)

Tints of #4D975B

#4D975B
(77,151,91)
#5DA069
(93,160,105)
#6DA977
(109,169,119)
#7DB285
(125,178,133)
#8DBB93
(141,187,147)
#9DC4A1
(157,196,161)
#ADCDAF
(173,205,175)
#BDD6BD
(189,214,189)
#CDDFCB
(205,223,203)
#DDE8D9
(221,232,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D975B color. Also use rgb(77,151,91) instead hex code.

Text Font Color

.myTextColor { color: #4D975B; }

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

This text font color is #4D975B.


Background Color

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

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

This div background color is #4D975B.


Border color

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

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

This div border color is #4D975B.


Opacity

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

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

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

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

This text has shadow with #4D975B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D975B on black background.


Color preview on white background

This text has color #4D975B on white background.



Black color preview on #4D975B background

This text has black color on #4D975B background.


White color preview on #4D975B background

This text has white color on #4D975B background.