COLOR #4B8876

HEX: #4B8876 RGB: (75,136,118)

Color info

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

RGB color model

#4B8876 color RGB value is (75,136,118).

RGB: (75,136,118) (29%, 53%, 46%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 118 of 255 = 46%

75
136
118

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

Portions of RGB colors in percentages

R + G + B = 75 + 136 + 118 = 329 (100%)
R 75 of 329 ~ 22.8%
G 136 of 329 ~ 41.34%
B 118 of 329 ~ 35.87'%

%22.8
%41.34
%35.87

CMYK color model

#4B8876 color CMYK value is (45,0,13,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 46.67%

CMYK: (45,0,13,47)
C45M0Y13K47 (45%, 0%, 13%, 47%)
(0.45 / 0.00 / 0.13 / 0.47)

CMYK percentages

%44.85
%0
%13.24
%46.67

Codes

Color #4B8876 in popluar color models

4B 88 76
RGB 75 136 118
HSL 162° 28.91% 41.37%
HSB/HSV 162° 44.85% 53.33%
CMYK 44.85% 0.00% 13.24%
46.67%

Color #4B8876 in popluar number systems.

HEX 4B 88 76
Decimal 75 136 118
Binary 1001011 10001000 1110110
Octal 113 210 166

Shades and tints

Shades of #4B8876

#4B8876
(75,136,118)
#457C6C
(69,124,108)
#3F7062
(63,112,98)
#396458
(57,100,88)
#33584E
(51,88,78)
#2D4C44
(45,76,68)
#27403A
(39,64,58)
#213430
(33,52,48)
#1B2826
(27,40,38)
#151C1C
(21,28,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #4B8876

#4B8876
(75,136,118)
#5B9282
(91,146,130)
#6B9C8E
(107,156,142)
#7BA69A
(123,166,154)
#8BB0A6
(139,176,166)
#9BBAB2
(155,186,178)
#ABC4BE
(171,196,190)
#BBCECA
(187,206,202)
#CBD8D6
(203,216,214)
#DBE2E2
(219,226,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8876; }

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

This text font color is #4B8876.

Background Color

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

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

This div background color is #4B8876.

Border color

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

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

This div border color is #4B8876.

Opacity

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

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

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

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

This text has shadow with #4B8876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8876.

Preview

Color preview on black background

This text has color #4B8876 on black background.


Color preview on white background

This text has color #4B8876 on white background.


Black color preview on #4B8876 background

This text has black color on #4B8876 background.


White color preview on #4B8876 background

This text has white color on #4B8876 background.


Related colors

Complementary color

Complementary color for #hex is #B47789.


I love getcolorcode.com

Triadic colors

1 #764B88 and #88764B with #4B8876 are triadic colors.

2 #76884B and #884B76 with #4B8876 are triadic colors.