COLOR #673C61

HEX: #673C61
RGB: (103,60,97)

Renk bilgisi

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

RGB renk modeli

#673C61 color RGB value is (103,60,97).

  • kırmız ton 103;
  • yeşil ton 60;
  • mavi ton 97.
RGB:
(103,60,97)
(40%,24%,38%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 60 of 255 = 24%
B 97 of 255 = 38%

103
60
97

R + G + B ~ 34%. #673C61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 60 + 97 = 260 (100%)
R 103 of 260 ~ 39.62%
G 60 of 260 ~ 23.08%
B 97 of 260 ~ 37.31%

%39.62
%23.08
%37.31

CMYK RENK MODELİ

#673C61 rengi CMYK tonu (0,42,6,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.75%
  • sarı tonu 5.83%
  • ana renk tonu 59.61%
CMYK:
(0,42,6,60)
C0M42Y6K60 
(0%,42%,6%,60%)
(0.00/0.42/0.06/0.60)	

CMYK yüzdeleri

%0
%41.75
%5.83
%59.61

Codes

Color #673C61 in popluar color models

673C61
RGB1036097
HSL308°26.38%31.96%
HSB/HSV308°41.75%40.39%
CMYK0.00%41.75%5.83%
59.61%

Color #673C61 in popluar number systems.

HEX673C61
Decimal1036097
Binary11001111111001100001
Octal14774141

Shades and tints

Shades of #673C61

#673C61
(103,60,97)
#5E3759
(94,55,89)
#553251
(85,50,81)
#4C2D49
(76,45,73)
#432841
(67,40,65)
#3A2339
(58,35,57)
#311E31
(49,30,49)
#281929
(40,25,41)
#1F1421
(31,20,33)
#160F19
(22,15,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #673C61

#673C61
(103,60,97)
#744D6F
(116,77,111)
#815E7D
(129,94,125)
#8E6F8B
(142,111,139)
#9B8099
(155,128,153)
#A891A7
(168,145,167)
#B5A2B5
(181,162,181)
#C2B3C3
(194,179,195)
#CFC4D1
(207,196,209)
#DCD5DF
(220,213,223)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673C61 color. Also use rgb(103,60,97) instead hex code.

Text Font Color

.myTextColor { color: #673C61; }

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

This text font color is #673C61.


Background Color

.myBgColor { background-color: #673C61; }

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

This div background color is #673C61.


Border color

.myBorderColor { border: 1px solid #673C61; }

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

This div border color is #673C61.


Opacity

.myOpacity80 { color: #673C61; opacity: 0.8; }

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

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

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

This text has shadow with #673C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673C61 on black background.


Color preview on white background

This text has color #673C61 on white background.



Black color preview on #673C61 background

This text has black color on #673C61 background.


White color preview on #673C61 background

This text has white color on #673C61 background.