COLOR #420739

HEX: #420739
RGB: (66,7,57)

Renk bilgisi

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

RGB renk modeli

#420739 color RGB value is (66,7,57).

  • kırmız ton 66;
  • yeşil ton 7;
  • mavi ton 57.
RGB:
(66,7,57)
(26%,3%,22%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 7 of 255 = 3%
B 57 of 255 = 22%

66
7
57

R + G + B ~ 17%. #420739 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 7 + 57 = 130 (100%)
R 66 of 130 ~ 50.77%
G 7 of 130 ~ 5.38%
B 57 of 130 ~ 43.85%

%50.77
%43.85

CMYK RENK MODELİ

#420739 rengi CMYK tonu (0,89,14,74).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.39%
  • sarı tonu 13.64%
  • ana renk tonu 74.12%
CMYK:
(0,89,14,74)
C0M89Y14K74 
(0%,89%,14%,74%)
(0.00/0.89/0.14/0.74)	

CMYK yüzdeleri

%0
%89.39
%13.64
%74.12

Codes

Color #420739 in popluar color models

420739
RGB66757
HSL309°80.82%14.31%
HSB/HSV309°89.39%25.88%
CMYK0.00%89.39%13.64%
74.12%

Color #420739 in popluar number systems.

HEX420739
Decimal66757
Binary1000010111111001
Octal102771

Shades and tints

Shades of #420739

#420739
(66,7,57)
#3C0734
(60,7,52)
#36072F
(54,7,47)
#30072A
(48,7,42)
#2A0725
(42,7,37)
#240720
(36,7,32)
#1E071B
(30,7,27)
#180716
(24,7,22)
#120711
(18,7,17)
#0C070C
(12,7,12)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #420739

#420739
(66,7,57)
#531D4B
(83,29,75)
#64335D
(100,51,93)
#75496F
(117,73,111)
#865F81
(134,95,129)
#977593
(151,117,147)
#A88BA5
(168,139,165)
#B9A1B7
(185,161,183)
#CAB7C9
(202,183,201)
#DBCDDB
(219,205,219)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420739 color. Also use rgb(66,7,57) instead hex code.

Text Font Color

.myTextColor { color: #420739; }

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

This text font color is #420739.


Background Color

.myBgColor { background-color: #420739; }

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

This div background color is #420739.


Border color

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

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

This div border color is #420739.


Opacity

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

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

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

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

This text has shadow with #420739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420739 on black background.


Color preview on white background

This text has color #420739 on white background.



Black color preview on #420739 background

This text has black color on #420739 background.


White color preview on #420739 background

This text has white color on #420739 background.