COLOR #485131

HEX: #485131
RGB: (72,81,49)

Color info

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

RGB color model

#485131 color RGB value is (72,81,49).

  • red value is 72;
  • green value is 81;
  • blue value is 49.
RGB:
(72,81,49)
(28%,32%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 49 of 255 = 19%

72
81
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 81 + 49 = 202 (100%)
R 72 of 202 ~ 35.64%
G 81 of 202 ~ 40.1%
B 49 of 202 ~ 24.26%

%35.64
%40.1
%24.26

CMYK color model

#485131 color CMYK value is (11,0,40,68).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 68.24%
CMYK:
(11,0,40,68)
C11M0Y40K68 
(11%,0%,40%,68%)
(0.11/0.00/0.40/0.68)	

CMYK percentages

%11.11
%0
%39.51
%68.24

Codes

Color #485131 in popluar color models

485131
RGB728149
HSL77°24.62%25.49%
HSB/HSV77°39.51%31.76%
CMYK11.11%0.00%39.51%
68.24%

Color #485131 in popluar number systems.

HEX485131
Decimal728149
Binary10010001010001110001
Octal11012161

Shades and tints

Shades of #485131

#485131
(72,81,49)
#424A2D
(66,74,45)
#3C4329
(60,67,41)
#363C25
(54,60,37)
#303521
(48,53,33)
#2A2E1D
(42,46,29)
#242719
(36,39,25)
#1E2015
(30,32,21)
#181911
(24,25,17)
#12120D
(18,18,13)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #485131

#485131
(72,81,49)
#586043
(88,96,67)
#686F55
(104,111,85)
#787E67
(120,126,103)
#888D79
(136,141,121)
#989C8B
(152,156,139)
#A8AB9D
(168,171,157)
#B8BAAF
(184,186,175)
#C8C9C1
(200,201,193)
#D8D8D3
(216,216,211)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485131 color. Also use rgb(72,81,49) instead hex code.

Text Font Color

.myTextColor { color: #485131; }

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

This text font color is #485131.


Background Color

.myBgColor { background-color: #485131; }

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

This div background color is #485131.


Border color

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

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

This div border color is #485131.


Opacity

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

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

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

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

This text has shadow with #485131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485131 on black background.


Color preview on white background

This text has color #485131 on white background.



Black color preview on #485131 background

This text has black color on #485131 background.


White color preview on #485131 background

This text has white color on #485131 background.