COLOR #585010

HEX: #585010
RGB: (88,80,16)

Renk bilgisi

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

RGB renk modeli

#585010 color RGB value is (88,80,16).

  • kırmız ton 88;
  • yeşil ton 80;
  • mavi ton 16.
RGB:
(88,80,16)
(35%,31%,6%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 80 of 255 = 31%
B 16 of 255 = 6%

88
80
16

R + G + B ~ 24%. #585010 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 80 + 16 = 184 (100%)
R 88 of 184 ~ 47.83%
G 80 of 184 ~ 43.48%
B 16 of 184 ~ 8.7%

%47.83
%43.48

CMYK RENK MODELİ

#585010 rengi CMYK tonu (0,9,82,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 81.82%
  • ana renk tonu 65.49%
CMYK:
(0,9,82,65)
C0M9Y82K65 
(0%,9%,82%,65%)
(0.00/0.09/0.82/0.65)	

CMYK yüzdeleri

%0
%9.09
%81.82
%65.49

Codes

Color #585010 in popluar color models

585010
RGB888016
HSL53°69.23%20.39%
HSB/HSV53°81.82%34.51%
CMYK0.00%9.09%81.82%
65.49%

Color #585010 in popluar number systems.

HEX585010
Decimal888016
Binary1011000101000010000
Octal13012020

Shades and tints

Shades of #585010

#585010
(88,80,16)
#50490F
(80,73,15)
#48420E
(72,66,14)
#403B0D
(64,59,13)
#38340C
(56,52,12)
#302D0B
(48,45,11)
#28260A
(40,38,10)
#201F09
(32,31,9)
#181808
(24,24,8)
#101107
(16,17,7)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #585010

#585010
(88,80,16)
#675F25
(103,95,37)
#766E3A
(118,110,58)
#857D4F
(133,125,79)
#948C64
(148,140,100)
#A39B79
(163,155,121)
#B2AA8E
(178,170,142)
#C1B9A3
(193,185,163)
#D0C8B8
(208,200,184)
#DFD7CD
(223,215,205)
#EEE6E2
(238,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585010 color. Also use rgb(88,80,16) instead hex code.

Text Font Color

.myTextColor { color: #585010; }

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

This text font color is #585010.


Background Color

.myBgColor { background-color: #585010; }

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

This div background color is #585010.


Border color

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

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

This div border color is #585010.


Opacity

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

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

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

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

This text has shadow with #585010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585010 on black background.


Color preview on white background

This text has color #585010 on white background.



Black color preview on #585010 background

This text has black color on #585010 background.


White color preview on #585010 background

This text has white color on #585010 background.