COLOR #583F5A

HEX: #583F5A
RGB: (88,63,90)

Renk bilgisi

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

RGB renk modeli

#583F5A color RGB value is (88,63,90).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 63 of 255 = 25%
B 90 of 255 = 35%

88
63
90

R + G + B ~ 32%. #583F5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 63 + 90 = 241 (100%)
R 88 of 241 ~ 36.51%
G 63 of 241 ~ 26.14%
B 90 of 241 ~ 37.34%

%36.51
%26.14
%37.34

CMYK RENK MODELİ

#583F5A rengi CMYK tonu (2,30,0,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 30.00%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(2,30,0,65)
C2M30Y0K65 
(2%,30%,0%,65%)
(0.02/0.30/0.00/0.65)	

CMYK yüzdeleri

%2.22
%30
%0
%64.71

Codes

Color #583F5A in popluar color models

583F5A
RGB886390
HSL296°17.65%30.00%
HSB/HSV296°30.00%35.29%
CMYK2.22%30.00%0.00%
64.71%

Color #583F5A in popluar number systems.

HEX583F5A
Decimal886390
Binary10110001111111011010
Octal13077132

Shades and tints

Shades of #583F5A

#583F5A
(88,63,90)
#503A52
(80,58,82)
#48354A
(72,53,74)
#403042
(64,48,66)
#382B3A
(56,43,58)
#302632
(48,38,50)
#28212A
(40,33,42)
#201C22
(32,28,34)
#18171A
(24,23,26)
#101212
(16,18,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #583F5A

#583F5A
(88,63,90)
#675069
(103,80,105)
#766178
(118,97,120)
#857287
(133,114,135)
#948396
(148,131,150)
#A394A5
(163,148,165)
#B2A5B4
(178,165,180)
#C1B6C3
(193,182,195)
#D0C7D2
(208,199,210)
#DFD8E1
(223,216,225)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583F5A; }

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

This text font color is #583F5A.


Background Color

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

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

This div background color is #583F5A.


Border color

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

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

This div border color is #583F5A.


Opacity

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

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

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

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

This text has shadow with #583F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583F5A on black background.


Color preview on white background

This text has color #583F5A on white background.



Black color preview on #583F5A background

This text has black color on #583F5A background.


White color preview on #583F5A background

This text has white color on #583F5A background.