COLOR #585429

HEX: #585429
RGB: (88,84,41)

Renk bilgisi

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

RGB renk modeli

#585429 color RGB value is (88,84,41).

  • kırmız ton 88;
  • yeşil ton 84;
  • mavi ton 41.
RGB:
(88,84,41)
(35%,33%,16%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 84 of 255 = 33%
B 41 of 255 = 16%

88
84
41

R + G + B ~ 28%. #585429 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 84 + 41 = 213 (100%)
R 88 of 213 ~ 41.31%
G 84 of 213 ~ 39.44%
B 41 of 213 ~ 19.25%

%41.31
%39.44
%19.25

CMYK RENK MODELİ

#585429 rengi CMYK tonu (0,5,53,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.55%
  • sarı tonu 53.41%
  • ana renk tonu 65.49%
CMYK:
(0,5,53,65)
C0M5Y53K65 
(0%,5%,53%,65%)
(0.00/0.05/0.53/0.65)	

CMYK yüzdeleri

%0
%4.55
%53.41
%65.49

Codes

Color #585429 in popluar color models

585429
RGB888441
HSL55°36.43%25.29%
HSB/HSV55°53.41%34.51%
CMYK0.00%4.55%53.41%
65.49%

Color #585429 in popluar number systems.

HEX585429
Decimal888441
Binary10110001010100101001
Octal13012451

Shades and tints

Shades of #585429

#585429
(88,84,41)
#504D26
(80,77,38)
#484623
(72,70,35)
#403F20
(64,63,32)
#38381D
(56,56,29)
#30311A
(48,49,26)
#282A17
(40,42,23)
#202314
(32,35,20)
#181C11
(24,28,17)
#10150E
(16,21,14)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #585429

#585429
(88,84,41)
#67633C
(103,99,60)
#76724F
(118,114,79)
#858162
(133,129,98)
#949075
(148,144,117)
#A39F88
(163,159,136)
#B2AE9B
(178,174,155)
#C1BDAE
(193,189,174)
#D0CCC1
(208,204,193)
#DFDBD4
(223,219,212)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585429 color. Also use rgb(88,84,41) instead hex code.

Text Font Color

.myTextColor { color: #585429; }

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

This text font color is #585429.


Background Color

.myBgColor { background-color: #585429; }

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

This div background color is #585429.


Border color

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

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

This div border color is #585429.


Opacity

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

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

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

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

This text has shadow with #585429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585429 on black background.


Color preview on white background

This text has color #585429 on white background.



Black color preview on #585429 background

This text has black color on #585429 background.


White color preview on #585429 background

This text has white color on #585429 background.