COLOR #486362

HEX: #486362
RGB: (72,99,98)

Color info

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

RGB color model

#486362 color RGB value is (72,99,98).

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

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 98 of 255 = 38%

72
99
98

R + G + B ~ 35%. #486362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 98 = 269 (100%)
R 72 of 269 ~ 26.77%
G 99 of 269 ~ 36.8%
B 98 of 269 ~ 36.43%

%26.77
%36.8
%36.43

CMYK color model

#486362 color CMYK value is (27,0,1,61).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(27,0,1,61)
C27M0Y1K61 
(27%,0%,1%,61%)
(0.27/0.00/0.01/0.61)	

CMYK percentages

%27.27
%0
%1.01
%61.18

Codes

Color #486362 in popluar color models

486362
RGB729998
HSL178°15.79%33.53%
HSB/HSV178°27.27%38.82%
CMYK27.27%0.00%1.01%
61.18%

Color #486362 in popluar number systems.

HEX486362
Decimal729998
Binary100100011000111100010
Octal110143142

Shades and tints

Shades of #486362

#486362
(72,99,98)
#425A5A
(66,90,90)
#3C5152
(60,81,82)
#36484A
(54,72,74)
#303F42
(48,63,66)
#2A363A
(42,54,58)
#242D32
(36,45,50)
#1E242A
(30,36,42)
#181B22
(24,27,34)
#12121A
(18,18,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #486362

#486362
(72,99,98)
#587170
(88,113,112)
#687F7E
(104,127,126)
#788D8C
(120,141,140)
#889B9A
(136,155,154)
#98A9A8
(152,169,168)
#A8B7B6
(168,183,182)
#B8C5C4
(184,197,196)
#C8D3D2
(200,211,210)
#D8E1E0
(216,225,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486362; }

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

This text font color is #486362.


Background Color

.myBgColor { background-color: #486362; }

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

This div background color is #486362.


Border color

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

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

This div border color is #486362.


Opacity

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

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

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

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

This text has shadow with #486362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486362 on black background.


Color preview on white background

This text has color #486362 on white background.



Black color preview on #486362 background

This text has black color on #486362 background.


White color preview on #486362 background

This text has white color on #486362 background.