COLOR #487B65

HEX: #487B65
RGB: (72,123,101)

Color info

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

RGB color model

#487B65 color RGB value is (72,123,101).

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

RGB channels and saturation

R 72 of 255 = 28%
G 123 of 255 = 48%
B 101 of 255 = 40%

72
123
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 123 + 101 = 296 (100%)
R 72 of 296 ~ 24.32%
G 123 of 296 ~ 41.55%
B 101 of 296 ~ 34.12%

%24.32
%41.55
%34.12

CMYK color model

#487B65 color CMYK value is (41,0,18,52).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 51.76%
CMYK:
(41,0,18,52)
C41M0Y18K52 
(41%,0%,18%,52%)
(0.41/0.00/0.18/0.52)	

CMYK percentages

%41.46
%0
%17.89
%51.76

Codes

Color #487B65 in popluar color models

487B65
RGB72123101
HSL154°26.15%38.24%
HSB/HSV154°41.46%48.24%
CMYK41.46%0.00%17.89%
51.76%

Color #487B65 in popluar number systems.

HEX487B65
Decimal72123101
Binary100100011110111100101
Octal110173145

Shades and tints

Shades of #487B65

#487B65
(72,123,101)
#42705C
(66,112,92)
#3C6553
(60,101,83)
#365A4A
(54,90,74)
#304F41
(48,79,65)
#2A4438
(42,68,56)
#24392F
(36,57,47)
#1E2E26
(30,46,38)
#18231D
(24,35,29)
#121814
(18,24,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #487B65

#487B65
(72,123,101)
#588773
(88,135,115)
#689381
(104,147,129)
#789F8F
(120,159,143)
#88AB9D
(136,171,157)
#98B7AB
(152,183,171)
#A8C3B9
(168,195,185)
#B8CFC7
(184,207,199)
#C8DBD5
(200,219,213)
#D8E7E3
(216,231,227)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487B65; }

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

This text font color is #487B65.


Background Color

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

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

This div background color is #487B65.


Border color

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

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

This div border color is #487B65.


Opacity

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

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

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

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

This text has shadow with #487B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487B65 on black background.


Color preview on white background

This text has color #487B65 on white background.



Black color preview on #487B65 background

This text has black color on #487B65 background.


White color preview on #487B65 background

This text has white color on #487B65 background.