COLOR #505465

HEX: #505465
RGB: (80,84,101)

Renk bilgisi

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

RGB renk modeli

#505465 color RGB value is (80,84,101).

  • kırmız ton 80;
  • yeşil ton 84;
  • mavi ton 101.
RGB:
(80,84,101)
(31%,33%,40%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 84 of 255 = 33%
B 101 of 255 = 40%

80
84
101

R + G + B ~ 35%. #505465 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 84 + 101 = 265 (100%)
R 80 of 265 ~ 30.19%
G 84 of 265 ~ 31.7%
B 101 of 265 ~ 38.11%

%30.19
%31.7
%38.11

CMYK RENK MODELİ

#505465 rengi CMYK tonu (21,17,0,60).

  • camgöbeği tonu 20.79%
  • eflatun tonu 16.83%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(21,17,0,60)
C21M17Y0K60 
(21%,17%,0%,60%)
(0.21/0.17/0.00/0.60)	

CMYK yüzdeleri

%20.79
%16.83
%0
%60.39

Codes

Color #505465 in popluar color models

505465
RGB8084101
HSL229°11.60%35.49%
HSB/HSV229°20.79%39.61%
CMYK20.79%16.83%0.00%
60.39%

Color #505465 in popluar number systems.

HEX505465
Decimal8084101
Binary101000010101001100101
Octal120124145

Shades and tints

Shades of #505465

#505465
(80,84,101)
#494D5C
(73,77,92)
#424653
(66,70,83)
#3B3F4A
(59,63,74)
#343841
(52,56,65)
#2D3138
(45,49,56)
#262A2F
(38,42,47)
#1F2326
(31,35,38)
#181C1D
(24,28,29)
#111514
(17,21,20)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #505465

#505465
(80,84,101)
#5F6373
(95,99,115)
#6E7281
(110,114,129)
#7D818F
(125,129,143)
#8C909D
(140,144,157)
#9B9FAB
(155,159,171)
#AAAEB9
(170,174,185)
#B9BDC7
(185,189,199)
#C8CCD5
(200,204,213)
#D7DBE3
(215,219,227)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505465 color. Also use rgb(80,84,101) instead hex code.

Text Font Color

.myTextColor { color: #505465; }

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

This text font color is #505465.


Background Color

.myBgColor { background-color: #505465; }

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

This div background color is #505465.


Border color

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

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

This div border color is #505465.


Opacity

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

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

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

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

This text has shadow with #505465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505465 on black background.


Color preview on white background

This text has color #505465 on white background.



Black color preview on #505465 background

This text has black color on #505465 background.


White color preview on #505465 background

This text has white color on #505465 background.