COLOR #586F35

HEX: #586F35
RGB: (88,111,53)

Renk bilgisi

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

RGB renk modeli

#586F35 color RGB value is (88,111,53).

  • kırmız ton 88;
  • yeşil ton 111;
  • mavi ton 53.
RGB:
(88,111,53)
(35%,44%,21%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 111 of 255 = 44%
B 53 of 255 = 21%

88
111
53

R + G + B ~ 33%. #586F35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 111 + 53 = 252 (100%)
R 88 of 252 ~ 34.92%
G 111 of 252 ~ 44.05%
B 53 of 252 ~ 21.03%

%34.92
%44.05
%21.03

CMYK RENK MODELİ

#586F35 rengi CMYK tonu (21,0,52,56).

  • camgöbeği tonu 20.72%
  • eflatun tonu 0.00%
  • sarı tonu 52.25%
  • ana renk tonu 56.47%
CMYK:
(21,0,52,56)
C21M0Y52K56 
(21%,0%,52%,56%)
(0.21/0.00/0.52/0.56)	

CMYK yüzdeleri

%20.72
%0
%52.25
%56.47

Codes

Color #586F35 in popluar color models

586F35
RGB8811153
HSL84°35.37%32.16%
HSB/HSV84°52.25%43.53%
CMYK20.72%0.00%52.25%
56.47%

Color #586F35 in popluar number systems.

HEX586F35
Decimal8811153
Binary10110001101111110101
Octal13015765

Shades and tints

Shades of #586F35

#586F35
(88,111,53)
#506531
(80,101,49)
#485B2D
(72,91,45)
#405129
(64,81,41)
#384725
(56,71,37)
#303D21
(48,61,33)
#28331D
(40,51,29)
#202919
(32,41,25)
#181F15
(24,31,21)
#101511
(16,21,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #586F35

#586F35
(88,111,53)
#677C47
(103,124,71)
#768959
(118,137,89)
#85966B
(133,150,107)
#94A37D
(148,163,125)
#A3B08F
(163,176,143)
#B2BDA1
(178,189,161)
#C1CAB3
(193,202,179)
#D0D7C5
(208,215,197)
#DFE4D7
(223,228,215)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586F35 color. Also use rgb(88,111,53) instead hex code.

Text Font Color

.myTextColor { color: #586F35; }

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

This text font color is #586F35.


Background Color

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

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

This div background color is #586F35.


Border color

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

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

This div border color is #586F35.


Opacity

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

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

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

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

This text has shadow with #586F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F35 on black background.


Color preview on white background

This text has color #586F35 on white background.



Black color preview on #586F35 background

This text has black color on #586F35 background.


White color preview on #586F35 background

This text has white color on #586F35 background.