COLOR #487D7C

HEX: #487D7C RGB: (72,125,124)

Color info

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

RGB color model

#487D7C color RGB value is (72,125,124).

RGB: (72,125,124) (28%, 49%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 125 of 255 = 49%
B 124 of 255 = 49%

72
125
124

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

Portions of RGB colors in percentages

R + G + B = 72 + 125 + 124 = 321 (100%)
R 72 of 321 ~ 22.43%
G 125 of 321 ~ 38.94%
B 124 of 321 ~ 38.63'%

%22.43
%38.94
%38.63

CMYK color model

#487D7C color CMYK value is (42,0,1,51).

  • cyan value is 42.40%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (42,0,1,51)
C42M0Y1K51 (42%, 0%, 1%, 51%)
(0.42 / 0.00 / 0.01 / 0.51)

CMYK percentages

%42.4
%0
%0.8
%50.98

Codes

Color #487D7C in popluar color models

48 7D 7C
RGB 72 125 124
HSL 179° 26.90% 38.63%
HSB/HSV 179° 42.40% 49.02%
CMYK 42.40% 0.00% 0.80%
50.98%

Color #487D7C in popluar number systems.

HEX 48 7D 7C
Decimal 72 125 124
Binary 1001000 1111101 1111100
Octal 110 175 174

Shades and tints

Shades of #487D7C

#487D7C
(72,125,124)
#427271
(66,114,113)
#3C6766
(60,103,102)
#365C5B
(54,92,91)
#305150
(48,81,80)
#2A4645
(42,70,69)
#243B3A
(36,59,58)
#1E302F
(30,48,47)
#182524
(24,37,36)
#121A19
(18,26,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #487D7C

#487D7C
(72,125,124)
#588887
(88,136,135)
#689392
(104,147,146)
#789E9D
(120,158,157)
#88A9A8
(136,169,168)
#98B4B3
(152,180,179)
#A8BFBE
(168,191,190)
#B8CAC9
(184,202,201)
#C8D5D4
(200,213,212)
#D8E0DF
(216,224,223)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487D7C; }

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

This text font color is #487D7C.

Background Color

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

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

This div background color is #487D7C.

Border color

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

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

This div border color is #487D7C.

Opacity

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

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

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

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

This text has shadow with #487D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487D7C.

Preview

Color preview on black background

This text has color #487D7C on black background.


Color preview on white background

This text has color #487D7C on white background.


Black color preview on #487D7C background

This text has black color on #487D7C background.


White color preview on #487D7C background

This text has white color on #487D7C background.


Related colors

Complementary color

Complementary color for #hex is #B78283.


I love getcolorcode.com

Triadic colors

1 #7C487D and #7D7C48 with #487D7C are triadic colors.

2 #7C7D48 and #7D487C with #487D7C are triadic colors.