COLOR #487B76

HEX: #487B76
RGB: (72,123,118)

Color info

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

RGB color model

#487B76 color RGB value is (72,123,118).

  • red value is 72;
  • green value is 123;
  • blue value is 118.
RGB:
(72,123,118)
(28%,48%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 123 of 255 = 48%
B 118 of 255 = 46%

72
123
118

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

Portions of RGB colors in percentages

R + G + B =
72 + 123 + 118 = 313 (100%)
R 72 of 313 ~ 23%
G 123 of 313 ~ 39.3%
B 118 of 313 ~ 37.7%

%23
%39.3
%37.7

CMYK color model

#487B76 color CMYK value is (41,0,4,52).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(41,0,4,52)
C41M0Y4K52 
(41%,0%,4%,52%)
(0.41/0.00/0.04/0.52)	

CMYK percentages

%41.46
%0
%4.07
%51.76

Codes

Color #487B76 in popluar color models

487B76
RGB72123118
HSL174°26.15%38.24%
HSB/HSV174°41.46%48.24%
CMYK41.46%0.00%4.07%
51.76%

Color #487B76 in popluar number systems.

HEX487B76
Decimal72123118
Binary100100011110111110110
Octal110173166

Shades and tints

Shades of #487B76

#487B76
(72,123,118)
#42706C
(66,112,108)
#3C6562
(60,101,98)
#365A58
(54,90,88)
#304F4E
(48,79,78)
#2A4444
(42,68,68)
#24393A
(36,57,58)
#1E2E30
(30,46,48)
#182326
(24,35,38)
#12181C
(18,24,28)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #487B76

#487B76
(72,123,118)
#588782
(88,135,130)
#68938E
(104,147,142)
#789F9A
(120,159,154)
#88ABA6
(136,171,166)
#98B7B2
(152,183,178)
#A8C3BE
(168,195,190)
#B8CFCA
(184,207,202)
#C8DBD6
(200,219,214)
#D8E7E2
(216,231,226)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487B76 color. Also use rgb(72,123,118) instead hex code.

Text Font Color

.myTextColor { color: #487B76; }

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

This text font color is #487B76.


Background Color

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

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

This div background color is #487B76.


Border color

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

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

This div border color is #487B76.


Opacity

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

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

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

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

This text has shadow with #487B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487B76 on black background.


Color preview on white background

This text has color #487B76 on white background.



Black color preview on #487B76 background

This text has black color on #487B76 background.


White color preview on #487B76 background

This text has white color on #487B76 background.