COLOR #603263

HEX: #603263
RGB: (96,50,99)

Renk bilgisi

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

RGB renk modeli

#603263 color RGB value is (96,50,99).

  • kırmız ton 96;
  • yeşil ton 50;
  • mavi ton 99.
RGB:
(96,50,99)
(38%,20%,39%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 50 of 255 = 20%
B 99 of 255 = 39%

96
50
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 50 + 99 = 245 (100%)
R 96 of 245 ~ 39.18%
G 50 of 245 ~ 20.41%
B 99 of 245 ~ 40.41%

%39.18
%20.41
%40.41

CMYK RENK MODELİ

#603263 rengi CMYK tonu (3,49,0,61).

  • camgöbeği tonu 3.03%
  • eflatun tonu 49.49%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(3,49,0,61)
C3M49Y0K61 
(3%,49%,0%,61%)
(0.03/0.49/0.00/0.61)	

CMYK yüzdeleri

%3.03
%49.49
%0
%61.18

Codes

Color #603263 in popluar color models

603263
RGB965099
HSL296°32.89%29.22%
HSB/HSV296°49.49%38.82%
CMYK3.03%49.49%0.00%
61.18%

Color #603263 in popluar number systems.

HEX603263
Decimal965099
Binary11000001100101100011
Octal14062143

Shades and tints

Shades of #603263

#603263
(96,50,99)
#582E5A
(88,46,90)
#502A51
(80,42,81)
#482648
(72,38,72)
#40223F
(64,34,63)
#381E36
(56,30,54)
#301A2D
(48,26,45)
#281624
(40,22,36)
#20121B
(32,18,27)
#180E12
(24,14,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #603263

#603263
(96,50,99)
#6E4471
(110,68,113)
#7C567F
(124,86,127)
#8A688D
(138,104,141)
#987A9B
(152,122,155)
#A68CA9
(166,140,169)
#B49EB7
(180,158,183)
#C2B0C5
(194,176,197)
#D0C2D3
(208,194,211)
#DED4E1
(222,212,225)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603263 color. Also use rgb(96,50,99) instead hex code.

Text Font Color

.myTextColor { color: #603263; }

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

This text font color is #603263.


Background Color

.myBgColor { background-color: #603263; }

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

This div background color is #603263.


Border color

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

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

This div border color is #603263.


Opacity

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

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

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

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

This text has shadow with #603263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603263 on black background.


Color preview on white background

This text has color #603263 on white background.



Black color preview on #603263 background

This text has black color on #603263 background.


White color preview on #603263 background

This text has white color on #603263 background.