COLOR #421749

HEX: #421749
RGB: (66,23,73)

Renk bilgisi

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

RGB renk modeli

#421749 color RGB value is (66,23,73).

  • kırmız ton 66;
  • yeşil ton 23;
  • mavi ton 73.
RGB:
(66,23,73)
(26%,9%,29%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 23 of 255 = 9%
B 73 of 255 = 29%

66
23
73

R + G + B ~ 21%. #421749 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 23 + 73 = 162 (100%)
R 66 of 162 ~ 40.74%
G 23 of 162 ~ 14.2%
B 73 of 162 ~ 45.06%

%40.74
%14.2
%45.06

CMYK RENK MODELİ

#421749 rengi CMYK tonu (10,68,0,71).

  • camgöbeği tonu 9.59%
  • eflatun tonu 68.49%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(10,68,0,71)
C10M68Y0K71 
(10%,68%,0%,71%)
(0.10/0.68/0.00/0.71)	

CMYK yüzdeleri

%9.59
%68.49
%0
%71.37

Codes

Color #421749 in popluar color models

421749
RGB662373
HSL292°52.08%18.82%
HSB/HSV292°68.49%28.63%
CMYK9.59%68.49%0.00%
71.37%

Color #421749 in popluar number systems.

HEX421749
Decimal662373
Binary1000010101111001001
Octal10227111

Shades and tints

Shades of #421749

#421749
(66,23,73)
#3C1543
(60,21,67)
#36133D
(54,19,61)
#301137
(48,17,55)
#2A0F31
(42,15,49)
#240D2B
(36,13,43)
#1E0B25
(30,11,37)
#18091F
(24,9,31)
#120719
(18,7,25)
#0C0513
(12,5,19)
#06030D
(6,3,13)
#000000
(0,0,0)

Tints of #421749

#421749
(66,23,73)
#532C59
(83,44,89)
#644169
(100,65,105)
#755679
(117,86,121)
#866B89
(134,107,137)
#978099
(151,128,153)
#A895A9
(168,149,169)
#B9AAB9
(185,170,185)
#CABFC9
(202,191,201)
#DBD4D9
(219,212,217)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421749 color. Also use rgb(66,23,73) instead hex code.

Text Font Color

.myTextColor { color: #421749; }

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

This text font color is #421749.


Background Color

.myBgColor { background-color: #421749; }

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

This div background color is #421749.


Border color

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

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

This div border color is #421749.


Opacity

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

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

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

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

This text has shadow with #421749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421749 on black background.


Color preview on white background

This text has color #421749 on white background.



Black color preview on #421749 background

This text has black color on #421749 background.


White color preview on #421749 background

This text has white color on #421749 background.