COLOR #485F6F

HEX: #485F6F RGB: (72,95,111)

Color info

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

RGB color model

#485F6F color RGB value is (72,95,111).

RGB: (72,95,111) (28%, 37%, 44%)

RGB channels and saturation

R 72 of 255 = 28%
G 95 of 255 = 37%
B 111 of 255 = 44%

72
95
111

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

Portions of RGB colors in percentages

R + G + B = 72 + 95 + 111 = 278 (100%)
R 72 of 278 ~ 25.9%
G 95 of 278 ~ 34.17%
B 111 of 278 ~ 39.93'%

%25.9
%34.17
%39.93

CMYK color model

#485F6F color CMYK value is (35,14,0,56).

  • cyan value is 35.14%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (35,14,0,56)
C35M14Y0K56 (35%, 14%, 0%, 56%)
(0.35 / 0.14 / 0.00 / 0.56)

CMYK percentages

%35.14
%14.41
%0
%56.47

Codes

Color #485F6F in popluar color models

48 5F 6F
RGB 72 95 111
HSL 205° 21.31% 35.88%
HSB/HSV 205° 35.14% 43.53%
CMYK 35.14% 14.41% 0.00%
56.47%

Color #485F6F in popluar number systems.

HEX 48 5F 6F
Decimal 72 95 111
Binary 1001000 1011111 1101111
Octal 110 137 157

Shades and tints

Shades of #485F6F

#485F6F
(72,95,111)
#425765
(66,87,101)
#3C4F5B
(60,79,91)
#364751
(54,71,81)
#303F47
(48,63,71)
#2A373D
(42,55,61)
#242F33
(36,47,51)
#1E2729
(30,39,41)
#181F1F
(24,31,31)
#121715
(18,23,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #485F6F

#485F6F
(72,95,111)
#586D7C
(88,109,124)
#687B89
(104,123,137)
#788996
(120,137,150)
#8897A3
(136,151,163)
#98A5B0
(152,165,176)
#A8B3BD
(168,179,189)
#B8C1CA
(184,193,202)
#C8CFD7
(200,207,215)
#D8DDE4
(216,221,228)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485F6F; }

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

This text font color is #485F6F.

Background Color

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

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

This div background color is #485F6F.

Border color

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

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

This div border color is #485F6F.

Opacity

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

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

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

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

This text has shadow with #485F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485F6F.

Preview

Color preview on black background

This text has color #485F6F on black background.


Color preview on white background

This text has color #485F6F on white background.


Black color preview on #485F6F background

This text has black color on #485F6F background.


White color preview on #485F6F background

This text has white color on #485F6F background.


Related colors

Complementary color

Complementary color for #hex is #B7A090.


I love getcolorcode.com

Triadic colors

1 #6F485F and #5F6F48 with #485F6F are triadic colors.

2 #6F5F48 and #5F486F with #485F6F are triadic colors.