COLOR #487E7F

HEX: #487E7F RGB: (72,126,127)

Color info

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

RGB color model

#487E7F color RGB value is (72,126,127).

RGB: (72,126,127) (28%, 49%, 50%)

RGB channels and saturation

R 72 of 255 = 28%
G 126 of 255 = 49%
B 127 of 255 = 50%

72
126
127

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

Portions of RGB colors in percentages

R + G + B = 72 + 126 + 127 = 325 (100%)
R 72 of 325 ~ 22.15%
G 126 of 325 ~ 38.77%
B 127 of 325 ~ 39.08'%

%22.15
%38.77
%39.08

CMYK color model

#487E7F color CMYK value is (43,1,0,50).

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

CMYK: (43,1,0,50)
C43M1Y0K50 (43%, 1%, 0%, 50%)
(0.43 / 0.01 / 0.00 / 0.50)

CMYK percentages

%43.31
%0.79
%0
%50.2

Codes

Color #487E7F in popluar color models

48 7E 7F
RGB 72 126 127
HSL 181° 27.64% 39.02%
HSB/HSV 181° 43.31% 49.80%
CMYK 43.31% 0.79% 0.00%
50.20%

Color #487E7F in popluar number systems.

HEX 48 7E 7F
Decimal 72 126 127
Binary 1001000 1111110 1111111
Octal 110 176 177

Shades and tints

Shades of #487E7F

#487E7F
(72,126,127)
#427374
(66,115,116)
#3C6869
(60,104,105)
#365D5E
(54,93,94)
#305253
(48,82,83)
#2A4748
(42,71,72)
#243C3D
(36,60,61)
#1E3132
(30,49,50)
#182627
(24,38,39)
#121B1C
(18,27,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #487E7F

#487E7F
(72,126,127)
#58898A
(88,137,138)
#689495
(104,148,149)
#789FA0
(120,159,160)
#88AAAB
(136,170,171)
#98B5B6
(152,181,182)
#A8C0C1
(168,192,193)
#B8CBCC
(184,203,204)
#C8D6D7
(200,214,215)
#D8E1E2
(216,225,226)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487E7F; }

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

This text font color is #487E7F.

Background Color

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

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

This div background color is #487E7F.

Border color

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

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

This div border color is #487E7F.

Opacity

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

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

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

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

This text has shadow with #487E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487E7F.

Preview

Color preview on black background

This text has color #487E7F on black background.


Color preview on white background

This text has color #487E7F on white background.


Black color preview on #487E7F background

This text has black color on #487E7F background.


White color preview on #487E7F background

This text has white color on #487E7F background.


Related colors

Complementary color

Complementary color for #hex is #B78180.


I love getcolorcode.com

Triadic colors

1 #7F487E and #7E7F48 with #487E7F are triadic colors.

2 #7F7E48 and #7E487F with #487E7F are triadic colors.