COLOR #586C4A

HEX: #586C4A
RGB: (88,108,74)

Renk bilgisi

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

RGB renk modeli

#586C4A color RGB value is (88,108,74).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 108 of 255 = 42%
B 74 of 255 = 29%

88
108
74

R + G + B ~ 35%. #586C4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 108 + 74 = 270 (100%)
R 88 of 270 ~ 32.59%
G 108 of 270 ~ 40%
B 74 of 270 ~ 27.41%

%32.59
%40
%27.41

CMYK RENK MODELİ

#586C4A rengi CMYK tonu (19,0,31,58).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 31.48%
  • ana renk tonu 57.65%
CMYK:
(19,0,31,58)
C19M0Y31K58 
(19%,0%,31%,58%)
(0.19/0.00/0.31/0.58)	

CMYK yüzdeleri

%18.52
%0
%31.48
%57.65

Codes

Color #586C4A in popluar color models

586C4A
RGB8810874
HSL95°18.68%35.69%
HSB/HSV95°31.48%42.35%
CMYK18.52%0.00%31.48%
57.65%

Color #586C4A in popluar number systems.

HEX586C4A
Decimal8810874
Binary101100011011001001010
Octal130154112

Shades and tints

Shades of #586C4A

#586C4A
(88,108,74)
#506344
(80,99,68)
#485A3E
(72,90,62)
#405138
(64,81,56)
#384832
(56,72,50)
#303F2C
(48,63,44)
#283626
(40,54,38)
#202D20
(32,45,32)
#18241A
(24,36,26)
#101B14
(16,27,20)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #586C4A

#586C4A
(88,108,74)
#67795A
(103,121,90)
#76866A
(118,134,106)
#85937A
(133,147,122)
#94A08A
(148,160,138)
#A3AD9A
(163,173,154)
#B2BAAA
(178,186,170)
#C1C7BA
(193,199,186)
#D0D4CA
(208,212,202)
#DFE1DA
(223,225,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C4A; }

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

This text font color is #586C4A.


Background Color

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

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

This div background color is #586C4A.


Border color

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

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

This div border color is #586C4A.


Opacity

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

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

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

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

This text has shadow with #586C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C4A on black background.


Color preview on white background

This text has color #586C4A on white background.



Black color preview on #586C4A background

This text has black color on #586C4A background.


White color preview on #586C4A background

This text has white color on #586C4A background.