COLOR #673449

HEX: #673449
RGB: (103,52,73)

Renk bilgisi

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

RGB renk modeli

#673449 color RGB value is (103,52,73).

  • kırmız ton 103;
  • yeşil ton 52;
  • mavi ton 73.
RGB:
(103,52,73)
(40%,20%,29%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 52 of 255 = 20%
B 73 of 255 = 29%

103
52
73

R + G + B ~ 30%. #673449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 52 + 73 = 228 (100%)
R 103 of 228 ~ 45.18%
G 52 of 228 ~ 22.81%
B 73 of 228 ~ 32.02%

%45.18
%22.81
%32.02

CMYK RENK MODELİ

#673449 rengi CMYK tonu (0,50,29,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.51%
  • sarı tonu 29.13%
  • ana renk tonu 59.61%
CMYK:
(0,50,29,60)
C0M50Y29K60 
(0%,50%,29%,60%)
(0.00/0.50/0.29/0.60)	

CMYK yüzdeleri

%0
%49.51
%29.13
%59.61

Codes

Color #673449 in popluar color models

673449
RGB1035273
HSL335°32.90%30.39%
HSB/HSV335°49.51%40.39%
CMYK0.00%49.51%29.13%
59.61%

Color #673449 in popluar number systems.

HEX673449
Decimal1035273
Binary11001111101001001001
Octal14764111

Shades and tints

Shades of #673449

#673449
(103,52,73)
#5E3043
(94,48,67)
#552C3D
(85,44,61)
#4C2837
(76,40,55)
#432431
(67,36,49)
#3A202B
(58,32,43)
#311C25
(49,28,37)
#28181F
(40,24,31)
#1F1419
(31,20,25)
#161013
(22,16,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #673449

#673449
(103,52,73)
#744659
(116,70,89)
#815869
(129,88,105)
#8E6A79
(142,106,121)
#9B7C89
(155,124,137)
#A88E99
(168,142,153)
#B5A0A9
(181,160,169)
#C2B2B9
(194,178,185)
#CFC4C9
(207,196,201)
#DCD6D9
(220,214,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673449 color. Also use rgb(103,52,73) instead hex code.

Text Font Color

.myTextColor { color: #673449; }

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

This text font color is #673449.


Background Color

.myBgColor { background-color: #673449; }

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

This div background color is #673449.


Border color

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

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

This div border color is #673449.


Opacity

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

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

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

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

This text has shadow with #673449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673449 on black background.


Color preview on white background

This text has color #673449 on white background.



Black color preview on #673449 background

This text has black color on #673449 background.


White color preview on #673449 background

This text has white color on #673449 background.