COLOR #485727

HEX: #485727
RGB: (72,87,39)

Color info

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

RGB color model

#485727 color RGB value is (72,87,39).

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

RGB channels and saturation

R 72 of 255 = 28%
G 87 of 255 = 34%
B 39 of 255 = 15%

72
87
39

R + G + B ~ 26%. #485727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 87 + 39 = 198 (100%)
R 72 of 198 ~ 36.36%
G 87 of 198 ~ 43.94%
B 39 of 198 ~ 19.7%

%36.36
%43.94
%19.7

CMYK color model

#485727 color CMYK value is (17,0,55,66).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 65.88%
CMYK:
(17,0,55,66)
C17M0Y55K66 
(17%,0%,55%,66%)
(0.17/0.00/0.55/0.66)	

CMYK percentages

%17.24
%0
%55.17
%65.88

Codes

Color #485727 in popluar color models

485727
RGB728739
HSL79°38.10%24.71%
HSB/HSV79°55.17%34.12%
CMYK17.24%0.00%55.17%
65.88%

Color #485727 in popluar number systems.

HEX485727
Decimal728739
Binary10010001010111100111
Octal11012747

Shades and tints

Shades of #485727

#485727
(72,87,39)
#425024
(66,80,36)
#3C4921
(60,73,33)
#36421E
(54,66,30)
#303B1B
(48,59,27)
#2A3418
(42,52,24)
#242D15
(36,45,21)
#1E2612
(30,38,18)
#181F0F
(24,31,15)
#12180C
(18,24,12)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #485727

#485727
(72,87,39)
#58663A
(88,102,58)
#68754D
(104,117,77)
#788460
(120,132,96)
#889373
(136,147,115)
#98A286
(152,162,134)
#A8B199
(168,177,153)
#B8C0AC
(184,192,172)
#C8CFBF
(200,207,191)
#D8DED2
(216,222,210)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485727; }

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

This text font color is #485727.


Background Color

.myBgColor { background-color: #485727; }

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

This div background color is #485727.


Border color

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

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

This div border color is #485727.


Opacity

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

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

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

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

This text has shadow with #485727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485727 on black background.


Color preview on white background

This text has color #485727 on white background.



Black color preview on #485727 background

This text has black color on #485727 background.


White color preview on #485727 background

This text has white color on #485727 background.