COLOR #487C8B

HEX: #487C8B RGB: (72,124,139)

Color info

#487C8B contains mainly green and blue colors. Web safe color of #487C8B is #336699 (or #369).

RGB color model

#487C8B color RGB value is (72,124,139).

RGB: (72,124,139) (28%, 49%, 55%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 139 of 255 = 55%

72
124
139

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

Portions of RGB colors in percentages

R + G + B = 72 + 124 + 139 = 335 (100%)
R 72 of 335 ~ 21.49%
G 124 of 335 ~ 37.01%
B 139 of 335 ~ 41.49'%

%21.49
%37.01
%41.49

CMYK color model

#487C8B color CMYK value is (48,11,0,45).

  • cyan value is 48.20%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (48,11,0,45)
C48M11Y0K45 (48%, 11%, 0%, 45%)
(0.48 / 0.11 / 0.00 / 0.45)

CMYK percentages

%48.2
%10.79
%0
%45.49

Codes

Color #487C8B in popluar color models

48 7C 8B
RGB 72 124 139
HSL 193° 31.75% 41.37%
HSB/HSV 193° 48.20% 54.51%
CMYK 48.20% 10.79% 0.00%
45.49%

Color #487C8B in popluar number systems.

HEX 48 7C 8B
Decimal 72 124 139
Binary 1001000 1111100 10001011
Octal 110 174 213

Shades and tints

Shades of #487C8B

#487C8B
(72,124,139)
#42717F
(66,113,127)
#3C6673
(60,102,115)
#365B67
(54,91,103)
#30505B
(48,80,91)
#2A454F
(42,69,79)
#243A43
(36,58,67)
#1E2F37
(30,47,55)
#18242B
(24,36,43)
#12191F
(18,25,31)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #487C8B

#487C8B
(72,124,139)
#588795
(88,135,149)
#68929F
(104,146,159)
#789DA9
(120,157,169)
#88A8B3
(136,168,179)
#98B3BD
(152,179,189)
#A8BEC7
(168,190,199)
#B8C9D1
(184,201,209)
#C8D4DB
(200,212,219)
#D8DFE5
(216,223,229)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C8B color. Also use rgb(72,124,139) instead hex code.

Text Font Color

.myTextColor { color: #487C8B; }

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

This text font color is #487C8B.

Background Color

.myBgColor { background-color: #487C8B; }

<div style="background-color:#487C8B">Inner text</div>

This div background color is #487C8B.

Border color

.myBorderColor { border: 1px solid #487C8B; }

<div style="border:3px solid #487C8B">Div</div>

This div border color is #487C8B.

Opacity

.myOpacity80 { color: #487C8B; opacity: 0.8; }

<p style="color:#487C8B;opacity:0.8;">80%</p>

Text with #487C8B 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 #487C8B;}

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

This text has shadow with #487C8B color.


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

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

This text has shadow with #487C8B primary color and red secondary color.


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

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

This text has shadow with #487C8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #487C8B.

Preview

Color preview on black background

This text has color #487C8B on black background.


Color preview on white background

This text has color #487C8B on white background.


Black color preview on #487C8B background

This text has black color on #487C8B background.


White color preview on #487C8B background

This text has white color on #487C8B background.


Related colors

Complementary color

Complementary color for #hex is #B78374.


I love getcolorcode.com

Triadic colors

1 #8B487C and #7C8B48 with #487C8B are triadic colors.

2 #8B7C48 and #7C488B with #487C8B are triadic colors.