COLOR #585120

HEX: #585120
RGB: (88,81,32)

Renk bilgisi

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

RGB renk modeli

#585120 color RGB value is (88,81,32).

  • kırmız ton 88;
  • yeşil ton 81;
  • mavi ton 32.
RGB:
(88,81,32)
(35%,32%,13%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 32 of 255 = 13%

88
81
32

R + G + B ~ 27%. #585120 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 32 = 201 (100%)
R 88 of 201 ~ 43.78%
G 81 of 201 ~ 40.3%
B 32 of 201 ~ 15.92%

%43.78
%40.3
%15.92

CMYK RENK MODELİ

#585120 rengi CMYK tonu (0,8,64,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 63.64%
  • ana renk tonu 65.49%
CMYK:
(0,8,64,65)
C0M8Y64K65 
(0%,8%,64%,65%)
(0.00/0.08/0.64/0.65)	

CMYK yüzdeleri

%0
%7.95
%63.64
%65.49

Codes

Color #585120 in popluar color models

585120
RGB888132
HSL53°46.67%23.53%
HSB/HSV53°63.64%34.51%
CMYK0.00%7.95%63.64%
65.49%

Color #585120 in popluar number systems.

HEX585120
Decimal888132
Binary10110001010001100000
Octal13012140

Shades and tints

Shades of #585120

#585120
(88,81,32)
#504A1E
(80,74,30)
#48431C
(72,67,28)
#403C1A
(64,60,26)
#383518
(56,53,24)
#302E16
(48,46,22)
#282714
(40,39,20)
#202012
(32,32,18)
#181910
(24,25,16)
#10120E
(16,18,14)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #585120

#585120
(88,81,32)
#676034
(103,96,52)
#766F48
(118,111,72)
#857E5C
(133,126,92)
#948D70
(148,141,112)
#A39C84
(163,156,132)
#B2AB98
(178,171,152)
#C1BAAC
(193,186,172)
#D0C9C0
(208,201,192)
#DFD8D4
(223,216,212)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585120 color. Also use rgb(88,81,32) instead hex code.

Text Font Color

.myTextColor { color: #585120; }

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

This text font color is #585120.


Background Color

.myBgColor { background-color: #585120; }

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

This div background color is #585120.


Border color

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

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

This div border color is #585120.


Opacity

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

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

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

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

This text has shadow with #585120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585120 on black background.


Color preview on white background

This text has color #585120 on white background.



Black color preview on #585120 background

This text has black color on #585120 background.


White color preview on #585120 background

This text has white color on #585120 background.