COLOR #485F6B

HEX: #485F6B
RGB: (72,95,107)

Color info

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

RGB color model

#485F6B color RGB value is (72,95,107).

  • red value is 72;
  • green value is 95;
  • blue value is 107.
RGB:
(72,95,107)
(28%,37%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 95 of 255 = 37%
B 107 of 255 = 42%

72
95
107

R + G + B ~ 36%. #485F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 95 + 107 = 274 (100%)
R 72 of 274 ~ 26.28%
G 95 of 274 ~ 34.67%
B 107 of 274 ~ 39.05%

%26.28
%34.67
%39.05

CMYK color model

#485F6B color CMYK value is (33,11,0,58).

  • cyan value is 32.71%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,11,0,58)
C33M11Y0K58 
(33%,11%,0%,58%)
(0.33/0.11/0.00/0.58)	

CMYK percentages

%32.71
%11.21
%0
%58.04

Codes

Color #485F6B in popluar color models

485F6B
RGB7295107
HSL201°19.55%35.10%
HSB/HSV201°32.71%41.96%
CMYK32.71%11.21%0.00%
58.04%

Color #485F6B in popluar number systems.

HEX485F6B
Decimal7295107
Binary100100010111111101011
Octal110137153

Shades and tints

Shades of #485F6B

#485F6B
(72,95,107)
#425762
(66,87,98)
#3C4F59
(60,79,89)
#364750
(54,71,80)
#303F47
(48,63,71)
#2A373E
(42,55,62)
#242F35
(36,47,53)
#1E272C
(30,39,44)
#181F23
(24,31,35)
#12171A
(18,23,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #485F6B

#485F6B
(72,95,107)
#586D78
(88,109,120)
#687B85
(104,123,133)
#788992
(120,137,146)
#88979F
(136,151,159)
#98A5AC
(152,165,172)
#A8B3B9
(168,179,185)
#B8C1C6
(184,193,198)
#C8CFD3
(200,207,211)
#D8DDE0
(216,221,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485F6B color. Also use rgb(72,95,107) instead hex code.

Text Font Color

.myTextColor { color: #485F6B; }

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

This text font color is #485F6B.


Background Color

.myBgColor { background-color: #485F6B; }

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

This div background color is #485F6B.


Border color

.myBorderColor { border: 1px solid #485F6B; }

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

This div border color is #485F6B.


Opacity

.myOpacity80 { color: #485F6B; opacity: 0.8; }

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

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

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

This text has shadow with #485F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485F6B on black background.


Color preview on white background

This text has color #485F6B on white background.



Black color preview on #485F6B background

This text has black color on #485F6B background.


White color preview on #485F6B background

This text has white color on #485F6B background.