COLOR #486762

HEX: #486762
RGB: (72,103,98)

Color info

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

RGB color model

#486762 color RGB value is (72,103,98).

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

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 98 of 255 = 38%

72
103
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 98 = 273 (100%)
R 72 of 273 ~ 26.37%
G 103 of 273 ~ 37.73%
B 98 of 273 ~ 35.9%

%26.37
%37.73
%35.9

CMYK color model

#486762 color CMYK value is (30,0,5,60).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(30,0,5,60)
C30M0Y5K60 
(30%,0%,5%,60%)
(0.30/0.00/0.05/0.60)	

CMYK percentages

%30.1
%0
%4.85
%59.61

Codes

Color #486762 in popluar color models

486762
RGB7210398
HSL170°17.71%34.31%
HSB/HSV170°30.10%40.39%
CMYK30.10%0.00%4.85%
59.61%

Color #486762 in popluar number systems.

HEX486762
Decimal7210398
Binary100100011001111100010
Octal110147142

Shades and tints

Shades of #486762

#486762
(72,103,98)
#425E5A
(66,94,90)
#3C5552
(60,85,82)
#364C4A
(54,76,74)
#304342
(48,67,66)
#2A3A3A
(42,58,58)
#243132
(36,49,50)
#1E282A
(30,40,42)
#181F22
(24,31,34)
#12161A
(18,22,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #486762

#486762
(72,103,98)
#587470
(88,116,112)
#68817E
(104,129,126)
#788E8C
(120,142,140)
#889B9A
(136,155,154)
#98A8A8
(152,168,168)
#A8B5B6
(168,181,182)
#B8C2C4
(184,194,196)
#C8CFD2
(200,207,210)
#D8DCE0
(216,220,224)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486762; }

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

This text font color is #486762.


Background Color

.myBgColor { background-color: #486762; }

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

This div background color is #486762.


Border color

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

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

This div border color is #486762.


Opacity

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

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

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

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

This text has shadow with #486762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486762 on black background.


Color preview on white background

This text has color #486762 on white background.



Black color preview on #486762 background

This text has black color on #486762 background.


White color preview on #486762 background

This text has white color on #486762 background.