COLOR #586E4C

HEX: #586E4C
RGB: (88,110,76)

Renk bilgisi

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

RGB renk modeli

#586E4C color RGB value is (88,110,76).

  • kırmız ton 88;
  • yeşil ton 110;
  • mavi ton 76.
RGB:
(88,110,76)
(35%,43%,30%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 110 of 255 = 43%
B 76 of 255 = 30%

88
110
76

R + G + B ~ 36%. #586E4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 110 + 76 = 274 (100%)
R 88 of 274 ~ 32.12%
G 110 of 274 ~ 40.15%
B 76 of 274 ~ 27.74%

%32.12
%40.15
%27.74

CMYK RENK MODELİ

#586E4C rengi CMYK tonu (20,0,31,57).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.91%
  • ana renk tonu 56.86%
CMYK:
(20,0,31,57)
C20M0Y31K57 
(20%,0%,31%,57%)
(0.20/0.00/0.31/0.57)	

CMYK yüzdeleri

%20
%0
%30.91
%56.86

Codes

Color #586E4C in popluar color models

586E4C
RGB8811076
HSL99°18.28%36.47%
HSB/HSV99°30.91%43.14%
CMYK20.00%0.00%30.91%
56.86%

Color #586E4C in popluar number systems.

HEX586E4C
Decimal8811076
Binary101100011011101001100
Octal130156114

Shades and tints

Shades of #586E4C

#586E4C
(88,110,76)
#506446
(80,100,70)
#485A40
(72,90,64)
#40503A
(64,80,58)
#384634
(56,70,52)
#303C2E
(48,60,46)
#283228
(40,50,40)
#202822
(32,40,34)
#181E1C
(24,30,28)
#101416
(16,20,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #586E4C

#586E4C
(88,110,76)
#677B5C
(103,123,92)
#76886C
(118,136,108)
#85957C
(133,149,124)
#94A28C
(148,162,140)
#A3AF9C
(163,175,156)
#B2BCAC
(178,188,172)
#C1C9BC
(193,201,188)
#D0D6CC
(208,214,204)
#DFE3DC
(223,227,220)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586E4C color. Also use rgb(88,110,76) instead hex code.

Text Font Color

.myTextColor { color: #586E4C; }

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

This text font color is #586E4C.


Background Color

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

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

This div background color is #586E4C.


Border color

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

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

This div border color is #586E4C.


Opacity

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

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

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

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

This text has shadow with #586E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E4C on black background.


Color preview on white background

This text has color #586E4C on white background.



Black color preview on #586E4C background

This text has black color on #586E4C background.


White color preview on #586E4C background

This text has white color on #586E4C background.