COLOR #485227

HEX: #485227
RGB: (72,82,39)

Color info

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

RGB color model

#485227 color RGB value is (72,82,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 39 of 255 = 15%

72
82
39

R + G + B ~ 25%. #485227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 39 = 193 (100%)
R 72 of 193 ~ 37.31%
G 82 of 193 ~ 42.49%
B 39 of 193 ~ 20.21%

%37.31
%42.49
%20.21

CMYK color model

#485227 color CMYK value is (12,0,52,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(12,0,52,68)
C12M0Y52K68 
(12%,0%,52%,68%)
(0.12/0.00/0.52/0.68)	

CMYK percentages

%12.2
%0
%52.44
%67.84

Codes

Color #485227 in popluar color models

485227
RGB728239
HSL74°35.54%23.73%
HSB/HSV74°52.44%32.16%
CMYK12.20%0.00%52.44%
67.84%

Color #485227 in popluar number systems.

HEX485227
Decimal728239
Binary10010001010010100111
Octal11012247

Shades and tints

Shades of #485227

#485227
(72,82,39)
#424B24
(66,75,36)
#3C4421
(60,68,33)
#363D1E
(54,61,30)
#30361B
(48,54,27)
#2A2F18
(42,47,24)
#242815
(36,40,21)
#1E2112
(30,33,18)
#181A0F
(24,26,15)
#12130C
(18,19,12)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #485227

#485227
(72,82,39)
#58613A
(88,97,58)
#68704D
(104,112,77)
#787F60
(120,127,96)
#888E73
(136,142,115)
#989D86
(152,157,134)
#A8AC99
(168,172,153)
#B8BBAC
(184,187,172)
#C8CABF
(200,202,191)
#D8D9D2
(216,217,210)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485227; }

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

This text font color is #485227.


Background Color

.myBgColor { background-color: #485227; }

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

This div background color is #485227.


Border color

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

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

This div border color is #485227.


Opacity

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

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

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

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

This text has shadow with #485227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485227 on black background.


Color preview on white background

This text has color #485227 on white background.



Black color preview on #485227 background

This text has black color on #485227 background.


White color preview on #485227 background

This text has white color on #485227 background.