COLOR #586B7F

HEX: #586B7F
RGB: (88,107,127)

Renk bilgisi

#586B7F contains red, green and blue colors in about the same proportion. #586B7F ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#586B7F color RGB value is (88,107,127).

  • kırmız ton 88;
  • yeşil ton 107;
  • mavi ton 127.
RGB:
(88,107,127)
(35%,42%,50%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 107 of 255 = 42%
B 127 of 255 = 50%

88
107
127

R + G + B ~ 42%. #586B7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 107 + 127 = 322 (100%)
R 88 of 322 ~ 27.33%
G 107 of 322 ~ 33.23%
B 127 of 322 ~ 39.44%

%27.33
%33.23
%39.44

CMYK RENK MODELİ

#586B7F rengi CMYK tonu (31,16,0,50).

  • camgöbeği tonu 30.71%
  • eflatun tonu 15.75%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(31,16,0,50)
C31M16Y0K50 
(31%,16%,0%,50%)
(0.31/0.16/0.00/0.50)	

CMYK yüzdeleri

%30.71
%15.75
%0
%50.2

Codes

Color #586B7F in popluar color models

586B7F
RGB88107127
HSL211°18.14%42.16%
HSB/HSV211°30.71%49.80%
CMYK30.71%15.75%0.00%
50.20%

Color #586B7F in popluar number systems.

HEX586B7F
Decimal88107127
Binary101100011010111111111
Octal130153177

Shades and tints

Shades of #586B7F

#586B7F
(88,107,127)
#506274
(80,98,116)
#485969
(72,89,105)
#40505E
(64,80,94)
#384753
(56,71,83)
#303E48
(48,62,72)
#28353D
(40,53,61)
#202C32
(32,44,50)
#182327
(24,35,39)
#101A1C
(16,26,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #586B7F

#586B7F
(88,107,127)
#67788A
(103,120,138)
#768595
(118,133,149)
#8592A0
(133,146,160)
#949FAB
(148,159,171)
#A3ACB6
(163,172,182)
#B2B9C1
(178,185,193)
#C1C6CC
(193,198,204)
#D0D3D7
(208,211,215)
#DFE0E2
(223,224,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B7F color. Also use rgb(88,107,127) instead hex code.

Text Font Color

.myTextColor { color: #586B7F; }

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

This text font color is #586B7F.


Background Color

.myBgColor { background-color: #586B7F; }

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

This div background color is #586B7F.


Border color

.myBorderColor { border: 1px solid #586B7F; }

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

This div border color is #586B7F.


Opacity

.myOpacity80 { color: #586B7F; opacity: 0.8; }

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

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

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

This text has shadow with #586B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B7F on black background.


Color preview on white background

This text has color #586B7F on white background.



Black color preview on #586B7F background

This text has black color on #586B7F background.


White color preview on #586B7F background

This text has white color on #586B7F background.