COLOR #485F4A

HEX: #485F4A RGB: (72,95,74)

Color info

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

RGB color model

#485F4A color RGB value is (72,95,74).

RGB: (72,95,74) (28%, 37%, 29%)

RGB channels and saturation

R 72 of 255 = 28%
G 95 of 255 = 37%
B 74 of 255 = 29%

72
95
74

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

Portions of RGB colors in percentages

R + G + B = 72 + 95 + 74 = 241 (100%)
R 72 of 241 ~ 29.88%
G 95 of 241 ~ 39.42%
B 74 of 241 ~ 30.71'%

%29.88
%39.42
%30.71

CMYK color model

#485F4A color CMYK value is (24,0,22,63).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%
CMYK: (24,0,22,63) C24M0Y22K63 (24%,0%,22%,63%) (0.24/0.00/0.22/0.63) 

CMYK percentages

%24.21
%0
%22.11
%62.75

Codes

Color #485F4A in popluar color models

48 5F 4A
RGB 72 95 74
HSL 125° 13.77% 32.75%
HSB/HSV 125° 24.21% 37.25%
CMYK 24.21% 0.00% 22.11%
62.75%

Color #485F4A in popluar number systems.

HEX 48 5F 4A
Decimal 72 95 74
Binary 1001000 1011111 1001010
Octal 110 137 112

Shades and tints

Shades of #485F4A

#485F4A
(72,95,74)
#425744
(66,87,68)
#3C4F3E
(60,79,62)
#364738
(54,71,56)
#303F32
(48,63,50)
#2A372C
(42,55,44)
#242F26
(36,47,38)
#1E2720
(30,39,32)
#181F1A
(24,31,26)
#121714
(18,23,20)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #485F4A

#485F4A
(72,95,74)
#586D5A
(88,109,90)
#687B6A
(104,123,106)
#78897A
(120,137,122)
#88978A
(136,151,138)
#98A59A
(152,165,154)
#A8B3AA
(168,179,170)
#B8C1BA
(184,193,186)
#C8CFCA
(200,207,202)
#D8DDDA
(216,221,218)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485F4A; }

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

This text font color is #485F4A.

Background Color

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

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

This div background color is #485F4A.

Border color

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

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

This div border color is #485F4A.

Opacity

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

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

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

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

This text has shadow with #485F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485F4A.

Preview

Color preview on black background

This text has color #485F4A on black background.


Color preview on white background

This text has color #485F4A on white background.


Black color preview on #485F4A background

This text has black color on #485F4A background.


White color preview on #485F4A background

This text has white color on #485F4A background.


Related colors

Complementary color

Complementary color for #hex is #B7A0B5.


I love getcolorcode.com

Triadic colors

1 #4A485F and #5F4A48 with #485F4A are triadic colors.

2 #4A5F48 and #5F484A with #485F4A are triadic colors.