COLOR #486C76

HEX: #486C76
RGB: (72,108,118)

Color info

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

RGB color model

#486C76 color RGB value is (72,108,118).

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

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 118 of 255 = 46%

72
108
118

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

Portions of RGB colors in percentages

R + G + B =
72 + 108 + 118 = 298 (100%)
R 72 of 298 ~ 24.16%
G 108 of 298 ~ 36.24%
B 118 of 298 ~ 39.6%

%24.16
%36.24
%39.6

CMYK color model

#486C76 color CMYK value is (39,8,0,54).

  • cyan value is 38.98%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(39,8,0,54)
C39M8Y0K54 
(39%,8%,0%,54%)
(0.39/0.08/0.00/0.54)	

CMYK percentages

%38.98
%8.47
%0
%53.73

Codes

Color #486C76 in popluar color models

486C76
RGB72108118
HSL193°24.21%37.25%
HSB/HSV193°38.98%46.27%
CMYK38.98%8.47%0.00%
53.73%

Color #486C76 in popluar number systems.

HEX486C76
Decimal72108118
Binary100100011011001110110
Octal110154166

Shades and tints

Shades of #486C76

#486C76
(72,108,118)
#42636C
(66,99,108)
#3C5A62
(60,90,98)
#365158
(54,81,88)
#30484E
(48,72,78)
#2A3F44
(42,63,68)
#24363A
(36,54,58)
#1E2D30
(30,45,48)
#182426
(24,36,38)
#121B1C
(18,27,28)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #486C76

#486C76
(72,108,118)
#587982
(88,121,130)
#68868E
(104,134,142)
#78939A
(120,147,154)
#88A0A6
(136,160,166)
#98ADB2
(152,173,178)
#A8BABE
(168,186,190)
#B8C7CA
(184,199,202)
#C8D4D6
(200,212,214)
#D8E1E2
(216,225,226)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486C76 color. Also use rgb(72,108,118) instead hex code.

Text Font Color

.myTextColor { color: #486C76; }

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

This text font color is #486C76.


Background Color

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

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

This div background color is #486C76.


Border color

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

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

This div border color is #486C76.


Opacity

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

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

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

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

This text has shadow with #486C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486C76 on black background.


Color preview on white background

This text has color #486C76 on white background.



Black color preview on #486C76 background

This text has black color on #486C76 background.


White color preview on #486C76 background

This text has white color on #486C76 background.