COLOR #583D55

HEX: #583D55
RGB: (88,61,85)

Renk bilgisi

#583D55 contains red, green and blue colors in about the same proportion. #583D55 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#583D55 color RGB value is (88,61,85).

  • kırmız ton 88;
  • yeşil ton 61;
  • mavi ton 85.
RGB:
(88,61,85)
(35%,24%,33%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 61 of 255 = 24%
B 85 of 255 = 33%

88
61
85

R + G + B ~ 31%. #583D55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 61 + 85 = 234 (100%)
R 88 of 234 ~ 37.61%
G 61 of 234 ~ 26.07%
B 85 of 234 ~ 36.32%

%37.61
%26.07
%36.32

CMYK RENK MODELİ

#583D55 rengi CMYK tonu (0,31,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.68%
  • sarı tonu 3.41%
  • ana renk tonu 65.49%
CMYK:
(0,31,3,65)
C0M31Y3K65 
(0%,31%,3%,65%)
(0.00/0.31/0.03/0.65)	

CMYK yüzdeleri

%0
%30.68
%3.41
%65.49

Codes

Color #583D55 in popluar color models

583D55
RGB886185
HSL307°18.12%29.22%
HSB/HSV307°30.68%34.51%
CMYK0.00%30.68%3.41%
65.49%

Color #583D55 in popluar number systems.

HEX583D55
Decimal886185
Binary10110001111011010101
Octal13075125

Shades and tints

Shades of #583D55

#583D55
(88,61,85)
#50384E
(80,56,78)
#483347
(72,51,71)
#402E40
(64,46,64)
#382939
(56,41,57)
#302432
(48,36,50)
#281F2B
(40,31,43)
#201A24
(32,26,36)
#18151D
(24,21,29)
#101016
(16,16,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #583D55

#583D55
(88,61,85)
#674E64
(103,78,100)
#765F73
(118,95,115)
#857082
(133,112,130)
#948191
(148,129,145)
#A392A0
(163,146,160)
#B2A3AF
(178,163,175)
#C1B4BE
(193,180,190)
#D0C5CD
(208,197,205)
#DFD6DC
(223,214,220)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583D55 color. Also use rgb(88,61,85) instead hex code.

Text Font Color

.myTextColor { color: #583D55; }

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

This text font color is #583D55.


Background Color

.myBgColor { background-color: #583D55; }

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

This div background color is #583D55.


Border color

.myBorderColor { border: 1px solid #583D55; }

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

This div border color is #583D55.


Opacity

.myOpacity80 { color: #583D55; opacity: 0.8; }

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

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

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

This text has shadow with #583D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D55 on black background.


Color preview on white background

This text has color #583D55 on white background.



Black color preview on #583D55 background

This text has black color on #583D55 background.


White color preview on #583D55 background

This text has white color on #583D55 background.