COLOR #4B8E82

HEX: #4B8E82
RGB: (75,142,130)

Color info

#4B8E82 contains mainly green and blue colors. Web safe color of #4B8E82 is #339999 (or #399).

RGB color model

#4B8E82 color RGB value is (75,142,130).

  • red value is 75;
  • green value is 142;
  • blue value is 130.
RGB:
(75,142,130)
(29%,56%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 142 of 255 = 56%
B 130 of 255 = 51%

75
142
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 142 + 130 = 347 (100%)
R 75 of 347 ~ 21.61%
G 142 of 347 ~ 40.92%
B 130 of 347 ~ 37.46%

%21.61
%40.92
%37.46

CMYK color model

#4B8E82 color CMYK value is (47,0,8,44).

  • cyan value is 47.18%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(47,0,8,44)
C47M0Y8K44 
(47%,0%,8%,44%)
(0.47/0.00/0.08/0.44)	

CMYK percentages

%47.18
%0
%8.45
%44.31

Codes

Color #4B8E82 in popluar color models

4B8E82
RGB75142130
HSL169°30.88%42.55%
HSB/HSV169°47.18%55.69%
CMYK47.18%0.00%8.45%
44.31%

Color #4B8E82 in popluar number systems.

HEX4B8E82
Decimal75142130
Binary10010111000111010000010
Octal113216202

Shades and tints

Shades of #4B8E82

#4B8E82
(75,142,130)
#458277
(69,130,119)
#3F766C
(63,118,108)
#396A61
(57,106,97)
#335E56
(51,94,86)
#2D524B
(45,82,75)
#274640
(39,70,64)
#213A35
(33,58,53)
#1B2E2A
(27,46,42)
#15221F
(21,34,31)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #4B8E82

#4B8E82
(75,142,130)
#5B988D
(91,152,141)
#6BA298
(107,162,152)
#7BACA3
(123,172,163)
#8BB6AE
(139,182,174)
#9BC0B9
(155,192,185)
#ABCAC4
(171,202,196)
#BBD4CF
(187,212,207)
#CBDEDA
(203,222,218)
#DBE8E5
(219,232,229)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8E82 color. Also use rgb(75,142,130) instead hex code.

Text Font Color

.myTextColor { color: #4B8E82; }

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

This text font color is #4B8E82.


Background Color

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

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

This div background color is #4B8E82.


Border color

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

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

This div border color is #4B8E82.


Opacity

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

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

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

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

This text has shadow with #4B8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8E82 on black background.


Color preview on white background

This text has color #4B8E82 on white background.



Black color preview on #4B8E82 background

This text has black color on #4B8E82 background.


White color preview on #4B8E82 background

This text has white color on #4B8E82 background.