COLOR #487C63

HEX: #487C63
RGB: (72,124,99)

Color info

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

RGB color model

#487C63 color RGB value is (72,124,99).

  • red value is 72;
  • green value is 124;
  • blue value is 99.
RGB:
(72,124,99)
(28%,49%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 99 of 255 = 39%

72
124
99

R + G + B ~ 39%. #487C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 124 + 99 = 295 (100%)
R 72 of 295 ~ 24.41%
G 124 of 295 ~ 42.03%
B 99 of 295 ~ 33.56%

%24.41
%42.03
%33.56

CMYK color model

#487C63 color CMYK value is (42,0,20,51).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(42,0,20,51)
C42M0Y20K51 
(42%,0%,20%,51%)
(0.42/0.00/0.20/0.51)	

CMYK percentages

%41.94
%0
%20.16
%51.37

Codes

Color #487C63 in popluar color models

487C63
RGB7212499
HSL151°26.53%38.43%
HSB/HSV151°41.94%48.63%
CMYK41.94%0.00%20.16%
51.37%

Color #487C63 in popluar number systems.

HEX487C63
Decimal7212499
Binary100100011111001100011
Octal110174143

Shades and tints

Shades of #487C63

#487C63
(72,124,99)
#42715A
(66,113,90)
#3C6651
(60,102,81)
#365B48
(54,91,72)
#30503F
(48,80,63)
#2A4536
(42,69,54)
#243A2D
(36,58,45)
#1E2F24
(30,47,36)
#18241B
(24,36,27)
#121912
(18,25,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #487C63

#487C63
(72,124,99)
#588771
(88,135,113)
#68927F
(104,146,127)
#789D8D
(120,157,141)
#88A89B
(136,168,155)
#98B3A9
(152,179,169)
#A8BEB7
(168,190,183)
#B8C9C5
(184,201,197)
#C8D4D3
(200,212,211)
#D8DFE1
(216,223,225)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487C63; }

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

This text font color is #487C63.


Background Color

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

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

This div background color is #487C63.


Border color

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

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

This div border color is #487C63.


Opacity

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

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

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

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

This text has shadow with #487C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487C63 on black background.


Color preview on white background

This text has color #487C63 on white background.



Black color preview on #487C63 background

This text has black color on #487C63 background.


White color preview on #487C63 background

This text has white color on #487C63 background.