COLOR #421D48

HEX: #421D48
RGB: (66,29,72)

Renk bilgisi

#421D48 contains red, green and blue colors in about the same proportion. #421D48 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#421D48 color RGB value is (66,29,72).

  • kırmız ton 66;
  • yeşil ton 29;
  • mavi ton 72.
RGB:
(66,29,72)
(26%,11%,28%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 29 of 255 = 11%
B 72 of 255 = 28%

66
29
72

R + G + B ~ 22%. #421D48 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 29 + 72 = 167 (100%)
R 66 of 167 ~ 39.52%
G 29 of 167 ~ 17.37%
B 72 of 167 ~ 43.11%

%39.52
%17.37
%43.11

CMYK RENK MODELİ

#421D48 rengi CMYK tonu (8,60,0,72).

  • camgöbeği tonu 8.33%
  • eflatun tonu 59.72%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(8,60,0,72)
C8M60Y0K72 
(8%,60%,0%,72%)
(0.08/0.60/0.00/0.72)	

CMYK yüzdeleri

%8.33
%59.72
%0
%71.76

Codes

Color #421D48 in popluar color models

421D48
RGB662972
HSL292°42.57%19.80%
HSB/HSV292°59.72%28.24%
CMYK8.33%59.72%0.00%
71.76%

Color #421D48 in popluar number systems.

HEX421D48
Decimal662972
Binary1000010111011001000
Octal10235110

Shades and tints

Shades of #421D48

#421D48
(66,29,72)
#3C1B42
(60,27,66)
#36193C
(54,25,60)
#301736
(48,23,54)
#2A1530
(42,21,48)
#24132A
(36,19,42)
#1E1124
(30,17,36)
#180F1E
(24,15,30)
#120D18
(18,13,24)
#0C0B12
(12,11,18)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #421D48

#421D48
(66,29,72)
#533158
(83,49,88)
#644568
(100,69,104)
#755978
(117,89,120)
#866D88
(134,109,136)
#978198
(151,129,152)
#A895A8
(168,149,168)
#B9A9B8
(185,169,184)
#CABDC8
(202,189,200)
#DBD1D8
(219,209,216)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421D48 color. Also use rgb(66,29,72) instead hex code.

Text Font Color

.myTextColor { color: #421D48; }

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

This text font color is #421D48.


Background Color

.myBgColor { background-color: #421D48; }

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

This div background color is #421D48.


Border color

.myBorderColor { border: 1px solid #421D48; }

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

This div border color is #421D48.


Opacity

.myOpacity80 { color: #421D48; opacity: 0.8; }

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

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

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

This text has shadow with #421D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421D48 on black background.


Color preview on white background

This text has color #421D48 on white background.



Black color preview on #421D48 background

This text has black color on #421D48 background.


White color preview on #421D48 background

This text has white color on #421D48 background.