COLOR #603D63

HEX: #603D63
RGB: (96,61,99)

Renk bilgisi

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

RGB renk modeli

#603D63 color RGB value is (96,61,99).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 61 of 255 = 24%
B 99 of 255 = 39%

96
61
99

R + G + B ~ 34%. #603D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 61 + 99 = 256 (100%)
R 96 of 256 ~ 37.5%
G 61 of 256 ~ 23.83%
B 99 of 256 ~ 38.67%

%37.5
%23.83
%38.67

CMYK RENK MODELİ

#603D63 rengi CMYK tonu (3,38,0,61).

  • camgöbeği tonu 3.03%
  • eflatun tonu 38.38%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(3,38,0,61)
C3M38Y0K61 
(3%,38%,0%,61%)
(0.03/0.38/0.00/0.61)	

CMYK yüzdeleri

%3.03
%38.38
%0
%61.18

Codes

Color #603D63 in popluar color models

603D63
RGB966199
HSL295°23.75%31.37%
HSB/HSV295°38.38%38.82%
CMYK3.03%38.38%0.00%
61.18%

Color #603D63 in popluar number systems.

HEX603D63
Decimal966199
Binary11000001111011100011
Octal14075143

Shades and tints

Shades of #603D63

#603D63
(96,61,99)
#58385A
(88,56,90)
#503351
(80,51,81)
#482E48
(72,46,72)
#40293F
(64,41,63)
#382436
(56,36,54)
#301F2D
(48,31,45)
#281A24
(40,26,36)
#20151B
(32,21,27)
#181012
(24,16,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #603D63

#603D63
(96,61,99)
#6E4E71
(110,78,113)
#7C5F7F
(124,95,127)
#8A708D
(138,112,141)
#98819B
(152,129,155)
#A692A9
(166,146,169)
#B4A3B7
(180,163,183)
#C2B4C5
(194,180,197)
#D0C5D3
(208,197,211)
#DED6E1
(222,214,225)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603D63; }

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

This text font color is #603D63.


Background Color

.myBgColor { background-color: #603D63; }

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

This div background color is #603D63.


Border color

.myBorderColor { border: 1px solid #603D63; }

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

This div border color is #603D63.


Opacity

.myOpacity80 { color: #603D63; opacity: 0.8; }

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

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

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

This text has shadow with #603D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603D63 on black background.


Color preview on white background

This text has color #603D63 on white background.



Black color preview on #603D63 background

This text has black color on #603D63 background.


White color preview on #603D63 background

This text has white color on #603D63 background.