COLOR #586A75

HEX: #586A75
RGB: (88,106,117)

Renk bilgisi

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

RGB renk modeli

#586A75 color RGB value is (88,106,117).

  • kırmız ton 88;
  • yeşil ton 106;
  • mavi ton 117.
RGB:
(88,106,117)
(35%,42%,46%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 106 of 255 = 42%
B 117 of 255 = 46%

88
106
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 106 + 117 = 311 (100%)
R 88 of 311 ~ 28.3%
G 106 of 311 ~ 34.08%
B 117 of 311 ~ 37.62%

%28.3
%34.08
%37.62

CMYK RENK MODELİ

#586A75 rengi CMYK tonu (25,9,0,54).

  • camgöbeği tonu 24.79%
  • eflatun tonu 9.40%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(25,9,0,54)
C25M9Y0K54 
(25%,9%,0%,54%)
(0.25/0.09/0.00/0.54)	

CMYK yüzdeleri

%24.79
%9.4
%0
%54.12

Codes

Color #586A75 in popluar color models

586A75
RGB88106117
HSL203°14.15%40.20%
HSB/HSV203°24.79%45.88%
CMYK24.79%9.40%0.00%
54.12%

Color #586A75 in popluar number systems.

HEX586A75
Decimal88106117
Binary101100011010101110101
Octal130152165

Shades and tints

Shades of #586A75

#586A75
(88,106,117)
#50616B
(80,97,107)
#485861
(72,88,97)
#404F57
(64,79,87)
#38464D
(56,70,77)
#303D43
(48,61,67)
#283439
(40,52,57)
#202B2F
(32,43,47)
#182225
(24,34,37)
#10191B
(16,25,27)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #586A75

#586A75
(88,106,117)
#677781
(103,119,129)
#76848D
(118,132,141)
#859199
(133,145,153)
#949EA5
(148,158,165)
#A3ABB1
(163,171,177)
#B2B8BD
(178,184,189)
#C1C5C9
(193,197,201)
#D0D2D5
(208,210,213)
#DFDFE1
(223,223,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A75 color. Also use rgb(88,106,117) instead hex code.

Text Font Color

.myTextColor { color: #586A75; }

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

This text font color is #586A75.


Background Color

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

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

This div background color is #586A75.


Border color

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

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

This div border color is #586A75.


Opacity

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

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

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

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

This text has shadow with #586A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A75 on black background.


Color preview on white background

This text has color #586A75 on white background.



Black color preview on #586A75 background

This text has black color on #586A75 background.


White color preview on #586A75 background

This text has white color on #586A75 background.