COLOR #583463

HEX: #583463
RGB: (88,52,99)

Renk bilgisi

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

RGB renk modeli

#583463 color RGB value is (88,52,99).

  • kırmız ton 88;
  • yeşil ton 52;
  • mavi ton 99.
RGB:
(88,52,99)
(35%,20%,39%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 52 of 255 = 20%
B 99 of 255 = 39%

88
52
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 52 + 99 = 239 (100%)
R 88 of 239 ~ 36.82%
G 52 of 239 ~ 21.76%
B 99 of 239 ~ 41.42%

%36.82
%21.76
%41.42

CMYK RENK MODELİ

#583463 rengi CMYK tonu (11,47,0,61).

  • camgöbeği tonu 11.11%
  • eflatun tonu 47.47%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(11,47,0,61)
C11M47Y0K61 
(11%,47%,0%,61%)
(0.11/0.47/0.00/0.61)	

CMYK yüzdeleri

%11.11
%47.47
%0
%61.18

Codes

Color #583463 in popluar color models

583463
RGB885299
HSL286°31.13%29.61%
HSB/HSV286°47.47%38.82%
CMYK11.11%47.47%0.00%
61.18%

Color #583463 in popluar number systems.

HEX583463
Decimal885299
Binary10110001101001100011
Octal13064143

Shades and tints

Shades of #583463

#583463
(88,52,99)
#50305A
(80,48,90)
#482C51
(72,44,81)
#402848
(64,40,72)
#38243F
(56,36,63)
#302036
(48,32,54)
#281C2D
(40,28,45)
#201824
(32,24,36)
#18141B
(24,20,27)
#101012
(16,16,18)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #583463

#583463
(88,52,99)
#674671
(103,70,113)
#76587F
(118,88,127)
#856A8D
(133,106,141)
#947C9B
(148,124,155)
#A38EA9
(163,142,169)
#B2A0B7
(178,160,183)
#C1B2C5
(193,178,197)
#D0C4D3
(208,196,211)
#DFD6E1
(223,214,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583463 color. Also use rgb(88,52,99) instead hex code.

Text Font Color

.myTextColor { color: #583463; }

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

This text font color is #583463.


Background Color

.myBgColor { background-color: #583463; }

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

This div background color is #583463.


Border color

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

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

This div border color is #583463.


Opacity

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

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

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

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

This text has shadow with #583463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583463 on black background.


Color preview on white background

This text has color #583463 on white background.



Black color preview on #583463 background

This text has black color on #583463 background.


White color preview on #583463 background

This text has white color on #583463 background.