COLOR #633C63

HEX: #633C63
RGB: (99,60,99)

Renk bilgisi

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

RGB renk modeli

#633C63 color RGB value is (99,60,99).

  • kırmız ton 99;
  • yeşil ton 60;
  • mavi ton 99.
RGB:
(99,60,99)
(39%,24%,39%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 60 of 255 = 24%
B 99 of 255 = 39%

99
60
99

R + G + B ~ 34%. #633C63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 60 + 99 = 258 (100%)
R 99 of 258 ~ 38.37%
G 60 of 258 ~ 23.26%
B 99 of 258 ~ 38.37%

%38.37
%23.26
%38.37

CMYK RENK MODELİ

#633C63 rengi CMYK tonu (0,39,0,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.39%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(0,39,0,61)
C0M39Y0K61 
(0%,39%,0%,61%)
(0.00/0.39/0.00/0.61)	

CMYK yüzdeleri

%0
%39.39
%0
%61.18

Codes

Color #633C63 in popluar color models

633C63
RGB996099
HSL300°24.53%31.18%
HSB/HSV300°39.39%38.82%
CMYK0.00%39.39%0.00%
61.18%

Color #633C63 in popluar number systems.

HEX633C63
Decimal996099
Binary11000111111001100011
Octal14374143

Shades and tints

Shades of #633C63

#633C63
(99,60,99)
#5A375A
(90,55,90)
#513251
(81,50,81)
#482D48
(72,45,72)
#3F283F
(63,40,63)
#362336
(54,35,54)
#2D1E2D
(45,30,45)
#241924
(36,25,36)
#1B141B
(27,20,27)
#120F12
(18,15,18)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #633C63

#633C63
(99,60,99)
#714D71
(113,77,113)
#7F5E7F
(127,94,127)
#8D6F8D
(141,111,141)
#9B809B
(155,128,155)
#A991A9
(169,145,169)
#B7A2B7
(183,162,183)
#C5B3C5
(197,179,197)
#D3C4D3
(211,196,211)
#E1D5E1
(225,213,225)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C63 color. Also use rgb(99,60,99) instead hex code.

Text Font Color

.myTextColor { color: #633C63; }

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

This text font color is #633C63.


Background Color

.myBgColor { background-color: #633C63; }

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

This div background color is #633C63.


Border color

.myBorderColor { border: 1px solid #633C63; }

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

This div border color is #633C63.


Opacity

.myOpacity80 { color: #633C63; opacity: 0.8; }

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

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

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

This text has shadow with #633C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C63 on black background.


Color preview on white background

This text has color #633C63 on white background.



Black color preview on #633C63 background

This text has black color on #633C63 background.


White color preview on #633C63 background

This text has white color on #633C63 background.