COLOR #586946

HEX: #586946
RGB: (88,105,70)

Renk bilgisi

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

RGB renk modeli

#586946 color RGB value is (88,105,70).

  • kırmız ton 88;
  • yeşil ton 105;
  • mavi ton 70.
RGB:
(88,105,70)
(35%,41%,27%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 105 of 255 = 41%
B 70 of 255 = 27%

88
105
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 105 + 70 = 263 (100%)
R 88 of 263 ~ 33.46%
G 105 of 263 ~ 39.92%
B 70 of 263 ~ 26.62%

%33.46
%39.92
%26.62

CMYK RENK MODELİ

#586946 rengi CMYK tonu (16,0,33,59).

  • camgöbeği tonu 16.19%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 58.82%
CMYK:
(16,0,33,59)
C16M0Y33K59 
(16%,0%,33%,59%)
(0.16/0.00/0.33/0.59)	

CMYK yüzdeleri

%16.19
%0
%33.33
%58.82

Codes

Color #586946 in popluar color models

586946
RGB8810570
HSL89°20.00%34.31%
HSB/HSV89°33.33%41.18%
CMYK16.19%0.00%33.33%
58.82%

Color #586946 in popluar number systems.

HEX586946
Decimal8810570
Binary101100011010011000110
Octal130151106

Shades and tints

Shades of #586946

#586946
(88,105,70)
#506040
(80,96,64)
#48573A
(72,87,58)
#404E34
(64,78,52)
#38452E
(56,69,46)
#303C28
(48,60,40)
#283322
(40,51,34)
#202A1C
(32,42,28)
#182116
(24,33,22)
#101810
(16,24,16)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #586946

#586946
(88,105,70)
#677656
(103,118,86)
#768366
(118,131,102)
#859076
(133,144,118)
#949D86
(148,157,134)
#A3AA96
(163,170,150)
#B2B7A6
(178,183,166)
#C1C4B6
(193,196,182)
#D0D1C6
(208,209,198)
#DFDED6
(223,222,214)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586946 color. Also use rgb(88,105,70) instead hex code.

Text Font Color

.myTextColor { color: #586946; }

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

This text font color is #586946.


Background Color

.myBgColor { background-color: #586946; }

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

This div background color is #586946.


Border color

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

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

This div border color is #586946.


Opacity

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

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

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

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

This text has shadow with #586946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586946 on black background.


Color preview on white background

This text has color #586946 on white background.



Black color preview on #586946 background

This text has black color on #586946 background.


White color preview on #586946 background

This text has white color on #586946 background.