COLOR #486B6A

HEX: #486B6A
RGB: (72,107,106)

Color info

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

RGB color model

#486B6A color RGB value is (72,107,106).

  • red value is 72;
  • green value is 107;
  • blue value is 106.
RGB:
(72,107,106)
(28%,42%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 107 of 255 = 42%
B 106 of 255 = 42%

72
107
106

R + G + B ~ 37%. #486B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 107 + 106 = 285 (100%)
R 72 of 285 ~ 25.26%
G 107 of 285 ~ 37.54%
B 106 of 285 ~ 37.19%

%25.26
%37.54
%37.19

CMYK color model

#486B6A color CMYK value is (33,0,1,58).

  • cyan value is 32.71%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(33,0,1,58)
C33M0Y1K58 
(33%,0%,1%,58%)
(0.33/0.00/0.01/0.58)	

CMYK percentages

%32.71
%0
%0.93
%58.04

Codes

Color #486B6A in popluar color models

486B6A
RGB72107106
HSL178°19.55%35.10%
HSB/HSV178°32.71%41.96%
CMYK32.71%0.00%0.93%
58.04%

Color #486B6A in popluar number systems.

HEX486B6A
Decimal72107106
Binary100100011010111101010
Octal110153152

Shades and tints

Shades of #486B6A

#486B6A
(72,107,106)
#426261
(66,98,97)
#3C5958
(60,89,88)
#36504F
(54,80,79)
#304746
(48,71,70)
#2A3E3D
(42,62,61)
#243534
(36,53,52)
#1E2C2B
(30,44,43)
#182322
(24,35,34)
#121A19
(18,26,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #486B6A

#486B6A
(72,107,106)
#587877
(88,120,119)
#688584
(104,133,132)
#789291
(120,146,145)
#889F9E
(136,159,158)
#98ACAB
(152,172,171)
#A8B9B8
(168,185,184)
#B8C6C5
(184,198,197)
#C8D3D2
(200,211,210)
#D8E0DF
(216,224,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486B6A color. Also use rgb(72,107,106) instead hex code.

Text Font Color

.myTextColor { color: #486B6A; }

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

This text font color is #486B6A.


Background Color

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

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

This div background color is #486B6A.


Border color

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

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

This div border color is #486B6A.


Opacity

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

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

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

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

This text has shadow with #486B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486B6A on black background.


Color preview on white background

This text has color #486B6A on white background.



Black color preview on #486B6A background

This text has black color on #486B6A background.


White color preview on #486B6A background

This text has white color on #486B6A background.