COLOR #485856

HEX: #485856
RGB: (72,88,86)

Color info

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

RGB color model

#485856 color RGB value is (72,88,86).

  • red value is 72;
  • green value is 88;
  • blue value is 86.
RGB:
(72,88,86)
(28%,35%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 86 of 255 = 34%

72
88
86

R + G + B ~ 32%. #485856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 86 = 246 (100%)
R 72 of 246 ~ 29.27%
G 88 of 246 ~ 35.77%
B 86 of 246 ~ 34.96%

%29.27
%35.77
%34.96

CMYK color model

#485856 color CMYK value is (18,0,2,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(18,0,2,65)
C18M0Y2K65 
(18%,0%,2%,65%)
(0.18/0.00/0.02/0.65)	

CMYK percentages

%18.18
%0
%2.27
%65.49

Codes

Color #485856 in popluar color models

485856
RGB728886
HSL173°10.00%31.37%
HSB/HSV173°18.18%34.51%
CMYK18.18%0.00%2.27%
65.49%

Color #485856 in popluar number systems.

HEX485856
Decimal728886
Binary100100010110001010110
Octal110130126

Shades and tints

Shades of #485856

#485856
(72,88,86)
#42504F
(66,80,79)
#3C4848
(60,72,72)
#364041
(54,64,65)
#30383A
(48,56,58)
#2A3033
(42,48,51)
#24282C
(36,40,44)
#1E2025
(30,32,37)
#18181E
(24,24,30)
#121017
(18,16,23)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #485856

#485856
(72,88,86)
#586765
(88,103,101)
#687674
(104,118,116)
#788583
(120,133,131)
#889492
(136,148,146)
#98A3A1
(152,163,161)
#A8B2B0
(168,178,176)
#B8C1BF
(184,193,191)
#C8D0CE
(200,208,206)
#D8DFDD
(216,223,221)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485856; }

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

This text font color is #485856.


Background Color

.myBgColor { background-color: #485856; }

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

This div background color is #485856.


Border color

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

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

This div border color is #485856.


Opacity

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

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

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

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

This text has shadow with #485856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485856 on black background.


Color preview on white background

This text has color #485856 on white background.



Black color preview on #485856 background

This text has black color on #485856 background.


White color preview on #485856 background

This text has white color on #485856 background.