COLOR #586756

HEX: #586756
RGB: (88,103,86)

Renk bilgisi

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

RGB renk modeli

#586756 color RGB value is (88,103,86).

  • kırmız ton 88;
  • yeşil ton 103;
  • mavi ton 86.
RGB:
(88,103,86)
(35%,40%,34%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 103 of 255 = 40%
B 86 of 255 = 34%

88
103
86

R + G + B ~ 36%. #586756 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 103 + 86 = 277 (100%)
R 88 of 277 ~ 31.77%
G 103 of 277 ~ 37.18%
B 86 of 277 ~ 31.05%

%31.77
%37.18
%31.05

CMYK RENK MODELİ

#586756 rengi CMYK tonu (15,0,17,60).

  • camgöbeği tonu 14.56%
  • eflatun tonu 0.00%
  • sarı tonu 16.50%
  • ana renk tonu 59.61%
CMYK:
(15,0,17,60)
C15M0Y17K60 
(15%,0%,17%,60%)
(0.15/0.00/0.17/0.60)	

CMYK yüzdeleri

%14.56
%0
%16.5
%59.61

Codes

Color #586756 in popluar color models

586756
RGB8810386
HSL113°8.99%37.06%
HSB/HSV113°16.50%40.39%
CMYK14.56%0.00%16.50%
59.61%

Color #586756 in popluar number systems.

HEX586756
Decimal8810386
Binary101100011001111010110
Octal130147126

Shades and tints

Shades of #586756

#586756
(88,103,86)
#505E4F
(80,94,79)
#485548
(72,85,72)
#404C41
(64,76,65)
#38433A
(56,67,58)
#303A33
(48,58,51)
#28312C
(40,49,44)
#202825
(32,40,37)
#181F1E
(24,31,30)
#101617
(16,22,23)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #586756

#586756
(88,103,86)
#677465
(103,116,101)
#768174
(118,129,116)
#858E83
(133,142,131)
#949B92
(148,155,146)
#A3A8A1
(163,168,161)
#B2B5B0
(178,181,176)
#C1C2BF
(193,194,191)
#D0CFCE
(208,207,206)
#DFDCDD
(223,220,221)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586756 color. Also use rgb(88,103,86) instead hex code.

Text Font Color

.myTextColor { color: #586756; }

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

This text font color is #586756.


Background Color

.myBgColor { background-color: #586756; }

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

This div background color is #586756.


Border color

.myBorderColor { border: 1px solid #586756; }

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

This div border color is #586756.


Opacity

.myOpacity80 { color: #586756; opacity: 0.8; }

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

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

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

This text has shadow with #586756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586756 on black background.


Color preview on white background

This text has color #586756 on white background.



Black color preview on #586756 background

This text has black color on #586756 background.


White color preview on #586756 background

This text has white color on #586756 background.