COLOR #487B68

HEX: #487B68
RGB: (72,123,104)

Color info

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

RGB color model

#487B68 color RGB value is (72,123,104).

  • red value is 72;
  • green value is 123;
  • blue value is 104.
RGB:
(72,123,104)
(28%,48%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 123 of 255 = 48%
B 104 of 255 = 41%

72
123
104

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

Portions of RGB colors in percentages

R + G + B =
72 + 123 + 104 = 299 (100%)
R 72 of 299 ~ 24.08%
G 123 of 299 ~ 41.14%
B 104 of 299 ~ 34.78%

%24.08
%41.14
%34.78

CMYK color model

#487B68 color CMYK value is (41,0,15,52).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 51.76%
CMYK:
(41,0,15,52)
C41M0Y15K52 
(41%,0%,15%,52%)
(0.41/0.00/0.15/0.52)	

CMYK percentages

%41.46
%0
%15.45
%51.76

Codes

Color #487B68 in popluar color models

487B68
RGB72123104
HSL158°26.15%38.24%
HSB/HSV158°41.46%48.24%
CMYK41.46%0.00%15.45%
51.76%

Color #487B68 in popluar number systems.

HEX487B68
Decimal72123104
Binary100100011110111101000
Octal110173150

Shades and tints

Shades of #487B68

#487B68
(72,123,104)
#42705F
(66,112,95)
#3C6556
(60,101,86)
#365A4D
(54,90,77)
#304F44
(48,79,68)
#2A443B
(42,68,59)
#243932
(36,57,50)
#1E2E29
(30,46,41)
#182320
(24,35,32)
#121817
(18,24,23)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #487B68

#487B68
(72,123,104)
#588775
(88,135,117)
#689382
(104,147,130)
#789F8F
(120,159,143)
#88AB9C
(136,171,156)
#98B7A9
(152,183,169)
#A8C3B6
(168,195,182)
#B8CFC3
(184,207,195)
#C8DBD0
(200,219,208)
#D8E7DD
(216,231,221)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487B68; }

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

This text font color is #487B68.


Background Color

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

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

This div background color is #487B68.


Border color

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

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

This div border color is #487B68.


Opacity

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

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

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

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

This text has shadow with #487B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487B68 on black background.


Color preview on white background

This text has color #487B68 on white background.



Black color preview on #487B68 background

This text has black color on #487B68 background.


White color preview on #487B68 background

This text has white color on #487B68 background.