COLOR #485250

HEX: #485250
RGB: (72,82,80)

Color info

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

RGB color model

#485250 color RGB value is (72,82,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 80 of 255 = 31%

72
82
80

R + G + B ~ 30%. #485250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 80 = 234 (100%)
R 72 of 234 ~ 30.77%
G 82 of 234 ~ 35.04%
B 80 of 234 ~ 34.19%

%30.77
%35.04
%34.19

CMYK color model

#485250 color CMYK value is (12,0,2,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(12,0,2,68)
C12M0Y2K68 
(12%,0%,2%,68%)
(0.12/0.00/0.02/0.68)	

CMYK percentages

%12.2
%0
%2.44
%67.84

Codes

Color #485250 in popluar color models

485250
RGB728280
HSL168°6.49%30.20%
HSB/HSV168°12.20%32.16%
CMYK12.20%0.00%2.44%
67.84%

Color #485250 in popluar number systems.

HEX485250
Decimal728280
Binary100100010100101010000
Octal110122120

Shades and tints

Shades of #485250

#485250
(72,82,80)
#424B49
(66,75,73)
#3C4442
(60,68,66)
#363D3B
(54,61,59)
#303634
(48,54,52)
#2A2F2D
(42,47,45)
#242826
(36,40,38)
#1E211F
(30,33,31)
#181A18
(24,26,24)
#121311
(18,19,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #485250

#485250
(72,82,80)
#58615F
(88,97,95)
#68706E
(104,112,110)
#787F7D
(120,127,125)
#888E8C
(136,142,140)
#989D9B
(152,157,155)
#A8ACAA
(168,172,170)
#B8BBB9
(184,187,185)
#C8CAC8
(200,202,200)
#D8D9D7
(216,217,215)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485250; }

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

This text font color is #485250.


Background Color

.myBgColor { background-color: #485250; }

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

This div background color is #485250.


Border color

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

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

This div border color is #485250.


Opacity

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

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

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

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

This text has shadow with #485250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485250 on black background.


Color preview on white background

This text has color #485250 on white background.



Black color preview on #485250 background

This text has black color on #485250 background.


White color preview on #485250 background

This text has white color on #485250 background.