COLOR #486F71

HEX: #486F71
RGB: (72,111,113)

Color info

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

RGB color model

#486F71 color RGB value is (72,111,113).

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

RGB channels and saturation

R 72 of 255 = 28%
G 111 of 255 = 44%
B 113 of 255 = 44%

72
111
113

R + G + B ~ 39%. #486F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 111 + 113 = 296 (100%)
R 72 of 296 ~ 24.32%
G 111 of 296 ~ 37.5%
B 113 of 296 ~ 38.18%

%24.32
%37.5
%38.18

CMYK color model

#486F71 color CMYK value is (36,2,0,56).

  • cyan value is 36.28%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,2,0,56)
C36M2Y0K56 
(36%,2%,0%,56%)
(0.36/0.02/0.00/0.56)	

CMYK percentages

%36.28
%1.77
%0
%55.69

Codes

Color #486F71 in popluar color models

486F71
RGB72111113
HSL183°22.16%36.27%
HSB/HSV183°36.28%44.31%
CMYK36.28%1.77%0.00%
55.69%

Color #486F71 in popluar number systems.

HEX486F71
Decimal72111113
Binary100100011011111110001
Octal110157161

Shades and tints

Shades of #486F71

#486F71
(72,111,113)
#426567
(66,101,103)
#3C5B5D
(60,91,93)
#365153
(54,81,83)
#304749
(48,71,73)
#2A3D3F
(42,61,63)
#243335
(36,51,53)
#1E292B
(30,41,43)
#181F21
(24,31,33)
#121517
(18,21,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #486F71

#486F71
(72,111,113)
#587C7D
(88,124,125)
#688989
(104,137,137)
#789695
(120,150,149)
#88A3A1
(136,163,161)
#98B0AD
(152,176,173)
#A8BDB9
(168,189,185)
#B8CAC5
(184,202,197)
#C8D7D1
(200,215,209)
#D8E4DD
(216,228,221)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486F71; }

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

This text font color is #486F71.


Background Color

.myBgColor { background-color: #486F71; }

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

This div background color is #486F71.


Border color

.myBorderColor { border: 1px solid #486F71; }

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

This div border color is #486F71.


Opacity

.myOpacity80 { color: #486F71; opacity: 0.8; }

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

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

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

This text has shadow with #486F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486F71 on black background.


Color preview on white background

This text has color #486F71 on white background.



Black color preview on #486F71 background

This text has black color on #486F71 background.


White color preview on #486F71 background

This text has white color on #486F71 background.