COLOR #485237

HEX: #485237
RGB: (72,82,55)

Color info

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

RGB color model

#485237 color RGB value is (72,82,55).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 55 of 255 = 22%

72
82
55

R + G + B ~ 27%. #485237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 55 = 209 (100%)
R 72 of 209 ~ 34.45%
G 82 of 209 ~ 39.23%
B 55 of 209 ~ 26.32%

%34.45
%39.23
%26.32

CMYK color model

#485237 color CMYK value is (12,0,33,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(12,0,33,68)
C12M0Y33K68 
(12%,0%,33%,68%)
(0.12/0.00/0.33/0.68)	

CMYK percentages

%12.2
%0
%32.93
%67.84

Codes

Color #485237 in popluar color models

485237
RGB728255
HSL82°19.71%26.86%
HSB/HSV82°32.93%32.16%
CMYK12.20%0.00%32.93%
67.84%

Color #485237 in popluar number systems.

HEX485237
Decimal728255
Binary10010001010010110111
Octal11012267

Shades and tints

Shades of #485237

#485237
(72,82,55)
#424B32
(66,75,50)
#3C442D
(60,68,45)
#363D28
(54,61,40)
#303623
(48,54,35)
#2A2F1E
(42,47,30)
#242819
(36,40,25)
#1E2114
(30,33,20)
#181A0F
(24,26,15)
#12130A
(18,19,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #485237

#485237
(72,82,55)
#586149
(88,97,73)
#68705B
(104,112,91)
#787F6D
(120,127,109)
#888E7F
(136,142,127)
#989D91
(152,157,145)
#A8ACA3
(168,172,163)
#B8BBB5
(184,187,181)
#C8CAC7
(200,202,199)
#D8D9D9
(216,217,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485237; }

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

This text font color is #485237.


Background Color

.myBgColor { background-color: #485237; }

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

This div background color is #485237.


Border color

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

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

This div border color is #485237.


Opacity

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

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

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

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

This text has shadow with #485237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485237 on black background.


Color preview on white background

This text has color #485237 on white background.



Black color preview on #485237 background

This text has black color on #485237 background.


White color preview on #485237 background

This text has white color on #485237 background.