COLOR #485D4D

HEX: #485D4D RGB: (72,93,77)

Color info

#485D4D contains red, green and blue colors in about the same proportion. Web safe color of #485D4D is #336633 (or #363).

RGB color model

#485D4D color RGB value is (72,93,77).

RGB: (72,93,77) (28%, 36%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 77 of 255 = 30%

72
93
77

R + G + B ~ 31%. #485D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 93 + 77 = 242 (100%)
R 72 of 242 ~ 29.75%
G 93 of 242 ~ 38.43%
B 77 of 242 ~ 31.82'%

%29.75
%38.43
%31.82

CMYK color model

#485D4D color CMYK value is (23,0,17,64).

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

CMYK: (23,0,17,64)
C23M0Y17K64 (23%, 0%, 17%, 64%)
(0.23 / 0.00 / 0.17 / 0.64)

CMYK percentages

%22.58
%0
%17.2
%63.53

Codes

Color #485D4D in popluar color models

48 5D 4D
RGB 72 93 77
HSL 134° 12.73% 32.35%
HSB/HSV 134° 22.58% 36.47%
CMYK 22.58% 0.00% 17.20%
63.53%

Color #485D4D in popluar number systems.

HEX 48 5D 4D
Decimal 72 93 77
Binary 1001000 1011101 1001101
Octal 110 135 115

Shades and tints

Shades of #485D4D

#485D4D
(72,93,77)
#425546
(66,85,70)
#3C4D3F
(60,77,63)
#364538
(54,69,56)
#303D31
(48,61,49)
#2A352A
(42,53,42)
#242D23
(36,45,35)
#1E251C
(30,37,28)
#181D15
(24,29,21)
#12150E
(18,21,14)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #485D4D

#485D4D
(72,93,77)
#586B5D
(88,107,93)
#68796D
(104,121,109)
#78877D
(120,135,125)
#88958D
(136,149,141)
#98A39D
(152,163,157)
#A8B1AD
(168,177,173)
#B8BFBD
(184,191,189)
#C8CDCD
(200,205,205)
#D8DBDD
(216,219,221)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485D4D; }

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

This text font color is #485D4D.

Background Color

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

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

This div background color is #485D4D.

Border color

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

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

This div border color is #485D4D.

Opacity

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

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

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

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

This text has shadow with #485D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485D4D.

Preview

Color preview on black background

This text has color #485D4D on black background.


Color preview on white background

This text has color #485D4D on white background.


Black color preview on #485D4D background

This text has black color on #485D4D background.


White color preview on #485D4D background

This text has white color on #485D4D background.


Related colors

Complementary color

Complementary color for #hex is #B7A2B2.


I love getcolorcode.com

Triadic colors

1 #4D485D and #5D4D48 with #485D4D are triadic colors.

2 #4D5D48 and #5D484D with #485D4D are triadic colors.