COLOR #485D4F

HEX: #485D4F RGB: (72,93,79)

Color info

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

RGB color model

#485D4F color RGB value is (72,93,79).

RGB: (72,93,79) (28%, 36%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 79 of 255 = 31%

72
93
79

R + G + B ~ 32%. #485D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 93 + 79 = 244 (100%)
R 72 of 244 ~ 29.51%
G 93 of 244 ~ 38.11%
B 79 of 244 ~ 32.38'%

%29.51
%38.11
%32.38

CMYK color model

#485D4F color CMYK value is (23,0,15,64).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 63.53%

CMYK: (23,0,15,64)
C23M0Y15K64 (23%, 0%, 15%, 64%)
(0.23 / 0.00 / 0.15 / 0.64)

CMYK percentages

%22.58
%0
%15.05
%63.53

Codes

Color #485D4F in popluar color models

48 5D 4F
RGB 72 93 79
HSL 140° 12.73% 32.35%
HSB/HSV 140° 22.58% 36.47%
CMYK 22.58% 0.00% 15.05%
63.53%

Color #485D4F in popluar number systems.

HEX 48 5D 4F
Decimal 72 93 79
Binary 1001000 1011101 1001111
Octal 110 135 117

Shades and tints

Shades of #485D4F

#485D4F
(72,93,79)
#425548
(66,85,72)
#3C4D41
(60,77,65)
#36453A
(54,69,58)
#303D33
(48,61,51)
#2A352C
(42,53,44)
#242D25
(36,45,37)
#1E251E
(30,37,30)
#181D17
(24,29,23)
#121510
(18,21,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #485D4F

#485D4F
(72,93,79)
#586B5F
(88,107,95)
#68796F
(104,121,111)
#78877F
(120,135,127)
#88958F
(136,149,143)
#98A39F
(152,163,159)
#A8B1AF
(168,177,175)
#B8BFBF
(184,191,191)
#C8CDCF
(200,205,207)
#D8DBDF
(216,219,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485D4F color. Also use rgb(72,93,79) instead hex code.

Text Font Color

.myTextColor { color: #485D4F; }

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

This text font color is #485D4F.

Background Color

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

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

This div background color is #485D4F.

Border color

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

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

This div border color is #485D4F.

Opacity

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

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

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

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

This text has shadow with #485D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485D4F.

Preview

Color preview on black background

This text has color #485D4F on black background.


Color preview on white background

This text has color #485D4F on white background.


Black color preview on #485D4F background

This text has black color on #485D4F background.


White color preview on #485D4F background

This text has white color on #485D4F background.


Related colors

Complementary color

Complementary color for #hex is #B7A2B0.


I love getcolorcode.com

Triadic colors

1 #4F485D and #5D4F48 with #485D4F are triadic colors.

2 #4F5D48 and #5D484F with #485D4F are triadic colors.