COLOR #487168

HEX: #487168
RGB: (72,113,104)

Color info

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

RGB color model

#487168 color RGB value is (72,113,104).

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

RGB channels and saturation

R 72 of 255 = 28%
G 113 of 255 = 44%
B 104 of 255 = 41%

72
113
104

R + G + B ~ 38%. #487168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 113 + 104 = 289 (100%)
R 72 of 289 ~ 24.91%
G 113 of 289 ~ 39.1%
B 104 of 289 ~ 35.99%

%24.91
%39.1
%35.99

CMYK color model

#487168 color CMYK value is (36,0,8,56).

  • cyan value is 36.28%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(36,0,8,56)
C36M0Y8K56 
(36%,0%,8%,56%)
(0.36/0.00/0.08/0.56)	

CMYK percentages

%36.28
%0
%7.96
%55.69

Codes

Color #487168 in popluar color models

487168
RGB72113104
HSL167°22.16%36.27%
HSB/HSV167°36.28%44.31%
CMYK36.28%0.00%7.96%
55.69%

Color #487168 in popluar number systems.

HEX487168
Decimal72113104
Binary100100011100011101000
Octal110161150

Shades and tints

Shades of #487168

#487168
(72,113,104)
#42675F
(66,103,95)
#3C5D56
(60,93,86)
#36534D
(54,83,77)
#304944
(48,73,68)
#2A3F3B
(42,63,59)
#243532
(36,53,50)
#1E2B29
(30,43,41)
#182120
(24,33,32)
#121717
(18,23,23)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #487168

#487168
(72,113,104)
#587D75
(88,125,117)
#688982
(104,137,130)
#78958F
(120,149,143)
#88A19C
(136,161,156)
#98ADA9
(152,173,169)
#A8B9B6
(168,185,182)
#B8C5C3
(184,197,195)
#C8D1D0
(200,209,208)
#D8DDDD
(216,221,221)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487168; }

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

This text font color is #487168.


Background Color

.myBgColor { background-color: #487168; }

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

This div background color is #487168.


Border color

.myBorderColor { border: 1px solid #487168; }

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

This div border color is #487168.


Opacity

.myOpacity80 { color: #487168; opacity: 0.8; }

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

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

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

This text has shadow with #487168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487168 on black background.


Color preview on white background

This text has color #487168 on white background.



Black color preview on #487168 background

This text has black color on #487168 background.


White color preview on #487168 background

This text has white color on #487168 background.