COLOR #486465

HEX: #486465
RGB: (72,100,101)

Color info

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

RGB color model

#486465 color RGB value is (72,100,101).

  • red value is 72;
  • green value is 100;
  • blue value is 101.
RGB:
(72,100,101)
(28%,39%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 101 of 255 = 40%

72
100
101

R + G + B ~ 36%. #486465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 101 = 273 (100%)
R 72 of 273 ~ 26.37%
G 100 of 273 ~ 36.63%
B 101 of 273 ~ 37%

%26.37
%36.63
%37

CMYK color model

#486465 color CMYK value is (29,1,0,60).

  • cyan value is 28.71%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,1,0,60)
C29M1Y0K60 
(29%,1%,0%,60%)
(0.29/0.01/0.00/0.60)	

CMYK percentages

%28.71
%0.99
%0
%60.39

Codes

Color #486465 in popluar color models

486465
RGB72100101
HSL182°16.76%33.92%
HSB/HSV182°28.71%39.61%
CMYK28.71%0.99%0.00%
60.39%

Color #486465 in popluar number systems.

HEX486465
Decimal72100101
Binary100100011001001100101
Octal110144145

Shades and tints

Shades of #486465

#486465
(72,100,101)
#425B5C
(66,91,92)
#3C5253
(60,82,83)
#36494A
(54,73,74)
#304041
(48,64,65)
#2A3738
(42,55,56)
#242E2F
(36,46,47)
#1E2526
(30,37,38)
#181C1D
(24,28,29)
#121314
(18,19,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #486465

#486465
(72,100,101)
#587273
(88,114,115)
#688081
(104,128,129)
#788E8F
(120,142,143)
#889C9D
(136,156,157)
#98AAAB
(152,170,171)
#A8B8B9
(168,184,185)
#B8C6C7
(184,198,199)
#C8D4D5
(200,212,213)
#D8E2E3
(216,226,227)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486465 color. Also use rgb(72,100,101) instead hex code.

Text Font Color

.myTextColor { color: #486465; }

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

This text font color is #486465.


Background Color

.myBgColor { background-color: #486465; }

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

This div background color is #486465.


Border color

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

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

This div border color is #486465.


Opacity

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

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

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

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

This text has shadow with #486465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486465 on black background.


Color preview on white background

This text has color #486465 on white background.



Black color preview on #486465 background

This text has black color on #486465 background.


White color preview on #486465 background

This text has white color on #486465 background.