COLOR #586D75

HEX: #586D75
RGB: (88,109,117)

Renk bilgisi

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

RGB renk modeli

#586D75 color RGB value is (88,109,117).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 117 of 255 = 46%

88
109
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 117 = 314 (100%)
R 88 of 314 ~ 28.03%
G 109 of 314 ~ 34.71%
B 117 of 314 ~ 37.26%

%28.03
%34.71
%37.26

CMYK RENK MODELİ

#586D75 rengi CMYK tonu (25,7,0,54).

  • camgöbeği tonu 24.79%
  • eflatun tonu 6.84%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(25,7,0,54)
C25M7Y0K54 
(25%,7%,0%,54%)
(0.25/0.07/0.00/0.54)	

CMYK yüzdeleri

%24.79
%6.84
%0
%54.12

Codes

Color #586D75 in popluar color models

586D75
RGB88109117
HSL197°14.15%40.20%
HSB/HSV197°24.79%45.88%
CMYK24.79%6.84%0.00%
54.12%

Color #586D75 in popluar number systems.

HEX586D75
Decimal88109117
Binary101100011011011110101
Octal130155165

Shades and tints

Shades of #586D75

#586D75
(88,109,117)
#50646B
(80,100,107)
#485B61
(72,91,97)
#405257
(64,82,87)
#38494D
(56,73,77)
#304043
(48,64,67)
#283739
(40,55,57)
#202E2F
(32,46,47)
#182525
(24,37,37)
#101C1B
(16,28,27)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #586D75

#586D75
(88,109,117)
#677A81
(103,122,129)
#76878D
(118,135,141)
#859499
(133,148,153)
#94A1A5
(148,161,165)
#A3AEB1
(163,174,177)
#B2BBBD
(178,187,189)
#C1C8C9
(193,200,201)
#D0D5D5
(208,213,213)
#DFE2E1
(223,226,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D75; }

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

This text font color is #586D75.


Background Color

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

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

This div background color is #586D75.


Border color

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

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

This div border color is #586D75.


Opacity

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

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

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

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

This text has shadow with #586D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D75 on black background.


Color preview on white background

This text has color #586D75 on white background.



Black color preview on #586D75 background

This text has black color on #586D75 background.


White color preview on #586D75 background

This text has white color on #586D75 background.