COLOR #486868

HEX: #486868 RGB: (72,104,104)

Color info

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

RGB color model

#486868 color RGB value is (72,104,104).

RGB: (72,104,104) (28%, 41%, 41%)

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 104 of 255 = 41%

72
104
104

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

Portions of RGB colors in percentages

R + G + B = 72 + 104 + 104 = 280 (100%)
R 72 of 280 ~ 25.71%
G 104 of 280 ~ 37.14%
B 104 of 280 ~ 37.14'%

%25.71
%37.14
%37.14

CMYK color model

#486868 color CMYK value is (31,0,0,59).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (31,0,0,59)
C31M0Y0K59 (31%, 0%, 0%, 59%)
(0.31 / 0.00 / 0.00 / 0.59)

CMYK percentages

%30.77
%0
%0
%59.22

Codes

Color #486868 in popluar color models

48 68 68
RGB 72 104 104
HSL 180° 18.18% 34.51%
HSB/HSV 180° 30.77% 40.78%
CMYK 30.77% 0.00% 0.00%
59.22%

Color #486868 in popluar number systems.

HEX 48 68 68
Decimal 72 104 104
Binary 1001000 1101000 1101000
Octal 110 150 150

Shades and tints

Shades of #486868

#486868
(72,104,104)
#425F5F
(66,95,95)
#3C5656
(60,86,86)
#364D4D
(54,77,77)
#304444
(48,68,68)
#2A3B3B
(42,59,59)
#243232
(36,50,50)
#1E2929
(30,41,41)
#182020
(24,32,32)
#121717
(18,23,23)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #486868

#486868
(72,104,104)
#587575
(88,117,117)
#688282
(104,130,130)
#788F8F
(120,143,143)
#889C9C
(136,156,156)
#98A9A9
(152,169,169)
#A8B6B6
(168,182,182)
#B8C3C3
(184,195,195)
#C8D0D0
(200,208,208)
#D8DDDD
(216,221,221)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486868 color. Also use rgb(72,104,104) instead hex code.

Text Font Color

.myTextColor { color: #486868; }

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

This text font color is #486868.

Background Color

.myBgColor { background-color: #486868; }

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

This div background color is #486868.

Border color

.myBorderColor { border: 1px solid #486868; }

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

This div border color is #486868.

Opacity

.myOpacity80 { color: #486868; opacity: 0.8; }

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

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

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

This text has shadow with #486868 color.


.textShadow {text-shadow: 3px 3px 1px #486868', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #486868; -webkit-box-shadow: 1px 1px 3px 2px #486868; box-shadow:1px 1px 3px 2px #486868;">
Div content here
</div>

This div box has shadow with color #486868.

Preview

Color preview on black background

This text has color #486868 on black background.


Color preview on white background

This text has color #486868 on white background.


Black color preview on #486868 background

This text has black color on #486868 background.


White color preview on #486868 background

This text has white color on #486868 background.


Related colors

Complementary color

Complementary color for #hex is #B79797.


I love getcolorcode.com