COLOR #585135

HEX: #585135
RGB: (88,81,53)

Renk bilgisi

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

RGB renk modeli

#585135 color RGB value is (88,81,53).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 53 of 255 = 21%

88
81
53

R + G + B ~ 29%. #585135 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 53 = 222 (100%)
R 88 of 222 ~ 39.64%
G 81 of 222 ~ 36.49%
B 53 of 222 ~ 23.87%

%39.64
%36.49
%23.87

CMYK RENK MODELİ

#585135 rengi CMYK tonu (0,8,40,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 39.77%
  • ana renk tonu 65.49%
CMYK:
(0,8,40,65)
C0M8Y40K65 
(0%,8%,40%,65%)
(0.00/0.08/0.40/0.65)	

CMYK yüzdeleri

%0
%7.95
%39.77
%65.49

Codes

Color #585135 in popluar color models

585135
RGB888153
HSL48°24.82%27.65%
HSB/HSV48°39.77%34.51%
CMYK0.00%7.95%39.77%
65.49%

Color #585135 in popluar number systems.

HEX585135
Decimal888153
Binary10110001010001110101
Octal13012165

Shades and tints

Shades of #585135

#585135
(88,81,53)
#504A31
(80,74,49)
#48432D
(72,67,45)
#403C29
(64,60,41)
#383525
(56,53,37)
#302E21
(48,46,33)
#28271D
(40,39,29)
#202019
(32,32,25)
#181915
(24,25,21)
#101211
(16,18,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #585135

#585135
(88,81,53)
#676047
(103,96,71)
#766F59
(118,111,89)
#857E6B
(133,126,107)
#948D7D
(148,141,125)
#A39C8F
(163,156,143)
#B2ABA1
(178,171,161)
#C1BAB3
(193,186,179)
#D0C9C5
(208,201,197)
#DFD8D7
(223,216,215)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585135; }

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

This text font color is #585135.


Background Color

.myBgColor { background-color: #585135; }

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

This div background color is #585135.


Border color

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

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

This div border color is #585135.


Opacity

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

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

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

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

This text has shadow with #585135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585135 on black background.


Color preview on white background

This text has color #585135 on white background.



Black color preview on #585135 background

This text has black color on #585135 background.


White color preview on #585135 background

This text has white color on #585135 background.