COLOR #486351

HEX: #486351
RGB: (72,99,81)

Color info

#486351 contains red, green and blue colors in about the same proportion. Web safe color of #486351 is #336666 (or #366).

RGB color model

#486351 color RGB value is (72,99,81).

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

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 81 of 255 = 32%

72
99
81

R + G + B ~ 33%. #486351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 81 = 252 (100%)
R 72 of 252 ~ 28.57%
G 99 of 252 ~ 39.29%
B 81 of 252 ~ 32.14%

%28.57
%39.29
%32.14

CMYK color model

#486351 color CMYK value is (27,0,18,61).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(27,0,18,61)
C27M0Y18K61 
(27%,0%,18%,61%)
(0.27/0.00/0.18/0.61)	

CMYK percentages

%27.27
%0
%18.18
%61.18

Codes

Color #486351 in popluar color models

486351
RGB729981
HSL140°15.79%33.53%
HSB/HSV140°27.27%38.82%
CMYK27.27%0.00%18.18%
61.18%

Color #486351 in popluar number systems.

HEX486351
Decimal729981
Binary100100011000111010001
Octal110143121

Shades and tints

Shades of #486351

#486351
(72,99,81)
#425A4A
(66,90,74)
#3C5143
(60,81,67)
#36483C
(54,72,60)
#303F35
(48,63,53)
#2A362E
(42,54,46)
#242D27
(36,45,39)
#1E2420
(30,36,32)
#181B19
(24,27,25)
#121212
(18,18,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #486351

#486351
(72,99,81)
#587160
(88,113,96)
#687F6F
(104,127,111)
#788D7E
(120,141,126)
#889B8D
(136,155,141)
#98A99C
(152,169,156)
#A8B7AB
(168,183,171)
#B8C5BA
(184,197,186)
#C8D3C9
(200,211,201)
#D8E1D8
(216,225,216)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486351; }

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

This text font color is #486351.


Background Color

.myBgColor { background-color: #486351; }

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

This div background color is #486351.


Border color

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

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

This div border color is #486351.


Opacity

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

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

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

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

This text has shadow with #486351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486351 on black background.


Color preview on white background

This text has color #486351 on white background.



Black color preview on #486351 background

This text has black color on #486351 background.


White color preview on #486351 background

This text has white color on #486351 background.