COLOR #586E7B

HEX: #586E7B
RGB: (88,110,123)

Renk bilgisi

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

RGB renk modeli

#586E7B color RGB value is (88,110,123).

  • kırmız ton 88;
  • yeşil ton 110;
  • mavi ton 123.
RGB:
(88,110,123)
(35%,43%,48%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 110 of 255 = 43%
B 123 of 255 = 48%

88
110
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 110 + 123 = 321 (100%)
R 88 of 321 ~ 27.41%
G 110 of 321 ~ 34.27%
B 123 of 321 ~ 38.32%

%27.41
%34.27
%38.32

CMYK RENK MODELİ

#586E7B rengi CMYK tonu (28,11,0,52).

  • camgöbeği tonu 28.46%
  • eflatun tonu 10.57%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(28,11,0,52)
C28M11Y0K52 
(28%,11%,0%,52%)
(0.28/0.11/0.00/0.52)	

CMYK yüzdeleri

%28.46
%10.57
%0
%51.76

Codes

Color #586E7B in popluar color models

586E7B
RGB88110123
HSL202°16.59%41.37%
HSB/HSV202°28.46%48.24%
CMYK28.46%10.57%0.00%
51.76%

Color #586E7B in popluar number systems.

HEX586E7B
Decimal88110123
Binary101100011011101111011
Octal130156173

Shades and tints

Shades of #586E7B

#586E7B
(88,110,123)
#506470
(80,100,112)
#485A65
(72,90,101)
#40505A
(64,80,90)
#38464F
(56,70,79)
#303C44
(48,60,68)
#283239
(40,50,57)
#20282E
(32,40,46)
#181E23
(24,30,35)
#101418
(16,20,24)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #586E7B

#586E7B
(88,110,123)
#677B87
(103,123,135)
#768893
(118,136,147)
#85959F
(133,149,159)
#94A2AB
(148,162,171)
#A3AFB7
(163,175,183)
#B2BCC3
(178,188,195)
#C1C9CF
(193,201,207)
#D0D6DB
(208,214,219)
#DFE3E7
(223,227,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E7B color. Also use rgb(88,110,123) instead hex code.

Text Font Color

.myTextColor { color: #586E7B; }

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

This text font color is #586E7B.


Background Color

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

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

This div background color is #586E7B.


Border color

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

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

This div border color is #586E7B.


Opacity

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

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

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

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

This text has shadow with #586E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E7B on black background.


Color preview on white background

This text has color #586E7B on white background.



Black color preview on #586E7B background

This text has black color on #586E7B background.


White color preview on #586E7B background

This text has white color on #586E7B background.