COLOR #485631

HEX: #485631
RGB: (72,86,49)

Color info

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

RGB color model

#485631 color RGB value is (72,86,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 49 of 255 = 19%

72
86
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 86 + 49 = 207 (100%)
R 72 of 207 ~ 34.78%
G 86 of 207 ~ 41.55%
B 49 of 207 ~ 23.67%

%34.78
%41.55
%23.67

CMYK color model

#485631 color CMYK value is (16,0,43,66).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 66.27%
CMYK:
(16,0,43,66)
C16M0Y43K66 
(16%,0%,43%,66%)
(0.16/0.00/0.43/0.66)	

CMYK percentages

%16.28
%0
%43.02
%66.27

Codes

Color #485631 in popluar color models

485631
RGB728649
HSL83°27.41%26.47%
HSB/HSV83°43.02%33.73%
CMYK16.28%0.00%43.02%
66.27%

Color #485631 in popluar number systems.

HEX485631
Decimal728649
Binary10010001010110110001
Octal11012661

Shades and tints

Shades of #485631

#485631
(72,86,49)
#424F2D
(66,79,45)
#3C4829
(60,72,41)
#364125
(54,65,37)
#303A21
(48,58,33)
#2A331D
(42,51,29)
#242C19
(36,44,25)
#1E2515
(30,37,21)
#181E11
(24,30,17)
#12170D
(18,23,13)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #485631

#485631
(72,86,49)
#586543
(88,101,67)
#687455
(104,116,85)
#788367
(120,131,103)
#889279
(136,146,121)
#98A18B
(152,161,139)
#A8B09D
(168,176,157)
#B8BFAF
(184,191,175)
#C8CEC1
(200,206,193)
#D8DDD3
(216,221,211)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485631; }

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

This text font color is #485631.


Background Color

.myBgColor { background-color: #485631; }

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

This div background color is #485631.


Border color

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

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

This div border color is #485631.


Opacity

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

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

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

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

This text has shadow with #485631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485631 on black background.


Color preview on white background

This text has color #485631 on white background.



Black color preview on #485631 background

This text has black color on #485631 background.


White color preview on #485631 background

This text has white color on #485631 background.