COLOR #4B8587

HEX: #4B8587
RGB: (75,133,135)

Color info

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

RGB color model

#4B8587 color RGB value is (75,133,135).

  • red value is 75;
  • green value is 133;
  • blue value is 135.
RGB:
(75,133,135)
(29%,52%,53%)

RGB channels and saturation

R 75 of 255 = 29%
G 133 of 255 = 52%
B 135 of 255 = 53%

75
133
135

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

Portions of RGB colors in percentages

R + G + B =
75 + 133 + 135 = 343 (100%)
R 75 of 343 ~ 21.87%
G 133 of 343 ~ 38.78%
B 135 of 343 ~ 39.36%

%21.87
%38.78
%39.36

CMYK color model

#4B8587 color CMYK value is (44,1,0,47).

  • cyan value is 44.44%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(44,1,0,47)
C44M1Y0K47 
(44%,1%,0%,47%)
(0.44/0.01/0.00/0.47)	

CMYK percentages

%44.44
%1.48
%0
%47.06

Codes

Color #4B8587 in popluar color models

4B8587
RGB75133135
HSL182°28.57%41.18%
HSB/HSV182°44.44%52.94%
CMYK44.44%1.48%0.00%
47.06%

Color #4B8587 in popluar number systems.

HEX4B8587
Decimal75133135
Binary10010111000010110000111
Octal113205207

Shades and tints

Shades of #4B8587

#4B8587
(75,133,135)
#45797B
(69,121,123)
#3F6D6F
(63,109,111)
#396163
(57,97,99)
#335557
(51,85,87)
#2D494B
(45,73,75)
#273D3F
(39,61,63)
#213133
(33,49,51)
#1B2527
(27,37,39)
#15191B
(21,25,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #4B8587

#4B8587
(75,133,135)
#5B9091
(91,144,145)
#6B9B9B
(107,155,155)
#7BA6A5
(123,166,165)
#8BB1AF
(139,177,175)
#9BBCB9
(155,188,185)
#ABC7C3
(171,199,195)
#BBD2CD
(187,210,205)
#CBDDD7
(203,221,215)
#DBE8E1
(219,232,225)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8587 color. Also use rgb(75,133,135) instead hex code.

Text Font Color

.myTextColor { color: #4B8587; }

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

This text font color is #4B8587.


Background Color

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

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

This div background color is #4B8587.


Border color

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

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

This div border color is #4B8587.


Opacity

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

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

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

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

This text has shadow with #4B8587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8587 on black background.


Color preview on white background

This text has color #4B8587 on white background.



Black color preview on #4B8587 background

This text has black color on #4B8587 background.


White color preview on #4B8587 background

This text has white color on #4B8587 background.