COLOR #487A78

HEX: #487A78
RGB: (72,122,120)

Color info

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

RGB color model

#487A78 color RGB value is (72,122,120).

  • red value is 72;
  • green value is 122;
  • blue value is 120.
RGB:
(72,122,120)
(28%,48%,47%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 120 of 255 = 47%

72
122
120

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

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 120 = 314 (100%)
R 72 of 314 ~ 22.93%
G 122 of 314 ~ 38.85%
B 120 of 314 ~ 38.22%

%22.93
%38.85
%38.22

CMYK color model

#487A78 color CMYK value is (41,0,2,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(41,0,2,52)
C41M0Y2K52 
(41%,0%,2%,52%)
(0.41/0.00/0.02/0.52)	

CMYK percentages

%40.98
%0
%1.64
%52.16

Codes

Color #487A78 in popluar color models

487A78
RGB72122120
HSL178°25.77%38.04%
HSB/HSV178°40.98%47.84%
CMYK40.98%0.00%1.64%
52.16%

Color #487A78 in popluar number systems.

HEX487A78
Decimal72122120
Binary100100011110101111000
Octal110172170

Shades and tints

Shades of #487A78

#487A78
(72,122,120)
#426F6E
(66,111,110)
#3C6464
(60,100,100)
#36595A
(54,89,90)
#304E50
(48,78,80)
#2A4346
(42,67,70)
#24383C
(36,56,60)
#1E2D32
(30,45,50)
#182228
(24,34,40)
#12171E
(18,23,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #487A78

#487A78
(72,122,120)
#588684
(88,134,132)
#689290
(104,146,144)
#789E9C
(120,158,156)
#88AAA8
(136,170,168)
#98B6B4
(152,182,180)
#A8C2C0
(168,194,192)
#B8CECC
(184,206,204)
#C8DAD8
(200,218,216)
#D8E6E4
(216,230,228)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487A78 color. Also use rgb(72,122,120) instead hex code.

Text Font Color

.myTextColor { color: #487A78; }

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

This text font color is #487A78.


Background Color

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

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

This div background color is #487A78.


Border color

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

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

This div border color is #487A78.


Opacity

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

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

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

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

This text has shadow with #487A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A78 on black background.


Color preview on white background

This text has color #487A78 on white background.



Black color preview on #487A78 background

This text has black color on #487A78 background.


White color preview on #487A78 background

This text has white color on #487A78 background.