COLOR #424761

HEX: #424761
RGB: (66,71,97)

Renk bilgisi

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

RGB renk modeli

#424761 color RGB value is (66,71,97).

  • kırmız ton 66;
  • yeşil ton 71;
  • mavi ton 97.
RGB:
(66,71,97)
(26%,28%,38%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 71 of 255 = 28%
B 97 of 255 = 38%

66
71
97

R + G + B ~ 31%. #424761 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 71 + 97 = 234 (100%)
R 66 of 234 ~ 28.21%
G 71 of 234 ~ 30.34%
B 97 of 234 ~ 41.45%

%28.21
%30.34
%41.45

CMYK RENK MODELİ

#424761 rengi CMYK tonu (32,27,0,62).

  • camgöbeği tonu 31.96%
  • eflatun tonu 26.80%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(32,27,0,62)
C32M27Y0K62 
(32%,27%,0%,62%)
(0.32/0.27/0.00/0.62)	

CMYK yüzdeleri

%31.96
%26.8
%0
%61.96

Codes

Color #424761 in popluar color models

424761
RGB667197
HSL230°19.02%31.96%
HSB/HSV230°31.96%38.04%
CMYK31.96%26.80%0.00%
61.96%

Color #424761 in popluar number systems.

HEX424761
Decimal667197
Binary100001010001111100001
Octal102107141

Shades and tints

Shades of #424761

#424761
(66,71,97)
#3C4159
(60,65,89)
#363B51
(54,59,81)
#303549
(48,53,73)
#2A2F41
(42,47,65)
#242939
(36,41,57)
#1E2331
(30,35,49)
#181D29
(24,29,41)
#121721
(18,23,33)
#0C1119
(12,17,25)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #424761

#424761
(66,71,97)
#53576F
(83,87,111)
#64677D
(100,103,125)
#75778B
(117,119,139)
#868799
(134,135,153)
#9797A7
(151,151,167)
#A8A7B5
(168,167,181)
#B9B7C3
(185,183,195)
#CAC7D1
(202,199,209)
#DBD7DF
(219,215,223)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424761 color. Also use rgb(66,71,97) instead hex code.

Text Font Color

.myTextColor { color: #424761; }

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

This text font color is #424761.


Background Color

.myBgColor { background-color: #424761; }

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

This div background color is #424761.


Border color

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

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

This div border color is #424761.


Opacity

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

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

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

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

This text has shadow with #424761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424761 on black background.


Color preview on white background

This text has color #424761 on white background.



Black color preview on #424761 background

This text has black color on #424761 background.


White color preview on #424761 background

This text has white color on #424761 background.