COLOR #486B6D

HEX: #486B6D
RGB: (72,107,109)

Color info

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

RGB color model

#486B6D color RGB value is (72,107,109).

  • red value is 72;
  • green value is 107;
  • blue value is 109.
RGB:
(72,107,109)
(28%,42%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 107 of 255 = 42%
B 109 of 255 = 43%

72
107
109

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

Portions of RGB colors in percentages

R + G + B =
72 + 107 + 109 = 288 (100%)
R 72 of 288 ~ 25%
G 107 of 288 ~ 37.15%
B 109 of 288 ~ 37.85%

%25
%37.15
%37.85

CMYK color model

#486B6D color CMYK value is (34,2,0,57).

  • cyan value is 33.94%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,2,0,57)
C34M2Y0K57 
(34%,2%,0%,57%)
(0.34/0.02/0.00/0.57)	

CMYK percentages

%33.94
%1.83
%0
%57.25

Codes

Color #486B6D in popluar color models

486B6D
RGB72107109
HSL183°20.44%35.49%
HSB/HSV183°33.94%42.75%
CMYK33.94%1.83%0.00%
57.25%

Color #486B6D in popluar number systems.

HEX486B6D
Decimal72107109
Binary100100011010111101101
Octal110153155

Shades and tints

Shades of #486B6D

#486B6D
(72,107,109)
#426264
(66,98,100)
#3C595B
(60,89,91)
#365052
(54,80,82)
#304749
(48,71,73)
#2A3E40
(42,62,64)
#243537
(36,53,55)
#1E2C2E
(30,44,46)
#182325
(24,35,37)
#121A1C
(18,26,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #486B6D

#486B6D
(72,107,109)
#58787A
(88,120,122)
#688587
(104,133,135)
#789294
(120,146,148)
#889FA1
(136,159,161)
#98ACAE
(152,172,174)
#A8B9BB
(168,185,187)
#B8C6C8
(184,198,200)
#C8D3D5
(200,211,213)
#D8E0E2
(216,224,226)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486B6D; }

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

This text font color is #486B6D.


Background Color

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

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

This div background color is #486B6D.


Border color

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

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

This div border color is #486B6D.


Opacity

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

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

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

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

This text has shadow with #486B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486B6D on black background.


Color preview on white background

This text has color #486B6D on white background.



Black color preview on #486B6D background

This text has black color on #486B6D background.


White color preview on #486B6D background

This text has white color on #486B6D background.