COLOR #586C15

HEX: #586C15
RGB: (88,108,21)

Renk bilgisi

#586C15 contains mainly red and green colors. #586C15 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#586C15 color RGB value is (88,108,21).

  • kırmız ton 88;
  • yeşil ton 108;
  • mavi ton 21.
RGB:
(88,108,21)
(35%,42%,8%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 21 of 255 = 8%

88
108
21

R + G + B ~ 28%. #586C15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 21 = 217 (100%)
R 88 of 217 ~ 40.55%
G 108 of 217 ~ 49.77%
B 21 of 217 ~ 9.68%

%40.55
%49.77
%9.68

CMYK RENK MODELİ

#586C15 rengi CMYK tonu (19,0,81,58).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 80.56%
  • ana renk tonu 57.65%
CMYK:
(19,0,81,58)
C19M0Y81K58 
(19%,0%,81%,58%)
(0.19/0.00/0.81/0.58)	

CMYK yüzdeleri

%18.52
%0
%80.56
%57.65

Codes

Color #586C15 in popluar color models

586C15
RGB8810821
HSL74°67.44%25.29%
HSB/HSV74°80.56%42.35%
CMYK18.52%0.00%80.56%
57.65%

Color #586C15 in popluar number systems.

HEX586C15
Decimal8810821
Binary1011000110110010101
Octal13015425

Shades and tints

Shades of #586C15

#586C15
(88,108,21)
#506314
(80,99,20)
#485A13
(72,90,19)
#405112
(64,81,18)
#384811
(56,72,17)
#303F10
(48,63,16)
#28360F
(40,54,15)
#202D0E
(32,45,14)
#18240D
(24,36,13)
#101B0C
(16,27,12)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #586C15

#586C15
(88,108,21)
#67792A
(103,121,42)
#76863F
(118,134,63)
#859354
(133,147,84)
#94A069
(148,160,105)
#A3AD7E
(163,173,126)
#B2BA93
(178,186,147)
#C1C7A8
(193,199,168)
#D0D4BD
(208,212,189)
#DFE1D2
(223,225,210)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586C15 color. Also use rgb(88,108,21) instead hex code.

Text Font Color

.myTextColor { color: #586C15; }

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

This text font color is #586C15.


Background Color

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

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

This div background color is #586C15.


Border color

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

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

This div border color is #586C15.


Opacity

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

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

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

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

This text has shadow with #586C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C15 on black background.


Color preview on white background

This text has color #586C15 on white background.



Black color preview on #586C15 background

This text has black color on #586C15 background.


White color preview on #586C15 background

This text has white color on #586C15 background.