COLOR #586840

HEX: #586840
RGB: (88,104,64)

Renk bilgisi

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

RGB renk modeli

#586840 color RGB value is (88,104,64).

  • kırmız ton 88;
  • yeşil ton 104;
  • mavi ton 64.
RGB:
(88,104,64)
(35%,41%,25%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 104 of 255 = 41%
B 64 of 255 = 25%

88
104
64

R + G + B ~ 34%. #586840 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 104 + 64 = 256 (100%)
R 88 of 256 ~ 34.38%
G 104 of 256 ~ 40.63%
B 64 of 256 ~ 25%

%34.38
%40.63
%25

CMYK RENK MODELİ

#586840 rengi CMYK tonu (15,0,38,59).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 38.46%
  • ana renk tonu 59.22%
CMYK:
(15,0,38,59)
C15M0Y38K59 
(15%,0%,38%,59%)
(0.15/0.00/0.38/0.59)	

CMYK yüzdeleri

%15.38
%0
%38.46
%59.22

Codes

Color #586840 in popluar color models

586840
RGB8810464
HSL84°23.81%32.94%
HSB/HSV84°38.46%40.78%
CMYK15.38%0.00%38.46%
59.22%

Color #586840 in popluar number systems.

HEX586840
Decimal8810464
Binary101100011010001000000
Octal130150100

Shades and tints

Shades of #586840

#586840
(88,104,64)
#505F3B
(80,95,59)
#485636
(72,86,54)
#404D31
(64,77,49)
#38442C
(56,68,44)
#303B27
(48,59,39)
#283222
(40,50,34)
#20291D
(32,41,29)
#182018
(24,32,24)
#101713
(16,23,19)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #586840

#586840
(88,104,64)
#677551
(103,117,81)
#768262
(118,130,98)
#858F73
(133,143,115)
#949C84
(148,156,132)
#A3A995
(163,169,149)
#B2B6A6
(178,182,166)
#C1C3B7
(193,195,183)
#D0D0C8
(208,208,200)
#DFDDD9
(223,221,217)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586840 color. Also use rgb(88,104,64) instead hex code.

Text Font Color

.myTextColor { color: #586840; }

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

This text font color is #586840.


Background Color

.myBgColor { background-color: #586840; }

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

This div background color is #586840.


Border color

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

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

This div border color is #586840.


Opacity

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

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

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

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

This text has shadow with #586840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586840 on black background.


Color preview on white background

This text has color #586840 on white background.



Black color preview on #586840 background

This text has black color on #586840 background.


White color preview on #586840 background

This text has white color on #586840 background.