COLOR #586D70

HEX: #586D70
RGB: (88,109,112)

Renk bilgisi

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

RGB renk modeli

#586D70 color RGB value is (88,109,112).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 112 of 255 = 44%

88
109
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 112 = 309 (100%)
R 88 of 309 ~ 28.48%
G 109 of 309 ~ 35.28%
B 112 of 309 ~ 36.25%

%28.48
%35.28
%36.25

CMYK RENK MODELİ

#586D70 rengi CMYK tonu (21,3,0,56).

  • camgöbeği tonu 21.43%
  • eflatun tonu 2.68%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(21,3,0,56)
C21M3Y0K56 
(21%,3%,0%,56%)
(0.21/0.03/0.00/0.56)	

CMYK yüzdeleri

%21.43
%2.68
%0
%56.08

Codes

Color #586D70 in popluar color models

586D70
RGB88109112
HSL188°12.00%39.22%
HSB/HSV188°21.43%43.92%
CMYK21.43%2.68%0.00%
56.08%

Color #586D70 in popluar number systems.

HEX586D70
Decimal88109112
Binary101100011011011110000
Octal130155160

Shades and tints

Shades of #586D70

#586D70
(88,109,112)
#506466
(80,100,102)
#485B5C
(72,91,92)
#405252
(64,82,82)
#384948
(56,73,72)
#30403E
(48,64,62)
#283734
(40,55,52)
#202E2A
(32,46,42)
#182520
(24,37,32)
#101C16
(16,28,22)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #586D70

#586D70
(88,109,112)
#677A7D
(103,122,125)
#76878A
(118,135,138)
#859497
(133,148,151)
#94A1A4
(148,161,164)
#A3AEB1
(163,174,177)
#B2BBBE
(178,187,190)
#C1C8CB
(193,200,203)
#D0D5D8
(208,213,216)
#DFE2E5
(223,226,229)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D70; }

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

This text font color is #586D70.


Background Color

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

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

This div background color is #586D70.


Border color

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

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

This div border color is #586D70.


Opacity

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

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

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

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

This text has shadow with #586D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D70 on black background.


Color preview on white background

This text has color #586D70 on white background.



Black color preview on #586D70 background

This text has black color on #586D70 background.


White color preview on #586D70 background

This text has white color on #586D70 background.