COLOR #4B977E

HEX: #4B977E RGB: (75,151,126)

Color info

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

RGB color model

#4B977E color RGB value is (75,151,126).

RGB: (75,151,126) (29%, 59%, 49%)

RGB channels and saturation

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

75
151
126

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

Portions of RGB colors in percentages

R + G + B = 75 + 151 + 126 = 352 (100%)
R 75 of 352 ~ 21.31%
G 151 of 352 ~ 42.9%
B 126 of 352 ~ 35.8'%

%21.31
%42.9
%35.8

CMYK color model

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

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • 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
%16.56
%40.78

Codes

Color #4B977E in popluar color models

4B 97 7E
RGB 75 151 126
HSL 160° 33.63% 44.31%
HSB/HSV 160° 50.33% 59.22%
CMYK 50.33% 0.00% 16.56%
40.78%

Color #4B977E in popluar number systems.

HEX 4B 97 7E
Decimal 75 151 126
Binary 1001011 10010111 1111110
Octal 113 227 176

Shades and tints

Shades of #4B977E

#4B977E
(75,151,126)
#458A73
(69,138,115)
#3F7D68
(63,125,104)
#39705D
(57,112,93)
#336352
(51,99,82)
#2D5647
(45,86,71)
#27493C
(39,73,60)
#213C31
(33,60,49)
#1B2F26
(27,47,38)
#15221B
(21,34,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #4B977E

#4B977E
(75,151,126)
#5BA089
(91,160,137)
#6BA994
(107,169,148)
#7BB29F
(123,178,159)
#8BBBAA
(139,187,170)
#9BC4B5
(155,196,181)
#ABCDC0
(171,205,192)
#BBD6CB
(187,214,203)
#CBDFD6
(203,223,214)
#DBE8E1
(219,232,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B977E; }

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

This text font color is #4B977E.

Background Color

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

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

This div background color is #4B977E.

Border color

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

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

This div border color is #4B977E.

Opacity

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

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

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

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

This text has shadow with #4B977E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B977E.

Preview

Color preview on black background

This text has color #4B977E on black background.


Color preview on white background

This text has color #4B977E on white background.


Black color preview on #4B977E background

This text has black color on #4B977E background.


White color preview on #4B977E background

This text has white color on #4B977E background.


Related colors

Complementary color

Complementary color for #hex is #B46881.


I love getcolorcode.com

Triadic colors

1 #7E4B97 and #977E4B with #4B977E are triadic colors.

2 #7E974B and #974B7E with #4B977E are triadic colors.