COLOR #586D52

HEX: #586D52
RGB: (88,109,82)

Renk bilgisi

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

RGB renk modeli

#586D52 color RGB value is (88,109,82).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 109 of 255 = 43%
B 82 of 255 = 32%

88
109
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 109 + 82 = 279 (100%)
R 88 of 279 ~ 31.54%
G 109 of 279 ~ 39.07%
B 82 of 279 ~ 29.39%

%31.54
%39.07
%29.39

CMYK RENK MODELİ

#586D52 rengi CMYK tonu (19,0,25,57).

  • camgöbeği tonu 19.27%
  • eflatun tonu 0.00%
  • sarı tonu 24.77%
  • ana renk tonu 57.25%
CMYK:
(19,0,25,57)
C19M0Y25K57 
(19%,0%,25%,57%)
(0.19/0.00/0.25/0.57)	

CMYK yüzdeleri

%19.27
%0
%24.77
%57.25

Codes

Color #586D52 in popluar color models

586D52
RGB8810982
HSL107°14.14%37.45%
HSB/HSV107°24.77%42.75%
CMYK19.27%0.00%24.77%
57.25%

Color #586D52 in popluar number systems.

HEX586D52
Decimal8810982
Binary101100011011011010010
Octal130155122

Shades and tints

Shades of #586D52

#586D52
(88,109,82)
#50644B
(80,100,75)
#485B44
(72,91,68)
#40523D
(64,82,61)
#384936
(56,73,54)
#30402F
(48,64,47)
#283728
(40,55,40)
#202E21
(32,46,33)
#18251A
(24,37,26)
#101C13
(16,28,19)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #586D52

#586D52
(88,109,82)
#677A61
(103,122,97)
#768770
(118,135,112)
#85947F
(133,148,127)
#94A18E
(148,161,142)
#A3AE9D
(163,174,157)
#B2BBAC
(178,187,172)
#C1C8BB
(193,200,187)
#D0D5CA
(208,213,202)
#DFE2D9
(223,226,217)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586D52; }

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

This text font color is #586D52.


Background Color

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

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

This div background color is #586D52.


Border color

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

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

This div border color is #586D52.


Opacity

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

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

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

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

This text has shadow with #586D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D52 on black background.


Color preview on white background

This text has color #586D52 on white background.



Black color preview on #586D52 background

This text has black color on #586D52 background.


White color preview on #586D52 background

This text has white color on #586D52 background.