COLOR #673259

HEX: #673259
RGB: (103,50,89)

Renk bilgisi

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

RGB renk modeli

#673259 color RGB value is (103,50,89).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 50 of 255 = 20%
B 89 of 255 = 35%

103
50
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 50 + 89 = 242 (100%)
R 103 of 242 ~ 42.56%
G 50 of 242 ~ 20.66%
B 89 of 242 ~ 36.78%

%42.56
%20.66
%36.78

CMYK RENK MODELİ

#673259 rengi CMYK tonu (0,51,14,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.46%
  • sarı tonu 13.59%
  • ana renk tonu 59.61%
CMYK:
(0,51,14,60)
C0M51Y14K60 
(0%,51%,14%,60%)
(0.00/0.51/0.14/0.60)	

CMYK yüzdeleri

%0
%51.46
%13.59
%59.61

Codes

Color #673259 in popluar color models

673259
RGB1035089
HSL316°34.64%30.00%
HSB/HSV316°51.46%40.39%
CMYK0.00%51.46%13.59%
59.61%

Color #673259 in popluar number systems.

HEX673259
Decimal1035089
Binary11001111100101011001
Octal14762131

Shades and tints

Shades of #673259

#673259
(103,50,89)
#5E2E51
(94,46,81)
#552A49
(85,42,73)
#4C2641
(76,38,65)
#432239
(67,34,57)
#3A1E31
(58,30,49)
#311A29
(49,26,41)
#281621
(40,22,33)
#1F1219
(31,18,25)
#160E11
(22,14,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #673259

#673259
(103,50,89)
#744468
(116,68,104)
#815677
(129,86,119)
#8E6886
(142,104,134)
#9B7A95
(155,122,149)
#A88CA4
(168,140,164)
#B59EB3
(181,158,179)
#C2B0C2
(194,176,194)
#CFC2D1
(207,194,209)
#DCD4E0
(220,212,224)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673259; }

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

This text font color is #673259.


Background Color

.myBgColor { background-color: #673259; }

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

This div background color is #673259.


Border color

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

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

This div border color is #673259.


Opacity

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

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

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

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

This text has shadow with #673259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673259 on black background.


Color preview on white background

This text has color #673259 on white background.



Black color preview on #673259 background

This text has black color on #673259 background.


White color preview on #673259 background

This text has white color on #673259 background.