COLOR #485362

HEX: #485362
RGB: (72,83,98)

Color info

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

RGB color model

#485362 color RGB value is (72,83,98).

  • red value is 72;
  • green value is 83;
  • blue value is 98.
RGB:
(72,83,98)
(28%,33%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 98 of 255 = 38%

72
83
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 98 = 253 (100%)
R 72 of 253 ~ 28.46%
G 83 of 253 ~ 32.81%
B 98 of 253 ~ 38.74%

%28.46
%32.81
%38.74

CMYK color model

#485362 color CMYK value is (27,15,0,62).

  • cyan value is 26.53%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,15,0,62)
C27M15Y0K62 
(27%,15%,0%,62%)
(0.27/0.15/0.00/0.62)	

CMYK percentages

%26.53
%15.31
%0
%61.57

Codes

Color #485362 in popluar color models

485362
RGB728398
HSL215°15.29%33.33%
HSB/HSV215°26.53%38.43%
CMYK26.53%15.31%0.00%
61.57%

Color #485362 in popluar number systems.

HEX485362
Decimal728398
Binary100100010100111100010
Octal110123142

Shades and tints

Shades of #485362

#485362
(72,83,98)
#424C5A
(66,76,90)
#3C4552
(60,69,82)
#363E4A
(54,62,74)
#303742
(48,55,66)
#2A303A
(42,48,58)
#242932
(36,41,50)
#1E222A
(30,34,42)
#181B22
(24,27,34)
#12141A
(18,20,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #485362

#485362
(72,83,98)
#586270
(88,98,112)
#68717E
(104,113,126)
#78808C
(120,128,140)
#888F9A
(136,143,154)
#989EA8
(152,158,168)
#A8ADB6
(168,173,182)
#B8BCC4
(184,188,196)
#C8CBD2
(200,203,210)
#D8DAE0
(216,218,224)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485362 color. Also use rgb(72,83,98) instead hex code.

Text Font Color

.myTextColor { color: #485362; }

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

This text font color is #485362.


Background Color

.myBgColor { background-color: #485362; }

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

This div background color is #485362.


Border color

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

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

This div border color is #485362.


Opacity

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

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

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

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

This text has shadow with #485362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485362 on black background.


Color preview on white background

This text has color #485362 on white background.



Black color preview on #485362 background

This text has black color on #485362 background.


White color preview on #485362 background

This text has white color on #485362 background.