COLOR #487A5C

HEX: #487A5C RGB: (72,122,92)

Color info

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

RGB color model

#487A5C color RGB value is (72,122,92).

RGB: (72,122,92) (28%, 48%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 92 of 255 = 36%

72
122
92

R + G + B ~ 37%. #487A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 122 + 92 = 286 (100%)
R 72 of 286 ~ 25.17%
G 122 of 286 ~ 42.66%
B 92 of 286 ~ 32.17'%

%25.17
%42.66
%32.17

CMYK color model

#487A5C color CMYK value is (41,0,25,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK: (41,0,25,52) C41M0Y25K52 (41%,0%,25%,52%) (0.41/0.00/0.25/0.52) 

CMYK percentages

%40.98
%0
%24.59
%52.16

Codes

Color #487A5C in popluar color models

48 7A 5C
RGB 72 122 92
HSL 144° 25.77% 38.04%
HSB/HSV 144° 40.98% 47.84%
CMYK 40.98% 0.00% 24.59%
52.16%

Color #487A5C in popluar number systems.

HEX 48 7A 5C
Decimal 72 122 92
Binary 1001000 1111010 1011100
Octal 110 172 134

Shades and tints

Shades of #487A5C

#487A5C
(72,122,92)
#426F54
(66,111,84)
#3C644C
(60,100,76)
#365944
(54,89,68)
#304E3C
(48,78,60)
#2A4334
(42,67,52)
#24382C
(36,56,44)
#1E2D24
(30,45,36)
#18221C
(24,34,28)
#121714
(18,23,20)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #487A5C

#487A5C
(72,122,92)
#58866A
(88,134,106)
#689278
(104,146,120)
#789E86
(120,158,134)
#88AA94
(136,170,148)
#98B6A2
(152,182,162)
#A8C2B0
(168,194,176)
#B8CEBE
(184,206,190)
#C8DACC
(200,218,204)
#D8E6DA
(216,230,218)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A5C; }

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

This text font color is #487A5C.

Background Color

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

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

This div background color is #487A5C.

Border color

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

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

This div border color is #487A5C.

Opacity

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

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

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

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

This text has shadow with #487A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487A5C.

Preview

Color preview on black background

This text has color #487A5C on black background.


Color preview on white background

This text has color #487A5C on white background.


Black color preview on #487A5C background

This text has black color on #487A5C background.


White color preview on #487A5C background

This text has white color on #487A5C background.


Related colors

Complementary color

Complementary color for #hex is #B785A3.


I love getcolorcode.com

Triadic colors

1 #5C487A and #7A5C48 with #487A5C are triadic colors.

2 #5C7A48 and #7A485C with #487A5C are triadic colors.