COLOR #586D4D

HEX: #586D4D
RGB: (88,109,77)

Renk bilgisi

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

RGB renk modeli

#586D4D color RGB value is (88,109,77).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 77 of 255 = 30%

88
109
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 77 = 274 (100%)
R 88 of 274 ~ 32.12%
G 109 of 274 ~ 39.78%
B 77 of 274 ~ 28.1%

%32.12
%39.78
%28.1

CMYK RENK MODELİ

#586D4D rengi CMYK tonu (19,0,29,57).

  • camgöbeği tonu 19.27%
  • eflatun tonu 0.00%
  • sarı tonu 29.36%
  • ana renk tonu 57.25%
CMYK:
(19,0,29,57)
C19M0Y29K57 
(19%,0%,29%,57%)
(0.19/0.00/0.29/0.57)	

CMYK yüzdeleri

%19.27
%0
%29.36
%57.25

Codes

Color #586D4D in popluar color models

586D4D
RGB8810977
HSL99°17.20%36.47%
HSB/HSV99°29.36%42.75%
CMYK19.27%0.00%29.36%
57.25%

Color #586D4D in popluar number systems.

HEX586D4D
Decimal8810977
Binary101100011011011001101
Octal130155115

Shades and tints

Shades of #586D4D

#586D4D
(88,109,77)
#506446
(80,100,70)
#485B3F
(72,91,63)
#405238
(64,82,56)
#384931
(56,73,49)
#30402A
(48,64,42)
#283723
(40,55,35)
#202E1C
(32,46,28)
#182515
(24,37,21)
#101C0E
(16,28,14)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #586D4D

#586D4D
(88,109,77)
#677A5D
(103,122,93)
#76876D
(118,135,109)
#85947D
(133,148,125)
#94A18D
(148,161,141)
#A3AE9D
(163,174,157)
#B2BBAD
(178,187,173)
#C1C8BD
(193,200,189)
#D0D5CD
(208,213,205)
#DFE2DD
(223,226,221)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D4D; }

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

This text font color is #586D4D.


Background Color

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

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

This div background color is #586D4D.


Border color

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

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

This div border color is #586D4D.


Opacity

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

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

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

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

This text has shadow with #586D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D4D on black background.


Color preview on white background

This text has color #586D4D on white background.



Black color preview on #586D4D background

This text has black color on #586D4D background.


White color preview on #586D4D background

This text has white color on #586D4D background.