COLOR #487B7F

HEX: #487B7F RGB: (72,123,127)

Color info

#487B7F contains red, green and blue colors in about the same proportion. Web safe color of #487B7F is #336666 (or #366).

RGB color model

#487B7F color RGB value is (72,123,127).

RGB: (72,123,127) (28%, 48%, 50%)

RGB channels and saturation

R 72 of 255 = 28%
G 123 of 255 = 48%
B 127 of 255 = 50%

72
123
127

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

Portions of RGB colors in percentages

R + G + B = 72 + 123 + 127 = 322 (100%)
R 72 of 322 ~ 22.36%
G 123 of 322 ~ 38.2%
B 127 of 322 ~ 39.44'%

%22.36
%38.2
%39.44

CMYK color model

#487B7F color CMYK value is (43,3,0,50).

  • cyan value is 43.31%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (43,3,0,50)
C43M3Y0K50 (43%, 3%, 0%, 50%)
(0.43 / 0.03 / 0.00 / 0.50)

CMYK percentages

%43.31
%3.15
%0
%50.2

Codes

Color #487B7F in popluar color models

48 7B 7F
RGB 72 123 127
HSL 184° 27.64% 39.02%
HSB/HSV 184° 43.31% 49.80%
CMYK 43.31% 3.15% 0.00%
50.20%

Color #487B7F in popluar number systems.

HEX 48 7B 7F
Decimal 72 123 127
Binary 1001000 1111011 1111111
Octal 110 173 177

Shades and tints

Shades of #487B7F

#487B7F
(72,123,127)
#427074
(66,112,116)
#3C6569
(60,101,105)
#365A5E
(54,90,94)
#304F53
(48,79,83)
#2A4448
(42,68,72)
#24393D
(36,57,61)
#1E2E32
(30,46,50)
#182327
(24,35,39)
#12181C
(18,24,28)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #487B7F

#487B7F
(72,123,127)
#58878A
(88,135,138)
#689395
(104,147,149)
#789FA0
(120,159,160)
#88ABAB
(136,171,171)
#98B7B6
(152,183,182)
#A8C3C1
(168,195,193)
#B8CFCC
(184,207,204)
#C8DBD7
(200,219,215)
#D8E7E2
(216,231,226)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487B7F color. Also use rgb(72,123,127) instead hex code.

Text Font Color

.myTextColor { color: #487B7F; }

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

This text font color is #487B7F.

Background Color

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

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

This div background color is #487B7F.

Border color

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

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

This div border color is #487B7F.

Opacity

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

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

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

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

This text has shadow with #487B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487B7F.

Preview

Color preview on black background

This text has color #487B7F on black background.


Color preview on white background

This text has color #487B7F on white background.


Black color preview on #487B7F background

This text has black color on #487B7F background.


White color preview on #487B7F background

This text has white color on #487B7F background.


Related colors

Complementary color

Complementary color for #hex is #B78480.


I love getcolorcode.com

Triadic colors

1 #7F487B and #7B7F48 with #487B7F are triadic colors.

2 #7F7B48 and #7B487F with #487B7F are triadic colors.