COLOR #486F6F

HEX: #486F6F
RGB: (72,111,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
111
111

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

Portions of RGB colors in percentages

R + G + B =
72 + 111 + 111 = 294 (100%)
R 72 of 294 ~ 24.49%
G 111 of 294 ~ 37.76%
B 111 of 294 ~ 37.76%

%24.49
%37.76
%37.76

CMYK color model

#486F6F color CMYK value is (35,0,0,56).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(35,0,0,56)
C35M0Y0K56 
(35%,0%,0%,56%)
(0.35/0.00/0.00/0.56)	

CMYK percentages

%35.14
%0
%0
%56.47

Codes

Color #486F6F in popluar color models

486F6F
RGB72111111
HSL180°21.31%35.88%
HSB/HSV180°35.14%43.53%
CMYK35.14%0.00%0.00%
56.47%

Color #486F6F in popluar number systems.

HEX486F6F
Decimal72111111
Binary100100011011111101111
Octal110157157

Shades and tints

Shades of #486F6F

#486F6F
(72,111,111)
#426565
(66,101,101)
#3C5B5B
(60,91,91)
#365151
(54,81,81)
#304747
(48,71,71)
#2A3D3D
(42,61,61)
#243333
(36,51,51)
#1E2929
(30,41,41)
#181F1F
(24,31,31)
#121515
(18,21,21)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #486F6F

#486F6F
(72,111,111)
#587C7C
(88,124,124)
#688989
(104,137,137)
#789696
(120,150,150)
#88A3A3
(136,163,163)
#98B0B0
(152,176,176)
#A8BDBD
(168,189,189)
#B8CACA
(184,202,202)
#C8D7D7
(200,215,215)
#D8E4E4
(216,228,228)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486F6F; }

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

This text font color is #486F6F.


Background Color

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

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

This div background color is #486F6F.


Border color

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

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

This div border color is #486F6F.


Opacity

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

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

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

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

This text has shadow with #486F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486F6F on black background.


Color preview on white background

This text has color #486F6F on white background.



Black color preview on #486F6F background

This text has black color on #486F6F background.


White color preview on #486F6F background

This text has white color on #486F6F background.