COLOR #653B63

HEX: #653B63
RGB: (101,59,99)

Renk bilgisi

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

RGB renk modeli

#653B63 color RGB value is (101,59,99).

  • kırmız ton 101;
  • yeşil ton 59;
  • mavi ton 99.
RGB:
(101,59,99)
(40%,23%,39%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 59 of 255 = 23%
B 99 of 255 = 39%

101
59
99

R + G + B ~ 34%. #653B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 59 + 99 = 259 (100%)
R 101 of 259 ~ 39%
G 59 of 259 ~ 22.78%
B 99 of 259 ~ 38.22%

%39
%22.78
%38.22

CMYK RENK MODELİ

#653B63 rengi CMYK tonu (0,42,2,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.58%
  • sarı tonu 1.98%
  • ana renk tonu 60.39%
CMYK:
(0,42,2,60)
C0M42Y2K60 
(0%,42%,2%,60%)
(0.00/0.42/0.02/0.60)	

CMYK yüzdeleri

%0
%41.58
%1.98
%60.39

Codes

Color #653B63 in popluar color models

653B63
RGB1015999
HSL303°26.25%31.37%
HSB/HSV303°41.58%39.61%
CMYK0.00%41.58%1.98%
60.39%

Color #653B63 in popluar number systems.

HEX653B63
Decimal1015999
Binary11001011110111100011
Octal14573143

Shades and tints

Shades of #653B63

#653B63
(101,59,99)
#5C365A
(92,54,90)
#533151
(83,49,81)
#4A2C48
(74,44,72)
#41273F
(65,39,63)
#382236
(56,34,54)
#2F1D2D
(47,29,45)
#261824
(38,24,36)
#1D131B
(29,19,27)
#140E12
(20,14,18)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #653B63

#653B63
(101,59,99)
#734C71
(115,76,113)
#815D7F
(129,93,127)
#8F6E8D
(143,110,141)
#9D7F9B
(157,127,155)
#AB90A9
(171,144,169)
#B9A1B7
(185,161,183)
#C7B2C5
(199,178,197)
#D5C3D3
(213,195,211)
#E3D4E1
(227,212,225)
#F1E5EF
(241,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653B63 color. Also use rgb(101,59,99) instead hex code.

Text Font Color

.myTextColor { color: #653B63; }

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

This text font color is #653B63.


Background Color

.myBgColor { background-color: #653B63; }

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

This div background color is #653B63.


Border color

.myBorderColor { border: 1px solid #653B63; }

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

This div border color is #653B63.


Opacity

.myOpacity80 { color: #653B63; opacity: 0.8; }

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

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

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

This text has shadow with #653B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653B63 on black background.


Color preview on white background

This text has color #653B63 on white background.



Black color preview on #653B63 background

This text has black color on #653B63 background.


White color preview on #653B63 background

This text has white color on #653B63 background.