COLOR #486971

HEX: #486971
RGB: (72,105,113)

Color info

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

RGB color model

#486971 color RGB value is (72,105,113).

  • red value is 72;
  • green value is 105;
  • blue value is 113.
RGB:
(72,105,113)
(28%,41%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 113 of 255 = 44%

72
105
113

R + G + B ~ 38%. #486971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 113 = 290 (100%)
R 72 of 290 ~ 24.83%
G 105 of 290 ~ 36.21%
B 113 of 290 ~ 38.97%

%24.83
%36.21
%38.97

CMYK color model

#486971 color CMYK value is (36,7,0,56).

  • cyan value is 36.28%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,7,0,56)
C36M7Y0K56 
(36%,7%,0%,56%)
(0.36/0.07/0.00/0.56)	

CMYK percentages

%36.28
%7.08
%0
%55.69

Codes

Color #486971 in popluar color models

486971
RGB72105113
HSL192°22.16%36.27%
HSB/HSV192°36.28%44.31%
CMYK36.28%7.08%0.00%
55.69%

Color #486971 in popluar number systems.

HEX486971
Decimal72105113
Binary100100011010011110001
Octal110151161

Shades and tints

Shades of #486971

#486971
(72,105,113)
#426067
(66,96,103)
#3C575D
(60,87,93)
#364E53
(54,78,83)
#304549
(48,69,73)
#2A3C3F
(42,60,63)
#243335
(36,51,53)
#1E2A2B
(30,42,43)
#182121
(24,33,33)
#121817
(18,24,23)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #486971

#486971
(72,105,113)
#58767D
(88,118,125)
#688389
(104,131,137)
#789095
(120,144,149)
#889DA1
(136,157,161)
#98AAAD
(152,170,173)
#A8B7B9
(168,183,185)
#B8C4C5
(184,196,197)
#C8D1D1
(200,209,209)
#D8DEDD
(216,222,221)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486971 color. Also use rgb(72,105,113) instead hex code.

Text Font Color

.myTextColor { color: #486971; }

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

This text font color is #486971.


Background Color

.myBgColor { background-color: #486971; }

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

This div background color is #486971.


Border color

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

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

This div border color is #486971.


Opacity

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

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

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

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

This text has shadow with #486971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486971 on black background.


Color preview on white background

This text has color #486971 on white background.



Black color preview on #486971 background

This text has black color on #486971 background.


White color preview on #486971 background

This text has white color on #486971 background.