COLOR #486B63

HEX: #486B63
RGB: (72,107,99)

Color info

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

RGB color model

#486B63 color RGB value is (72,107,99).

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

RGB channels and saturation

R 72 of 255 = 28%
G 107 of 255 = 42%
B 99 of 255 = 39%

72
107
99

R + G + B ~ 36%. #486B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 107 + 99 = 278 (100%)
R 72 of 278 ~ 25.9%
G 107 of 278 ~ 38.49%
B 99 of 278 ~ 35.61%

%25.9
%38.49
%35.61

CMYK color model

#486B63 color CMYK value is (33,0,7,58).

  • cyan value is 32.71%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(33,0,7,58)
C33M0Y7K58 
(33%,0%,7%,58%)
(0.33/0.00/0.07/0.58)	

CMYK percentages

%32.71
%0
%7.48
%58.04

Codes

Color #486B63 in popluar color models

486B63
RGB7210799
HSL166°19.55%35.10%
HSB/HSV166°32.71%41.96%
CMYK32.71%0.00%7.48%
58.04%

Color #486B63 in popluar number systems.

HEX486B63
Decimal7210799
Binary100100011010111100011
Octal110153143

Shades and tints

Shades of #486B63

#486B63
(72,107,99)
#42625A
(66,98,90)
#3C5951
(60,89,81)
#365048
(54,80,72)
#30473F
(48,71,63)
#2A3E36
(42,62,54)
#24352D
(36,53,45)
#1E2C24
(30,44,36)
#18231B
(24,35,27)
#121A12
(18,26,18)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #486B63

#486B63
(72,107,99)
#587871
(88,120,113)
#68857F
(104,133,127)
#78928D
(120,146,141)
#889F9B
(136,159,155)
#98ACA9
(152,172,169)
#A8B9B7
(168,185,183)
#B8C6C5
(184,198,197)
#C8D3D3
(200,211,211)
#D8E0E1
(216,224,225)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486B63; }

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

This text font color is #486B63.


Background Color

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

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

This div background color is #486B63.


Border color

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

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

This div border color is #486B63.


Opacity

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

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

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

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

This text has shadow with #486B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486B63 on black background.


Color preview on white background

This text has color #486B63 on white background.



Black color preview on #486B63 background

This text has black color on #486B63 background.


White color preview on #486B63 background

This text has white color on #486B63 background.