COLOR #485245

HEX: #485245
RGB: (72,82,69)

Color info

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

RGB color model

#485245 color RGB value is (72,82,69).

  • red value is 72;
  • green value is 82;
  • blue value is 69.
RGB:
(72,82,69)
(28%,32%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 69 of 255 = 27%

72
82
69

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

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 69 = 223 (100%)
R 72 of 223 ~ 32.29%
G 82 of 223 ~ 36.77%
B 69 of 223 ~ 30.94%

%32.29
%36.77
%30.94

CMYK color model

#485245 color CMYK value is (12,0,16,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(12,0,16,68)
C12M0Y16K68 
(12%,0%,16%,68%)
(0.12/0.00/0.16/0.68)	

CMYK percentages

%12.2
%0
%15.85
%67.84

Codes

Color #485245 in popluar color models

485245
RGB728269
HSL106°8.61%29.61%
HSB/HSV106°15.85%32.16%
CMYK12.20%0.00%15.85%
67.84%

Color #485245 in popluar number systems.

HEX485245
Decimal728269
Binary100100010100101000101
Octal110122105

Shades and tints

Shades of #485245

#485245
(72,82,69)
#424B3F
(66,75,63)
#3C4439
(60,68,57)
#363D33
(54,61,51)
#30362D
(48,54,45)
#2A2F27
(42,47,39)
#242821
(36,40,33)
#1E211B
(30,33,27)
#181A15
(24,26,21)
#12130F
(18,19,15)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #485245

#485245
(72,82,69)
#586155
(88,97,85)
#687065
(104,112,101)
#787F75
(120,127,117)
#888E85
(136,142,133)
#989D95
(152,157,149)
#A8ACA5
(168,172,165)
#B8BBB5
(184,187,181)
#C8CAC5
(200,202,197)
#D8D9D5
(216,217,213)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485245 color. Also use rgb(72,82,69) instead hex code.

Text Font Color

.myTextColor { color: #485245; }

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

This text font color is #485245.


Background Color

.myBgColor { background-color: #485245; }

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

This div background color is #485245.


Border color

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

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

This div border color is #485245.


Opacity

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

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

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

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

This text has shadow with #485245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485245 on black background.


Color preview on white background

This text has color #485245 on white background.



Black color preview on #485245 background

This text has black color on #485245 background.


White color preview on #485245 background

This text has white color on #485245 background.