COLOR #487A72

HEX: #487A72
RGB: (72,122,114)

Color info

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

RGB color model

#487A72 color RGB value is (72,122,114).

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

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 114 of 255 = 45%

72
122
114

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

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 114 = 308 (100%)
R 72 of 308 ~ 23.38%
G 122 of 308 ~ 39.61%
B 114 of 308 ~ 37.01%

%23.38
%39.61
%37.01

CMYK color model

#487A72 color CMYK value is (41,0,7,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(41,0,7,52)
C41M0Y7K52 
(41%,0%,7%,52%)
(0.41/0.00/0.07/0.52)	

CMYK percentages

%40.98
%0
%6.56
%52.16

Codes

Color #487A72 in popluar color models

487A72
RGB72122114
HSL170°25.77%38.04%
HSB/HSV170°40.98%47.84%
CMYK40.98%0.00%6.56%
52.16%

Color #487A72 in popluar number systems.

HEX487A72
Decimal72122114
Binary100100011110101110010
Octal110172162

Shades and tints

Shades of #487A72

#487A72
(72,122,114)
#426F68
(66,111,104)
#3C645E
(60,100,94)
#365954
(54,89,84)
#304E4A
(48,78,74)
#2A4340
(42,67,64)
#243836
(36,56,54)
#1E2D2C
(30,45,44)
#182222
(24,34,34)
#121718
(18,23,24)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #487A72

#487A72
(72,122,114)
#58867E
(88,134,126)
#68928A
(104,146,138)
#789E96
(120,158,150)
#88AAA2
(136,170,162)
#98B6AE
(152,182,174)
#A8C2BA
(168,194,186)
#B8CEC6
(184,206,198)
#C8DAD2
(200,218,210)
#D8E6DE
(216,230,222)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A72; }

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

This text font color is #487A72.


Background Color

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

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

This div background color is #487A72.


Border color

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

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

This div border color is #487A72.


Opacity

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

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

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

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

This text has shadow with #487A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A72 on black background.


Color preview on white background

This text has color #487A72 on white background.



Black color preview on #487A72 background

This text has black color on #487A72 background.


White color preview on #487A72 background

This text has white color on #487A72 background.