COLOR #586D49

HEX: #586D49
RGB: (88,109,73)

Renk bilgisi

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

RGB renk modeli

#586D49 color RGB value is (88,109,73).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 73 of 255 = 29%

88
109
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 73 = 270 (100%)
R 88 of 270 ~ 32.59%
G 109 of 270 ~ 40.37%
B 73 of 270 ~ 27.04%

%32.59
%40.37
%27.04

CMYK RENK MODELİ

#586D49 rengi CMYK tonu (19,0,33,57).

  • camgöbeği tonu 19.27%
  • eflatun tonu 0.00%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(19,0,33,57)
C19M0Y33K57 
(19%,0%,33%,57%)
(0.19/0.00/0.33/0.57)	

CMYK yüzdeleri

%19.27
%0
%33.03
%57.25

Codes

Color #586D49 in popluar color models

586D49
RGB8810973
HSL95°19.78%35.69%
HSB/HSV95°33.03%42.75%
CMYK19.27%0.00%33.03%
57.25%

Color #586D49 in popluar number systems.

HEX586D49
Decimal8810973
Binary101100011011011001001
Octal130155111

Shades and tints

Shades of #586D49

#586D49
(88,109,73)
#506443
(80,100,67)
#485B3D
(72,91,61)
#405237
(64,82,55)
#384931
(56,73,49)
#30402B
(48,64,43)
#283725
(40,55,37)
#202E1F
(32,46,31)
#182519
(24,37,25)
#101C13
(16,28,19)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #586D49

#586D49
(88,109,73)
#677A59
(103,122,89)
#768769
(118,135,105)
#859479
(133,148,121)
#94A189
(148,161,137)
#A3AE99
(163,174,153)
#B2BBA9
(178,187,169)
#C1C8B9
(193,200,185)
#D0D5C9
(208,213,201)
#DFE2D9
(223,226,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D49; }

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

This text font color is #586D49.


Background Color

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

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

This div background color is #586D49.


Border color

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

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

This div border color is #586D49.


Opacity

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

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

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

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

This text has shadow with #586D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D49 on black background.


Color preview on white background

This text has color #586D49 on white background.



Black color preview on #586D49 background

This text has black color on #586D49 background.


White color preview on #586D49 background

This text has white color on #586D49 background.