COLOR #485442

HEX: #485442
RGB: (72,84,66)

Color info

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

RGB color model

#485442 color RGB value is (72,84,66).

  • red value is 72;
  • green value is 84;
  • blue value is 66.
RGB:
(72,84,66)
(28%,33%,26%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 66 of 255 = 26%

72
84
66

R + G + B ~ 29%. #485442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 66 = 222 (100%)
R 72 of 222 ~ 32.43%
G 84 of 222 ~ 37.84%
B 66 of 222 ~ 29.73%

%32.43
%37.84
%29.73

CMYK color model

#485442 color CMYK value is (14,0,21,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 67.06%
CMYK:
(14,0,21,67)
C14M0Y21K67 
(14%,0%,21%,67%)
(0.14/0.00/0.21/0.67)	

CMYK percentages

%14.29
%0
%21.43
%67.06

Codes

Color #485442 in popluar color models

485442
RGB728466
HSL100°12.00%29.41%
HSB/HSV100°21.43%32.94%
CMYK14.29%0.00%21.43%
67.06%

Color #485442 in popluar number systems.

HEX485442
Decimal728466
Binary100100010101001000010
Octal110124102

Shades and tints

Shades of #485442

#485442
(72,84,66)
#424D3C
(66,77,60)
#3C4636
(60,70,54)
#363F30
(54,63,48)
#30382A
(48,56,42)
#2A3124
(42,49,36)
#242A1E
(36,42,30)
#1E2318
(30,35,24)
#181C12
(24,28,18)
#12150C
(18,21,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #485442

#485442
(72,84,66)
#586353
(88,99,83)
#687264
(104,114,100)
#788175
(120,129,117)
#889086
(136,144,134)
#989F97
(152,159,151)
#A8AEA8
(168,174,168)
#B8BDB9
(184,189,185)
#C8CCCA
(200,204,202)
#D8DBDB
(216,219,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485442 color. Also use rgb(72,84,66) instead hex code.

Text Font Color

.myTextColor { color: #485442; }

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

This text font color is #485442.


Background Color

.myBgColor { background-color: #485442; }

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

This div background color is #485442.


Border color

.myBorderColor { border: 1px solid #485442; }

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

This div border color is #485442.


Opacity

.myOpacity80 { color: #485442; opacity: 0.8; }

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

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

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

This text has shadow with #485442 color.

.textShadow {text-shadow: 3px 3px 1px #485442, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #485442;
-webkit-box-shadow: 1px 1px 3px 2px #485442;
box-shadow:1px 1px 3px 2px #485442;">
Div content here</div>
This div box has shadow with color #485442.

Preview

Color preview on black background

This text has color #485442 on black background.


Color preview on white background

This text has color #485442 on white background.



Black color preview on #485442 background

This text has black color on #485442 background.


White color preview on #485442 background

This text has white color on #485442 background.