COLOR #586332

HEX: #586332
RGB: (88,99,50)

Renk bilgisi

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

RGB renk modeli

#586332 color RGB value is (88,99,50).

  • kırmız ton 88;
  • yeşil ton 99;
  • mavi ton 50.
RGB:
(88,99,50)
(35%,39%,20%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 99 of 255 = 39%
B 50 of 255 = 20%

88
99
50

R + G + B ~ 31%. #586332 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 99 + 50 = 237 (100%)
R 88 of 237 ~ 37.13%
G 99 of 237 ~ 41.77%
B 50 of 237 ~ 21.1%

%37.13
%41.77
%21.1

CMYK RENK MODELİ

#586332 rengi CMYK tonu (11,0,49,61).

  • camgöbeği tonu 11.11%
  • eflatun tonu 0.00%
  • sarı tonu 49.49%
  • ana renk tonu 61.18%
CMYK:
(11,0,49,61)
C11M0Y49K61 
(11%,0%,49%,61%)
(0.11/0.00/0.49/0.61)	

CMYK yüzdeleri

%11.11
%0
%49.49
%61.18

Codes

Color #586332 in popluar color models

586332
RGB889950
HSL73°32.89%29.22%
HSB/HSV73°49.49%38.82%
CMYK11.11%0.00%49.49%
61.18%

Color #586332 in popluar number systems.

HEX586332
Decimal889950
Binary10110001100011110010
Octal13014362

Shades and tints

Shades of #586332

#586332
(88,99,50)
#505A2E
(80,90,46)
#48512A
(72,81,42)
#404826
(64,72,38)
#383F22
(56,63,34)
#30361E
(48,54,30)
#282D1A
(40,45,26)
#202416
(32,36,22)
#181B12
(24,27,18)
#10120E
(16,18,14)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #586332

#586332
(88,99,50)
#677144
(103,113,68)
#767F56
(118,127,86)
#858D68
(133,141,104)
#949B7A
(148,155,122)
#A3A98C
(163,169,140)
#B2B79E
(178,183,158)
#C1C5B0
(193,197,176)
#D0D3C2
(208,211,194)
#DFE1D4
(223,225,212)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586332 color. Also use rgb(88,99,50) instead hex code.

Text Font Color

.myTextColor { color: #586332; }

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

This text font color is #586332.


Background Color

.myBgColor { background-color: #586332; }

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

This div background color is #586332.


Border color

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

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

This div border color is #586332.


Opacity

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

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

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

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

This text has shadow with #586332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586332 on black background.


Color preview on white background

This text has color #586332 on white background.



Black color preview on #586332 background

This text has black color on #586332 background.


White color preview on #586332 background

This text has white color on #586332 background.