COLOR #486D7F

HEX: #486D7F
RGB: (72,109,127)

Color info

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

RGB color model

#486D7F color RGB value is (72,109,127).

  • red value is 72;
  • green value is 109;
  • blue value is 127.
RGB:
(72,109,127)
(28%,43%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 109 of 255 = 43%
B 127 of 255 = 50%

72
109
127

R + G + B ~ 40%. #486D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 109 + 127 = 308 (100%)
R 72 of 308 ~ 23.38%
G 109 of 308 ~ 35.39%
B 127 of 308 ~ 41.23%

%23.38
%35.39
%41.23

CMYK color model

#486D7F color CMYK value is (43,14,0,50).

  • cyan value is 43.31%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,14,0,50)
C43M14Y0K50 
(43%,14%,0%,50%)
(0.43/0.14/0.00/0.50)	

CMYK percentages

%43.31
%14.17
%0
%50.2

Codes

Color #486D7F in popluar color models

486D7F
RGB72109127
HSL200°27.64%39.02%
HSB/HSV200°43.31%49.80%
CMYK43.31%14.17%0.00%
50.20%

Color #486D7F in popluar number systems.

HEX486D7F
Decimal72109127
Binary100100011011011111111
Octal110155177

Shades and tints

Shades of #486D7F

#486D7F
(72,109,127)
#426474
(66,100,116)
#3C5B69
(60,91,105)
#36525E
(54,82,94)
#304953
(48,73,83)
#2A4048
(42,64,72)
#24373D
(36,55,61)
#1E2E32
(30,46,50)
#182527
(24,37,39)
#121C1C
(18,28,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #486D7F

#486D7F
(72,109,127)
#587A8A
(88,122,138)
#688795
(104,135,149)
#7894A0
(120,148,160)
#88A1AB
(136,161,171)
#98AEB6
(152,174,182)
#A8BBC1
(168,187,193)
#B8C8CC
(184,200,204)
#C8D5D7
(200,213,215)
#D8E2E2
(216,226,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486D7F color. Also use rgb(72,109,127) instead hex code.

Text Font Color

.myTextColor { color: #486D7F; }

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

This text font color is #486D7F.


Background Color

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

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

This div background color is #486D7F.


Border color

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

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

This div border color is #486D7F.


Opacity

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

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

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

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

This text has shadow with #486D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486D7F on black background.


Color preview on white background

This text has color #486D7F on white background.



Black color preview on #486D7F background

This text has black color on #486D7F background.


White color preview on #486D7F background

This text has white color on #486D7F background.