COLOR #485267

HEX: #485267
RGB: (72,82,103)

Color info

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

RGB color model

#485267 color RGB value is (72,82,103).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 103 of 255 = 40%

72
82
103

R + G + B ~ 33%. #485267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 103 = 257 (100%)
R 72 of 257 ~ 28.02%
G 82 of 257 ~ 31.91%
B 103 of 257 ~ 40.08%

%28.02
%31.91
%40.08

CMYK color model

#485267 color CMYK value is (30,20,0,60).

  • cyan value is 30.10%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(30,20,0,60)
C30M20Y0K60 
(30%,20%,0%,60%)
(0.30/0.20/0.00/0.60)	

CMYK percentages

%30.1
%20.39
%0
%59.61

Codes

Color #485267 in popluar color models

485267
RGB7282103
HSL221°17.71%34.31%
HSB/HSV221°30.10%40.39%
CMYK30.10%20.39%0.00%
59.61%

Color #485267 in popluar number systems.

HEX485267
Decimal7282103
Binary100100010100101100111
Octal110122147

Shades and tints

Shades of #485267

#485267
(72,82,103)
#424B5E
(66,75,94)
#3C4455
(60,68,85)
#363D4C
(54,61,76)
#303643
(48,54,67)
#2A2F3A
(42,47,58)
#242831
(36,40,49)
#1E2128
(30,33,40)
#181A1F
(24,26,31)
#121316
(18,19,22)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #485267

#485267
(72,82,103)
#586174
(88,97,116)
#687081
(104,112,129)
#787F8E
(120,127,142)
#888E9B
(136,142,155)
#989DA8
(152,157,168)
#A8ACB5
(168,172,181)
#B8BBC2
(184,187,194)
#C8CACF
(200,202,207)
#D8D9DC
(216,217,220)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485267; }

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

This text font color is #485267.


Background Color

.myBgColor { background-color: #485267; }

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

This div background color is #485267.


Border color

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

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

This div border color is #485267.


Opacity

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

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

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

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

This text has shadow with #485267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485267 on black background.


Color preview on white background

This text has color #485267 on white background.



Black color preview on #485267 background

This text has black color on #485267 background.


White color preview on #485267 background

This text has white color on #485267 background.