COLOR #586656

HEX: #586656
RGB: (88,102,86)

Renk bilgisi

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

RGB renk modeli

#586656 color RGB value is (88,102,86).

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

RGB bağlantıları ve doygunluk

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

88
102
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 102 + 86 = 276 (100%)
R 88 of 276 ~ 31.88%
G 102 of 276 ~ 36.96%
B 86 of 276 ~ 31.16%

%31.88
%36.96
%31.16

CMYK RENK MODELİ

#586656 rengi CMYK tonu (14,0,16,60).

  • camgöbeği tonu 13.73%
  • eflatun tonu 0.00%
  • sarı tonu 15.69%
  • ana renk tonu 60.00%
CMYK:
(14,0,16,60)
C14M0Y16K60 
(14%,0%,16%,60%)
(0.14/0.00/0.16/0.60)	

CMYK yüzdeleri

%13.73
%0
%15.69
%60

Codes

Color #586656 in popluar color models

586656
RGB8810286
HSL113°8.51%36.86%
HSB/HSV113°15.69%40.00%
CMYK13.73%0.00%15.69%
60.00%

Color #586656 in popluar number systems.

HEX586656
Decimal8810286
Binary101100011001101010110
Octal130146126

Shades and tints

Shades of #586656

#586656
(88,102,86)
#505D4F
(80,93,79)
#485448
(72,84,72)
#404B41
(64,75,65)
#38423A
(56,66,58)
#303933
(48,57,51)
#28302C
(40,48,44)
#202725
(32,39,37)
#181E1E
(24,30,30)
#101517
(16,21,23)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #586656

#586656
(88,102,86)
#677365
(103,115,101)
#768074
(118,128,116)
#858D83
(133,141,131)
#949A92
(148,154,146)
#A3A7A1
(163,167,161)
#B2B4B0
(178,180,176)
#C1C1BF
(193,193,191)
#D0CECE
(208,206,206)
#DFDBDD
(223,219,221)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586656; }

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

This text font color is #586656.


Background Color

.myBgColor { background-color: #586656; }

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

This div background color is #586656.


Border color

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

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

This div border color is #586656.


Opacity

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

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

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

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

This text has shadow with #586656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586656 on black background.


Color preview on white background

This text has color #586656 on white background.



Black color preview on #586656 background

This text has black color on #586656 background.


White color preview on #586656 background

This text has white color on #586656 background.