COLOR #583C55

HEX: #583C55
RGB: (88,60,85)

Renk bilgisi

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

RGB renk modeli

#583C55 color RGB value is (88,60,85).

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

RGB bağlantıları ve doygunluk

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

88
60
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 60 + 85 = 233 (100%)
R 88 of 233 ~ 37.77%
G 60 of 233 ~ 25.75%
B 85 of 233 ~ 36.48%

%37.77
%25.75
%36.48

CMYK RENK MODELİ

#583C55 rengi CMYK tonu (0,32,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.82%
  • sarı tonu 3.41%
  • ana renk tonu 65.49%
CMYK:
(0,32,3,65)
C0M32Y3K65 
(0%,32%,3%,65%)
(0.00/0.32/0.03/0.65)	

CMYK yüzdeleri

%0
%31.82
%3.41
%65.49

Codes

Color #583C55 in popluar color models

583C55
RGB886085
HSL306°18.92%29.02%
HSB/HSV306°31.82%34.51%
CMYK0.00%31.82%3.41%
65.49%

Color #583C55 in popluar number systems.

HEX583C55
Decimal886085
Binary10110001111001010101
Octal13074125

Shades and tints

Shades of #583C55

#583C55
(88,60,85)
#50374E
(80,55,78)
#483247
(72,50,71)
#402D40
(64,45,64)
#382839
(56,40,57)
#302332
(48,35,50)
#281E2B
(40,30,43)
#201924
(32,25,36)
#18141D
(24,20,29)
#100F16
(16,15,22)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #583C55

#583C55
(88,60,85)
#674D64
(103,77,100)
#765E73
(118,94,115)
#856F82
(133,111,130)
#948091
(148,128,145)
#A391A0
(163,145,160)
#B2A2AF
(178,162,175)
#C1B3BE
(193,179,190)
#D0C4CD
(208,196,205)
#DFD5DC
(223,213,220)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583C55; }

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

This text font color is #583C55.


Background Color

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

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

This div background color is #583C55.


Border color

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

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

This div border color is #583C55.


Opacity

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

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

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

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

This text has shadow with #583C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583C55 on black background.


Color preview on white background

This text has color #583C55 on white background.



Black color preview on #583C55 background

This text has black color on #583C55 background.


White color preview on #583C55 background

This text has white color on #583C55 background.