COLOR #487C6D

HEX: #487C6D RGB: (72,124,109)

Color info

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

RGB color model

#487C6D color RGB value is (72,124,109).

RGB: (72,124,109) (28%, 49%, 43%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 109 of 255 = 43%

72
124
109

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

Portions of RGB colors in percentages

R + G + B = 72 + 124 + 109 = 305 (100%)
R 72 of 305 ~ 23.61%
G 124 of 305 ~ 40.66%
B 109 of 305 ~ 35.74'%

%23.61
%40.66
%35.74

CMYK color model

#487C6D color CMYK value is (42,0,12,51).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 51.37%

CMYK: (42,0,12,51)
C42M0Y12K51 (42%, 0%, 12%, 51%)
(0.42 / 0.00 / 0.12 / 0.51)

CMYK percentages

%41.94
%0
%12.1
%51.37

Codes

Color #487C6D in popluar color models

48 7C 6D
RGB 72 124 109
HSL 163° 26.53% 38.43%
HSB/HSV 163° 41.94% 48.63%
CMYK 41.94% 0.00% 12.10%
51.37%

Color #487C6D in popluar number systems.

HEX 48 7C 6D
Decimal 72 124 109
Binary 1001000 1111100 1101101
Octal 110 174 155

Shades and tints

Shades of #487C6D

#487C6D
(72,124,109)
#427164
(66,113,100)
#3C665B
(60,102,91)
#365B52
(54,91,82)
#305049
(48,80,73)
#2A4540
(42,69,64)
#243A37
(36,58,55)
#1E2F2E
(30,47,46)
#182425
(24,36,37)
#12191C
(18,25,28)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #487C6D

#487C6D
(72,124,109)
#58877A
(88,135,122)
#689287
(104,146,135)
#789D94
(120,157,148)
#88A8A1
(136,168,161)
#98B3AE
(152,179,174)
#A8BEBB
(168,190,187)
#B8C9C8
(184,201,200)
#C8D4D5
(200,212,213)
#D8DFE2
(216,223,226)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C6D color. Also use rgb(72,124,109) instead hex code.

Text Font Color

.myTextColor { color: #487C6D; }

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

This text font color is #487C6D.

Background Color

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

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

This div background color is #487C6D.

Border color

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

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

This div border color is #487C6D.

Opacity

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

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

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

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

This text has shadow with #487C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487C6D.

Preview

Color preview on black background

This text has color #487C6D on black background.


Color preview on white background

This text has color #487C6D on white background.


Black color preview on #487C6D background

This text has black color on #487C6D background.


White color preview on #487C6D background

This text has white color on #487C6D background.


Related colors

Complementary color

Complementary color for #hex is #B78392.


I love getcolorcode.com

Triadic colors

1 #6D487C and #7C6D48 with #487C6D are triadic colors.

2 #6D7C48 and #7C486D with #487C6D are triadic colors.