COLOR #485551

HEX: #485551
RGB: (72,85,81)

Color info

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

RGB color model

#485551 color RGB value is (72,85,81).

  • red value is 72;
  • green value is 85;
  • blue value is 81.
RGB:
(72,85,81)
(28%,33%,32%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 81 of 255 = 32%

72
85
81

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 81 = 238 (100%)
R 72 of 238 ~ 30.25%
G 85 of 238 ~ 35.71%
B 81 of 238 ~ 34.03%

%30.25
%35.71
%34.03

CMYK color model

#485551 color CMYK value is (15,0,5,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(15,0,5,67)
C15M0Y5K67 
(15%,0%,5%,67%)
(0.15/0.00/0.05/0.67)	

CMYK percentages

%15.29
%0
%4.71
%66.67

Codes

Color #485551 in popluar color models

485551
RGB728581
HSL162°8.28%30.78%
HSB/HSV162°15.29%33.33%
CMYK15.29%0.00%4.71%
66.67%

Color #485551 in popluar number systems.

HEX485551
Decimal728581
Binary100100010101011010001
Octal110125121

Shades and tints

Shades of #485551

#485551
(72,85,81)
#424E4A
(66,78,74)
#3C4743
(60,71,67)
#36403C
(54,64,60)
#303935
(48,57,53)
#2A322E
(42,50,46)
#242B27
(36,43,39)
#1E2420
(30,36,32)
#181D19
(24,29,25)
#121612
(18,22,18)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #485551

#485551
(72,85,81)
#586460
(88,100,96)
#68736F
(104,115,111)
#78827E
(120,130,126)
#88918D
(136,145,141)
#98A09C
(152,160,156)
#A8AFAB
(168,175,171)
#B8BEBA
(184,190,186)
#C8CDC9
(200,205,201)
#D8DCD8
(216,220,216)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485551; }

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

This text font color is #485551.


Background Color

.myBgColor { background-color: #485551; }

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

This div background color is #485551.


Border color

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

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

This div border color is #485551.


Opacity

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

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

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

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

This text has shadow with #485551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485551 on black background.


Color preview on white background

This text has color #485551 on white background.



Black color preview on #485551 background

This text has black color on #485551 background.


White color preview on #485551 background

This text has white color on #485551 background.