COLOR #485A4B

HEX: #485A4B RGB: (72,90,75)

Color info

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

RGB color model

#485A4B color RGB value is (72,90,75).

RGB: (72,90,75) (28%, 35%, 29%)

RGB channels and saturation

R 72 of 255 = 28%
G 90 of 255 = 35%
B 75 of 255 = 29%

72
90
75

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

Portions of RGB colors in percentages

R + G + B = 72 + 90 + 75 = 237 (100%)
R 72 of 237 ~ 30.38%
G 90 of 237 ~ 37.97%
B 75 of 237 ~ 31.65'%

%30.38
%37.97
%31.65

CMYK color model

#485A4B color CMYK value is (20,0,17,65).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 64.71%

CMYK: (20,0,17,65)
C20M0Y17K65 (20%, 0%, 17%, 65%)
(0.20 / 0.00 / 0.17 / 0.65)

CMYK percentages

%20
%0
%16.67
%64.71

Codes

Color #485A4B in popluar color models

48 5A 4B
RGB 72 90 75
HSL 130° 11.11% 31.76%
HSB/HSV 130° 20.00% 35.29%
CMYK 20.00% 0.00% 16.67%
64.71%

Color #485A4B in popluar number systems.

HEX 48 5A 4B
Decimal 72 90 75
Binary 1001000 1011010 1001011
Octal 110 132 113

Shades and tints

Shades of #485A4B

#485A4B
(72,90,75)
#425245
(66,82,69)
#3C4A3F
(60,74,63)
#364239
(54,66,57)
#303A33
(48,58,51)
#2A322D
(42,50,45)
#242A27
(36,42,39)
#1E2221
(30,34,33)
#181A1B
(24,26,27)
#121215
(18,18,21)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #485A4B

#485A4B
(72,90,75)
#58695B
(88,105,91)
#68786B
(104,120,107)
#78877B
(120,135,123)
#88968B
(136,150,139)
#98A59B
(152,165,155)
#A8B4AB
(168,180,171)
#B8C3BB
(184,195,187)
#C8D2CB
(200,210,203)
#D8E1DB
(216,225,219)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485A4B color. Also use rgb(72,90,75) instead hex code.

Text Font Color

.myTextColor { color: #485A4B; }

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

This text font color is #485A4B.

Background Color

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

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

This div background color is #485A4B.

Border color

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

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

This div border color is #485A4B.

Opacity

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

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

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

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

This text has shadow with #485A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485A4B.

Preview

Color preview on black background

This text has color #485A4B on black background.


Color preview on white background

This text has color #485A4B on white background.


Black color preview on #485A4B background

This text has black color on #485A4B background.


White color preview on #485A4B background

This text has white color on #485A4B background.


Related colors

Complementary color

Complementary color for #hex is #B7A5B4.


I love getcolorcode.com

Triadic colors

1 #4B485A and #5A4B48 with #485A4B are triadic colors.

2 #4B5A48 and #5A484B with #485A4B are triadic colors.