COLOR #4B977D

HEX: #4B977D
RGB: (75,151,125)

Color info

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

RGB color model

#4B977D color RGB value is (75,151,125).

  • red value is 75;
  • green value is 151;
  • blue value is 125.
RGB:
(75,151,125)
(29%,59%,49%)

RGB channels and saturation

R 75 of 255 = 29%
G 151 of 255 = 59%
B 125 of 255 = 49%

75
151
125

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

Portions of RGB colors in percentages

R + G + B =
75 + 151 + 125 = 351 (100%)
R 75 of 351 ~ 21.37%
G 151 of 351 ~ 43.02%
B 125 of 351 ~ 35.61%

%21.37
%43.02
%35.61

CMYK color model

#4B977D color CMYK value is (50,0,17,41).

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(50,0,17,41)
C50M0Y17K41 
(50%,0%,17%,41%)
(0.50/0.00/0.17/0.41)	

CMYK percentages

%50.33
%0
%17.22
%40.78

Codes

Color #4B977D in popluar color models

4B977D
RGB75151125
HSL159°33.63%44.31%
HSB/HSV159°50.33%59.22%
CMYK50.33%0.00%17.22%
40.78%

Color #4B977D in popluar number systems.

HEX4B977D
Decimal75151125
Binary1001011100101111111101
Octal113227175

Shades and tints

Shades of #4B977D

#4B977D
(75,151,125)
#458A72
(69,138,114)
#3F7D67
(63,125,103)
#39705C
(57,112,92)
#336351
(51,99,81)
#2D5646
(45,86,70)
#27493B
(39,73,59)
#213C30
(33,60,48)
#1B2F25
(27,47,37)
#15221A
(21,34,26)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #4B977D

#4B977D
(75,151,125)
#5BA088
(91,160,136)
#6BA993
(107,169,147)
#7BB29E
(123,178,158)
#8BBBA9
(139,187,169)
#9BC4B4
(155,196,180)
#ABCDBF
(171,205,191)
#BBD6CA
(187,214,202)
#CBDFD5
(203,223,213)
#DBE8E0
(219,232,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B977D color. Also use rgb(75,151,125) instead hex code.

Text Font Color

.myTextColor { color: #4B977D; }

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

This text font color is #4B977D.


Background Color

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

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

This div background color is #4B977D.


Border color

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

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

This div border color is #4B977D.


Opacity

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

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

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

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

This text has shadow with #4B977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B977D on black background.


Color preview on white background

This text has color #4B977D on white background.



Black color preview on #4B977D background

This text has black color on #4B977D background.


White color preview on #4B977D background

This text has white color on #4B977D background.