COLOR #485256

HEX: #485256
RGB: (72,82,86)

Color info

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

RGB color model

#485256 color RGB value is (72,82,86).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 86 of 255 = 34%

72
82
86

R + G + B ~ 31%. #485256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 86 = 240 (100%)
R 72 of 240 ~ 30%
G 82 of 240 ~ 34.17%
B 86 of 240 ~ 35.83%

%30
%34.17
%35.83

CMYK color model

#485256 color CMYK value is (16,5,0,66).

  • cyan value is 16.28%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(16,5,0,66)
C16M5Y0K66 
(16%,5%,0%,66%)
(0.16/0.05/0.00/0.66)	

CMYK percentages

%16.28
%4.65
%0
%66.27

Codes

Color #485256 in popluar color models

485256
RGB728286
HSL197°8.86%30.98%
HSB/HSV197°16.28%33.73%
CMYK16.28%4.65%0.00%
66.27%

Color #485256 in popluar number systems.

HEX485256
Decimal728286
Binary100100010100101010110
Octal110122126

Shades and tints

Shades of #485256

#485256
(72,82,86)
#424B4F
(66,75,79)
#3C4448
(60,68,72)
#363D41
(54,61,65)
#30363A
(48,54,58)
#2A2F33
(42,47,51)
#24282C
(36,40,44)
#1E2125
(30,33,37)
#181A1E
(24,26,30)
#121317
(18,19,23)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #485256

#485256
(72,82,86)
#586165
(88,97,101)
#687074
(104,112,116)
#787F83
(120,127,131)
#888E92
(136,142,146)
#989DA1
(152,157,161)
#A8ACB0
(168,172,176)
#B8BBBF
(184,187,191)
#C8CACE
(200,202,206)
#D8D9DD
(216,217,221)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485256; }

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

This text font color is #485256.


Background Color

.myBgColor { background-color: #485256; }

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

This div background color is #485256.


Border color

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

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

This div border color is #485256.


Opacity

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

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

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

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

This text has shadow with #485256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485256 on black background.


Color preview on white background

This text has color #485256 on white background.



Black color preview on #485256 background

This text has black color on #485256 background.


White color preview on #485256 background

This text has white color on #485256 background.