COLOR #487F6A

HEX: #487F6A
RGB: (72,127,106)

Color info

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

RGB color model

#487F6A color RGB value is (72,127,106).

  • red value is 72;
  • green value is 127;
  • blue value is 106.
RGB:
(72,127,106)
(28%,50%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 127 of 255 = 50%
B 106 of 255 = 42%

72
127
106

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

Portions of RGB colors in percentages

R + G + B =
72 + 127 + 106 = 305 (100%)
R 72 of 305 ~ 23.61%
G 127 of 305 ~ 41.64%
B 106 of 305 ~ 34.75%

%23.61
%41.64
%34.75

CMYK color model

#487F6A color CMYK value is (43,0,17,50).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(43,0,17,50)
C43M0Y17K50 
(43%,0%,17%,50%)
(0.43/0.00/0.17/0.50)	

CMYK percentages

%43.31
%0
%16.54
%50.2

Codes

Color #487F6A in popluar color models

487F6A
RGB72127106
HSL157°27.64%39.02%
HSB/HSV157°43.31%49.80%
CMYK43.31%0.00%16.54%
50.20%

Color #487F6A in popluar number systems.

HEX487F6A
Decimal72127106
Binary100100011111111101010
Octal110177152

Shades and tints

Shades of #487F6A

#487F6A
(72,127,106)
#427461
(66,116,97)
#3C6958
(60,105,88)
#365E4F
(54,94,79)
#305346
(48,83,70)
#2A483D
(42,72,61)
#243D34
(36,61,52)
#1E322B
(30,50,43)
#182722
(24,39,34)
#121C19
(18,28,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #487F6A

#487F6A
(72,127,106)
#588A77
(88,138,119)
#689584
(104,149,132)
#78A091
(120,160,145)
#88AB9E
(136,171,158)
#98B6AB
(152,182,171)
#A8C1B8
(168,193,184)
#B8CCC5
(184,204,197)
#C8D7D2
(200,215,210)
#D8E2DF
(216,226,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487F6A; }

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

This text font color is #487F6A.


Background Color

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

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

This div background color is #487F6A.


Border color

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

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

This div border color is #487F6A.


Opacity

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

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

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

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

This text has shadow with #487F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487F6A on black background.


Color preview on white background

This text has color #487F6A on white background.



Black color preview on #487F6A background

This text has black color on #487F6A background.


White color preview on #487F6A background

This text has white color on #487F6A background.