COLOR #485241

HEX: #485241
RGB: (72,82,65)

Color info

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

RGB color model

#485241 color RGB value is (72,82,65).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 65 of 255 = 25%

72
82
65

R + G + B ~ 28%. #485241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 65 = 219 (100%)
R 72 of 219 ~ 32.88%
G 82 of 219 ~ 37.44%
B 65 of 219 ~ 29.68%

%32.88
%37.44
%29.68

CMYK color model

#485241 color CMYK value is (12,0,21,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(12,0,21,68)
C12M0Y21K68 
(12%,0%,21%,68%)
(0.12/0.00/0.21/0.68)	

CMYK percentages

%12.2
%0
%20.73
%67.84

Codes

Color #485241 in popluar color models

485241
RGB728265
HSL95°11.56%28.82%
HSB/HSV95°20.73%32.16%
CMYK12.20%0.00%20.73%
67.84%

Color #485241 in popluar number systems.

HEX485241
Decimal728265
Binary100100010100101000001
Octal110122101

Shades and tints

Shades of #485241

#485241
(72,82,65)
#424B3C
(66,75,60)
#3C4437
(60,68,55)
#363D32
(54,61,50)
#30362D
(48,54,45)
#2A2F28
(42,47,40)
#242823
(36,40,35)
#1E211E
(30,33,30)
#181A19
(24,26,25)
#121314
(18,19,20)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #485241

#485241
(72,82,65)
#586152
(88,97,82)
#687063
(104,112,99)
#787F74
(120,127,116)
#888E85
(136,142,133)
#989D96
(152,157,150)
#A8ACA7
(168,172,167)
#B8BBB8
(184,187,184)
#C8CAC9
(200,202,201)
#D8D9DA
(216,217,218)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485241; }

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

This text font color is #485241.


Background Color

.myBgColor { background-color: #485241; }

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

This div background color is #485241.


Border color

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

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

This div border color is #485241.


Opacity

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

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

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

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

This text has shadow with #485241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485241 on black background.


Color preview on white background

This text has color #485241 on white background.



Black color preview on #485241 background

This text has black color on #485241 background.


White color preview on #485241 background

This text has white color on #485241 background.