COLOR #465A53

HEX: #465A53
RGB: (70,90,83)

Renk bilgisi

#465A53 contains red, green and blue colors in about the same proportion. #465A53 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#465A53 color RGB value is (70,90,83).

  • kırmız ton 70;
  • yeşil ton 90;
  • mavi ton 83.
RGB:
(70,90,83)
(27%,35%,33%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 90 of 255 = 35%
B 83 of 255 = 33%

70
90
83

R + G + B ~ 32%. #465A53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 90 + 83 = 243 (100%)
R 70 of 243 ~ 28.81%
G 90 of 243 ~ 37.04%
B 83 of 243 ~ 34.16%

%28.81
%37.04
%34.16

CMYK RENK MODELİ

#465A53 rengi CMYK tonu (22,0,8,65).

  • camgöbeği tonu 22.22%
  • eflatun tonu 0.00%
  • sarı tonu 7.78%
  • ana renk tonu 64.71%
CMYK:
(22,0,8,65)
C22M0Y8K65 
(22%,0%,8%,65%)
(0.22/0.00/0.08/0.65)	

CMYK yüzdeleri

%22.22
%0
%7.78
%64.71

Codes

Color #465A53 in popluar color models

465A53
RGB709083
HSL159°12.50%31.37%
HSB/HSV159°22.22%35.29%
CMYK22.22%0.00%7.78%
64.71%

Color #465A53 in popluar number systems.

HEX465A53
Decimal709083
Binary100011010110101010011
Octal106132123

Shades and tints

Shades of #465A53

#465A53
(70,90,83)
#40524C
(64,82,76)
#3A4A45
(58,74,69)
#34423E
(52,66,62)
#2E3A37
(46,58,55)
#283230
(40,50,48)
#222A29
(34,42,41)
#1C2222
(28,34,34)
#161A1B
(22,26,27)
#101214
(16,18,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465A53

#465A53
(70,90,83)
#566962
(86,105,98)
#667871
(102,120,113)
#768780
(118,135,128)
#86968F
(134,150,143)
#96A59E
(150,165,158)
#A6B4AD
(166,180,173)
#B6C3BC
(182,195,188)
#C6D2CB
(198,210,203)
#D6E1DA
(214,225,218)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A53 color. Also use rgb(70,90,83) instead hex code.

Text Font Color

.myTextColor { color: #465A53; }

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

This text font color is #465A53.


Background Color

.myBgColor { background-color: #465A53; }

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

This div background color is #465A53.


Border color

.myBorderColor { border: 1px solid #465A53; }

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

This div border color is #465A53.


Opacity

.myOpacity80 { color: #465A53; opacity: 0.8; }

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

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

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

This text has shadow with #465A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A53 on black background.


Color preview on white background

This text has color #465A53 on white background.



Black color preview on #465A53 background

This text has black color on #465A53 background.


White color preview on #465A53 background

This text has white color on #465A53 background.