COLOR #586D56

HEX: #586D56
RGB: (88,109,86)

Renk bilgisi

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

RGB renk modeli

#586D56 color RGB value is (88,109,86).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 86 of 255 = 34%

88
109
86

R + G + B ~ 37%. #586D56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 86 = 283 (100%)
R 88 of 283 ~ 31.1%
G 109 of 283 ~ 38.52%
B 86 of 283 ~ 30.39%

%31.1
%38.52
%30.39

CMYK RENK MODELİ

#586D56 rengi CMYK tonu (19,0,21,57).

  • camgöbeği tonu 19.27%
  • eflatun tonu 0.00%
  • sarı tonu 21.10%
  • ana renk tonu 57.25%
CMYK:
(19,0,21,57)
C19M0Y21K57 
(19%,0%,21%,57%)
(0.19/0.00/0.21/0.57)	

CMYK yüzdeleri

%19.27
%0
%21.1
%57.25

Codes

Color #586D56 in popluar color models

586D56
RGB8810986
HSL115°11.79%38.24%
HSB/HSV115°21.10%42.75%
CMYK19.27%0.00%21.10%
57.25%

Color #586D56 in popluar number systems.

HEX586D56
Decimal8810986
Binary101100011011011010110
Octal130155126

Shades and tints

Shades of #586D56

#586D56
(88,109,86)
#50644F
(80,100,79)
#485B48
(72,91,72)
#405241
(64,82,65)
#38493A
(56,73,58)
#304033
(48,64,51)
#28372C
(40,55,44)
#202E25
(32,46,37)
#18251E
(24,37,30)
#101C17
(16,28,23)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #586D56

#586D56
(88,109,86)
#677A65
(103,122,101)
#768774
(118,135,116)
#859483
(133,148,131)
#94A192
(148,161,146)
#A3AEA1
(163,174,161)
#B2BBB0
(178,187,176)
#C1C8BF
(193,200,191)
#D0D5CE
(208,213,206)
#DFE2DD
(223,226,221)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D56; }

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

This text font color is #586D56.


Background Color

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

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

This div background color is #586D56.


Border color

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

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

This div border color is #586D56.


Opacity

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

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

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

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

This text has shadow with #586D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D56 on black background.


Color preview on white background

This text has color #586D56 on white background.



Black color preview on #586D56 background

This text has black color on #586D56 background.


White color preview on #586D56 background

This text has white color on #586D56 background.