COLOR #487474

HEX: #487474
RGB: (72,116,116)

Color info

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

RGB color model

#487474 color RGB value is (72,116,116).

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

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 116 of 255 = 45%

72
116
116

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

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 116 = 304 (100%)
R 72 of 304 ~ 23.68%
G 116 of 304 ~ 38.16%
B 116 of 304 ~ 38.16%

%23.68
%38.16
%38.16

CMYK color model

#487474 color CMYK value is (38,0,0,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,0,0,55)
C38M0Y0K55 
(38%,0%,0%,55%)
(0.38/0.00/0.00/0.55)	

CMYK percentages

%37.93
%0
%0
%54.51

Codes

Color #487474 in popluar color models

487474
RGB72116116
HSL180°23.40%36.86%
HSB/HSV180°37.93%45.49%
CMYK37.93%0.00%0.00%
54.51%

Color #487474 in popluar number systems.

HEX487474
Decimal72116116
Binary100100011101001110100
Octal110164164

Shades and tints

Shades of #487474

#487474
(72,116,116)
#426A6A
(66,106,106)
#3C6060
(60,96,96)
#365656
(54,86,86)
#304C4C
(48,76,76)
#2A4242
(42,66,66)
#243838
(36,56,56)
#1E2E2E
(30,46,46)
#182424
(24,36,36)
#121A1A
(18,26,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #487474

#487474
(72,116,116)
#588080
(88,128,128)
#688C8C
(104,140,140)
#789898
(120,152,152)
#88A4A4
(136,164,164)
#98B0B0
(152,176,176)
#A8BCBC
(168,188,188)
#B8C8C8
(184,200,200)
#C8D4D4
(200,212,212)
#D8E0E0
(216,224,224)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487474; }

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

This text font color is #487474.


Background Color

.myBgColor { background-color: #487474; }

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

This div background color is #487474.


Border color

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

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

This div border color is #487474.


Opacity

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

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

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

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

This text has shadow with #487474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487474 on black background.


Color preview on white background

This text has color #487474 on white background.



Black color preview on #487474 background

This text has black color on #487474 background.


White color preview on #487474 background

This text has white color on #487474 background.