COLOR #487769

HEX: #487769
RGB: (72,119,105)

Color info

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

RGB color model

#487769 color RGB value is (72,119,105).

  • red value is 72;
  • green value is 119;
  • blue value is 105.
RGB:
(72,119,105)
(28%,47%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 105 of 255 = 41%

72
119
105

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

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 105 = 296 (100%)
R 72 of 296 ~ 24.32%
G 119 of 296 ~ 40.2%
B 105 of 296 ~ 35.47%

%24.32
%40.2
%35.47

CMYK color model

#487769 color CMYK value is (39,0,12,53).

  • cyan value is 39.50%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 53.33%
CMYK:
(39,0,12,53)
C39M0Y12K53 
(39%,0%,12%,53%)
(0.39/0.00/0.12/0.53)	

CMYK percentages

%39.5
%0
%11.76
%53.33

Codes

Color #487769 in popluar color models

487769
RGB72119105
HSL162°24.61%37.45%
HSB/HSV162°39.50%46.67%
CMYK39.50%0.00%11.76%
53.33%

Color #487769 in popluar number systems.

HEX487769
Decimal72119105
Binary100100011101111101001
Octal110167151

Shades and tints

Shades of #487769

#487769
(72,119,105)
#426D60
(66,109,96)
#3C6357
(60,99,87)
#36594E
(54,89,78)
#304F45
(48,79,69)
#2A453C
(42,69,60)
#243B33
(36,59,51)
#1E312A
(30,49,42)
#182721
(24,39,33)
#121D18
(18,29,24)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #487769

#487769
(72,119,105)
#588376
(88,131,118)
#688F83
(104,143,131)
#789B90
(120,155,144)
#88A79D
(136,167,157)
#98B3AA
(152,179,170)
#A8BFB7
(168,191,183)
#B8CBC4
(184,203,196)
#C8D7D1
(200,215,209)
#D8E3DE
(216,227,222)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487769; }

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

This text font color is #487769.


Background Color

.myBgColor { background-color: #487769; }

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

This div background color is #487769.


Border color

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

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

This div border color is #487769.


Opacity

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

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

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

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

This text has shadow with #487769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487769 on black background.


Color preview on white background

This text has color #487769 on white background.



Black color preview on #487769 background

This text has black color on #487769 background.


White color preview on #487769 background

This text has white color on #487769 background.