COLOR #4B9176

HEX: #4B9176
RGB: (75,145,118)

Color info

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

RGB color model

#4B9176 color RGB value is (75,145,118).

  • red value is 75;
  • green value is 145;
  • blue value is 118.
RGB:
(75,145,118)
(29%,57%,46%)

RGB channels and saturation

R 75 of 255 = 29%
G 145 of 255 = 57%
B 118 of 255 = 46%

75
145
118

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

Portions of RGB colors in percentages

R + G + B =
75 + 145 + 118 = 338 (100%)
R 75 of 338 ~ 22.19%
G 145 of 338 ~ 42.9%
B 118 of 338 ~ 34.91%

%22.19
%42.9
%34.91

CMYK color model

#4B9176 color CMYK value is (48,0,19,43).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(48,0,19,43)
C48M0Y19K43 
(48%,0%,19%,43%)
(0.48/0.00/0.19/0.43)	

CMYK percentages

%48.28
%0
%18.62
%43.14

Codes

Color #4B9176 in popluar color models

4B9176
RGB75145118
HSL157°31.82%43.14%
HSB/HSV157°48.28%56.86%
CMYK48.28%0.00%18.62%
43.14%

Color #4B9176 in popluar number systems.

HEX4B9176
Decimal75145118
Binary1001011100100011110110
Octal113221166

Shades and tints

Shades of #4B9176

#4B9176
(75,145,118)
#45846C
(69,132,108)
#3F7762
(63,119,98)
#396A58
(57,106,88)
#335D4E
(51,93,78)
#2D5044
(45,80,68)
#27433A
(39,67,58)
#213630
(33,54,48)
#1B2926
(27,41,38)
#151C1C
(21,28,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #4B9176

#4B9176
(75,145,118)
#5B9B82
(91,155,130)
#6BA58E
(107,165,142)
#7BAF9A
(123,175,154)
#8BB9A6
(139,185,166)
#9BC3B2
(155,195,178)
#ABCDBE
(171,205,190)
#BBD7CA
(187,215,202)
#CBE1D6
(203,225,214)
#DBEBE2
(219,235,226)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9176 color. Also use rgb(75,145,118) instead hex code.

Text Font Color

.myTextColor { color: #4B9176; }

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

This text font color is #4B9176.


Background Color

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

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

This div background color is #4B9176.


Border color

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

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

This div border color is #4B9176.


Opacity

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

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

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

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

This text has shadow with #4B9176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9176 on black background.


Color preview on white background

This text has color #4B9176 on white background.



Black color preview on #4B9176 background

This text has black color on #4B9176 background.


White color preview on #4B9176 background

This text has white color on #4B9176 background.