COLOR #583F55

HEX: #583F55
RGB: (88,63,85)

Renk bilgisi

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

RGB renk modeli

#583F55 color RGB value is (88,63,85).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 63 of 255 = 25%
B 85 of 255 = 33%

88
63
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 63 + 85 = 236 (100%)
R 88 of 236 ~ 37.29%
G 63 of 236 ~ 26.69%
B 85 of 236 ~ 36.02%

%37.29
%26.69
%36.02

CMYK RENK MODELİ

#583F55 rengi CMYK tonu (0,28,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.41%
  • sarı tonu 3.41%
  • ana renk tonu 65.49%
CMYK: (0,28,3,65) C0M28Y3K65 (0%,28%,3%,65%) (0.00/0.28/0.03/0.65)

CMYK yüzdeleri

%0
%28.41
%3.41
%65.49

Codes

Color #583F55 in popluar color models

583F55
RGB886385
HSL307°16.56%29.61%
HSB/HSV307°28.41%34.51%
CMYK0.00%28.41%3.41%
65.49%

Color #583F55 in popluar number systems.

HEX583F55
Decimal886385
Binary10110001111111010101
Octal13077125

Shades and tints

Shades of #583F55

#583F55
(88,63,85)
#503A4E
(80,58,78)
#483547
(72,53,71)
#403040
(64,48,64)
#382B39
(56,43,57)
#302632
(48,38,50)
#28212B
(40,33,43)
#201C24
(32,28,36)
#18171D
(24,23,29)
#101216
(16,18,22)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #583F55

#583F55
(88,63,85)
#675064
(103,80,100)
#766173
(118,97,115)
#857282
(133,114,130)
#948391
(148,131,145)
#A394A0
(163,148,160)
#B2A5AF
(178,165,175)
#C1B6BE
(193,182,190)
#D0C7CD
(208,199,205)
#DFD8DC
(223,216,220)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583F55; }

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

This text font color is #583F55.


Background Color

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

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

This div background color is #583F55.


Border color

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

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

This div border color is #583F55.


Opacity

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

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

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

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

This text has shadow with #583F55 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #583F55 on black background.


Color preview on white background

This text has color #583F55 on white background.



Black color preview on #583F55 background

This text has black color on #583F55 background.


White color preview on #583F55 background

This text has white color on #583F55 background.