COLOR #4B8B78

HEX: #4B8B78
RGB: (75,139,120)

Color info

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

RGB color model

#4B8B78 color RGB value is (75,139,120).

  • red value is 75;
  • green value is 139;
  • blue value is 120.
RGB:
(75,139,120)
(29%,55%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 139 of 255 = 55%
B 120 of 255 = 47%

75
139
120

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

Portions of RGB colors in percentages

R + G + B =
75 + 139 + 120 = 334 (100%)
R 75 of 334 ~ 22.46%
G 139 of 334 ~ 41.62%
B 120 of 334 ~ 35.93%

%22.46
%41.62
%35.93

CMYK color model

#4B8B78 color CMYK value is (46,0,14,45).

  • cyan value is 46.04%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • key color value is 45.49%
CMYK:
(46,0,14,45)
C46M0Y14K45 
(46%,0%,14%,45%)
(0.46/0.00/0.14/0.45)	

CMYK percentages

%46.04
%0
%13.67
%45.49

Codes

Color #4B8B78 in popluar color models

4B8B78
RGB75139120
HSL162°29.91%41.96%
HSB/HSV162°46.04%54.51%
CMYK46.04%0.00%13.67%
45.49%

Color #4B8B78 in popluar number systems.

HEX4B8B78
Decimal75139120
Binary1001011100010111111000
Octal113213170

Shades and tints

Shades of #4B8B78

#4B8B78
(75,139,120)
#457F6E
(69,127,110)
#3F7364
(63,115,100)
#39675A
(57,103,90)
#335B50
(51,91,80)
#2D4F46
(45,79,70)
#27433C
(39,67,60)
#213732
(33,55,50)
#1B2B28
(27,43,40)
#151F1E
(21,31,30)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #4B8B78

#4B8B78
(75,139,120)
#5B9584
(91,149,132)
#6B9F90
(107,159,144)
#7BA99C
(123,169,156)
#8BB3A8
(139,179,168)
#9BBDB4
(155,189,180)
#ABC7C0
(171,199,192)
#BBD1CC
(187,209,204)
#CBDBD8
(203,219,216)
#DBE5E4
(219,229,228)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8B78 color. Also use rgb(75,139,120) instead hex code.

Text Font Color

.myTextColor { color: #4B8B78; }

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

This text font color is #4B8B78.


Background Color

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

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

This div background color is #4B8B78.


Border color

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

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

This div border color is #4B8B78.


Opacity

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

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

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

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

This text has shadow with #4B8B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8B78 on black background.


Color preview on white background

This text has color #4B8B78 on white background.



Black color preview on #4B8B78 background

This text has black color on #4B8B78 background.


White color preview on #4B8B78 background

This text has white color on #4B8B78 background.