COLOR #485037

HEX: #485037
RGB: (72,80,55)

Color info

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

RGB color model

#485037 color RGB value is (72,80,55).

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

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 55 of 255 = 22%

72
80
55

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

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 55 = 207 (100%)
R 72 of 207 ~ 34.78%
G 80 of 207 ~ 38.65%
B 55 of 207 ~ 26.57%

%34.78
%38.65
%26.57

CMYK color model

#485037 color CMYK value is (10,0,31,69).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 68.63%
CMYK:
(10,0,31,69)
C10M0Y31K69 
(10%,0%,31%,69%)
(0.10/0.00/0.31/0.69)	

CMYK percentages

%10
%0
%31.25
%68.63

Codes

Color #485037 in popluar color models

485037
RGB728055
HSL79°18.52%26.47%
HSB/HSV79°31.25%31.37%
CMYK10.00%0.00%31.25%
68.63%

Color #485037 in popluar number systems.

HEX485037
Decimal728055
Binary10010001010000110111
Octal11012067

Shades and tints

Shades of #485037

#485037
(72,80,55)
#424932
(66,73,50)
#3C422D
(60,66,45)
#363B28
(54,59,40)
#303423
(48,52,35)
#2A2D1E
(42,45,30)
#242619
(36,38,25)
#1E1F14
(30,31,20)
#18180F
(24,24,15)
#12110A
(18,17,10)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #485037

#485037
(72,80,55)
#585F49
(88,95,73)
#686E5B
(104,110,91)
#787D6D
(120,125,109)
#888C7F
(136,140,127)
#989B91
(152,155,145)
#A8AAA3
(168,170,163)
#B8B9B5
(184,185,181)
#C8C8C7
(200,200,199)
#D8D7D9
(216,215,217)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485037; }

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

This text font color is #485037.


Background Color

.myBgColor { background-color: #485037; }

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

This div background color is #485037.


Border color

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

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

This div border color is #485037.


Opacity

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

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

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

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

This text has shadow with #485037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485037 on black background.


Color preview on white background

This text has color #485037 on white background.



Black color preview on #485037 background

This text has black color on #485037 background.


White color preview on #485037 background

This text has white color on #485037 background.