COLOR #485529

HEX: #485529
RGB: (72,85,41)

Color info

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

RGB color model

#485529 color RGB value is (72,85,41).

  • red value is 72;
  • green value is 85;
  • blue value is 41.
RGB:
(72,85,41)
(28%,33%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 41 of 255 = 16%

72
85
41

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 41 = 198 (100%)
R 72 of 198 ~ 36.36%
G 85 of 198 ~ 42.93%
B 41 of 198 ~ 20.71%

%36.36
%42.93
%20.71

CMYK color model

#485529 color CMYK value is (15,0,52,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(15,0,52,67)
C15M0Y52K67 
(15%,0%,52%,67%)
(0.15/0.00/0.52/0.67)	

CMYK percentages

%15.29
%0
%51.76
%66.67

Codes

Color #485529 in popluar color models

485529
RGB728541
HSL78°34.92%24.71%
HSB/HSV78°51.76%33.33%
CMYK15.29%0.00%51.76%
66.67%

Color #485529 in popluar number systems.

HEX485529
Decimal728541
Binary10010001010101101001
Octal11012551

Shades and tints

Shades of #485529

#485529
(72,85,41)
#424E26
(66,78,38)
#3C4723
(60,71,35)
#364020
(54,64,32)
#30391D
(48,57,29)
#2A321A
(42,50,26)
#242B17
(36,43,23)
#1E2414
(30,36,20)
#181D11
(24,29,17)
#12160E
(18,22,14)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #485529

#485529
(72,85,41)
#58643C
(88,100,60)
#68734F
(104,115,79)
#788262
(120,130,98)
#889175
(136,145,117)
#98A088
(152,160,136)
#A8AF9B
(168,175,155)
#B8BEAE
(184,190,174)
#C8CDC1
(200,205,193)
#D8DCD4
(216,220,212)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485529 color. Also use rgb(72,85,41) instead hex code.

Text Font Color

.myTextColor { color: #485529; }

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

This text font color is #485529.


Background Color

.myBgColor { background-color: #485529; }

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

This div background color is #485529.


Border color

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

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

This div border color is #485529.


Opacity

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

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

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

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

This text has shadow with #485529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485529 on black background.


Color preview on white background

This text has color #485529 on white background.



Black color preview on #485529 background

This text has black color on #485529 background.


White color preview on #485529 background

This text has white color on #485529 background.