COLOR #486E77

HEX: #486E77
RGB: (72,110,119)

Color info

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

RGB color model

#486E77 color RGB value is (72,110,119).

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

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 119 of 255 = 47%

72
110
119

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

Portions of RGB colors in percentages

R + G + B =
72 + 110 + 119 = 301 (100%)
R 72 of 301 ~ 23.92%
G 110 of 301 ~ 36.54%
B 119 of 301 ~ 39.53%

%23.92
%36.54
%39.53

CMYK color model

#486E77 color CMYK value is (39,8,0,53).

  • cyan value is 39.50%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,8,0,53)
C39M8Y0K53 
(39%,8%,0%,53%)
(0.39/0.08/0.00/0.53)	

CMYK percentages

%39.5
%7.56
%0
%53.33

Codes

Color #486E77 in popluar color models

486E77
RGB72110119
HSL191°24.61%37.45%
HSB/HSV191°39.50%46.67%
CMYK39.50%7.56%0.00%
53.33%

Color #486E77 in popluar number systems.

HEX486E77
Decimal72110119
Binary100100011011101110111
Octal110156167

Shades and tints

Shades of #486E77

#486E77
(72,110,119)
#42646D
(66,100,109)
#3C5A63
(60,90,99)
#365059
(54,80,89)
#30464F
(48,70,79)
#2A3C45
(42,60,69)
#24323B
(36,50,59)
#1E2831
(30,40,49)
#181E27
(24,30,39)
#12141D
(18,20,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #486E77

#486E77
(72,110,119)
#587B83
(88,123,131)
#68888F
(104,136,143)
#78959B
(120,149,155)
#88A2A7
(136,162,167)
#98AFB3
(152,175,179)
#A8BCBF
(168,188,191)
#B8C9CB
(184,201,203)
#C8D6D7
(200,214,215)
#D8E3E3
(216,227,227)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486E77; }

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

This text font color is #486E77.


Background Color

.myBgColor { background-color: #486E77; }

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

This div background color is #486E77.


Border color

.myBorderColor { border: 1px solid #486E77; }

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

This div border color is #486E77.


Opacity

.myOpacity80 { color: #486E77; opacity: 0.8; }

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

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

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

This text has shadow with #486E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486E77 on black background.


Color preview on white background

This text has color #486E77 on white background.



Black color preview on #486E77 background

This text has black color on #486E77 background.


White color preview on #486E77 background

This text has white color on #486E77 background.