COLOR #673263

HEX: #673263
RGB: (103,50,99)

Renk bilgisi

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

RGB renk modeli

#673263 color RGB value is (103,50,99).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 50 of 255 = 20%
B 99 of 255 = 39%

103
50
99

R + G + B ~ 33%. #673263 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 50 + 99 = 252 (100%)
R 103 of 252 ~ 40.87%
G 50 of 252 ~ 19.84%
B 99 of 252 ~ 39.29%

%40.87
%19.84
%39.29

CMYK RENK MODELİ

#673263 rengi CMYK tonu (0,51,4,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.46%
  • sarı tonu 3.88%
  • ana renk tonu 59.61%
CMYK:
(0,51,4,60)
C0M51Y4K60 
(0%,51%,4%,60%)
(0.00/0.51/0.04/0.60)	

CMYK yüzdeleri

%0
%51.46
%3.88
%59.61

Codes

Color #673263 in popluar color models

673263
RGB1035099
HSL305°34.64%30.00%
HSB/HSV305°51.46%40.39%
CMYK0.00%51.46%3.88%
59.61%

Color #673263 in popluar number systems.

HEX673263
Decimal1035099
Binary11001111100101100011
Octal14762143

Shades and tints

Shades of #673263

#673263
(103,50,99)
#5E2E5A
(94,46,90)
#552A51
(85,42,81)
#4C2648
(76,38,72)
#43223F
(67,34,63)
#3A1E36
(58,30,54)
#311A2D
(49,26,45)
#281624
(40,22,36)
#1F121B
(31,18,27)
#160E12
(22,14,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #673263

#673263
(103,50,99)
#744471
(116,68,113)
#81567F
(129,86,127)
#8E688D
(142,104,141)
#9B7A9B
(155,122,155)
#A88CA9
(168,140,169)
#B59EB7
(181,158,183)
#C2B0C5
(194,176,197)
#CFC2D3
(207,194,211)
#DCD4E1
(220,212,225)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673263; }

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

This text font color is #673263.


Background Color

.myBgColor { background-color: #673263; }

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

This div background color is #673263.


Border color

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

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

This div border color is #673263.


Opacity

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

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

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

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

This text has shadow with #673263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673263 on black background.


Color preview on white background

This text has color #673263 on white background.



Black color preview on #673263 background

This text has black color on #673263 background.


White color preview on #673263 background

This text has white color on #673263 background.