COLOR #485328

HEX: #485328
RGB: (72,83,40)

Color info

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

RGB color model

#485328 color RGB value is (72,83,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 40 of 255 = 16%

72
83
40

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 40 = 195 (100%)
R 72 of 195 ~ 36.92%
G 83 of 195 ~ 42.56%
B 40 of 195 ~ 20.51%

%36.92
%42.56
%20.51

CMYK color model

#485328 color CMYK value is (13,0,52,67).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 67.45%
CMYK:
(13,0,52,67)
C13M0Y52K67 
(13%,0%,52%,67%)
(0.13/0.00/0.52/0.67)	

CMYK percentages

%13.25
%0
%51.81
%67.45

Codes

Color #485328 in popluar color models

485328
RGB728340
HSL75°34.96%24.12%
HSB/HSV75°51.81%32.55%
CMYK13.25%0.00%51.81%
67.45%

Color #485328 in popluar number systems.

HEX485328
Decimal728340
Binary10010001010011101000
Octal11012350

Shades and tints

Shades of #485328

#485328
(72,83,40)
#424C25
(66,76,37)
#3C4522
(60,69,34)
#363E1F
(54,62,31)
#30371C
(48,55,28)
#2A3019
(42,48,25)
#242916
(36,41,22)
#1E2213
(30,34,19)
#181B10
(24,27,16)
#12140D
(18,20,13)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #485328

#485328
(72,83,40)
#58623B
(88,98,59)
#68714E
(104,113,78)
#788061
(120,128,97)
#888F74
(136,143,116)
#989E87
(152,158,135)
#A8AD9A
(168,173,154)
#B8BCAD
(184,188,173)
#C8CBC0
(200,203,192)
#D8DAD3
(216,218,211)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485328 color. Also use rgb(72,83,40) instead hex code.

Text Font Color

.myTextColor { color: #485328; }

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

This text font color is #485328.


Background Color

.myBgColor { background-color: #485328; }

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

This div background color is #485328.


Border color

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

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

This div border color is #485328.


Opacity

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

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

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

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

This text has shadow with #485328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485328 on black background.


Color preview on white background

This text has color #485328 on white background.



Black color preview on #485328 background

This text has black color on #485328 background.


White color preview on #485328 background

This text has white color on #485328 background.