COLOR #465A5D

HEX: #465A5D
RGB: (70,90,93)

Renk bilgisi

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

RGB renk modeli

#465A5D color RGB value is (70,90,93).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 90 of 255 = 35%
B 93 of 255 = 36%

70
90
93

R + G + B ~ 33%. #465A5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 90 + 93 = 253 (100%)
R 70 of 253 ~ 27.67%
G 90 of 253 ~ 35.57%
B 93 of 253 ~ 36.76%

%27.67
%35.57
%36.76

CMYK RENK MODELİ

#465A5D rengi CMYK tonu (25,3,0,64).

  • camgöbeği tonu 24.73%
  • eflatun tonu 3.23%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(25,3,0,64)
C25M3Y0K64 
(25%,3%,0%,64%)
(0.25/0.03/0.00/0.64)	

CMYK yüzdeleri

%24.73
%3.23
%0
%63.53

Codes

Color #465A5D in popluar color models

465A5D
RGB709093
HSL188°14.11%31.96%
HSB/HSV188°24.73%36.47%
CMYK24.73%3.23%0.00%
63.53%

Color #465A5D in popluar number systems.

HEX465A5D
Decimal709093
Binary100011010110101011101
Octal106132135

Shades and tints

Shades of #465A5D

#465A5D
(70,90,93)
#405255
(64,82,85)
#3A4A4D
(58,74,77)
#344245
(52,66,69)
#2E3A3D
(46,58,61)
#283235
(40,50,53)
#222A2D
(34,42,45)
#1C2225
(28,34,37)
#161A1D
(22,26,29)
#101215
(16,18,21)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465A5D

#465A5D
(70,90,93)
#56696B
(86,105,107)
#667879
(102,120,121)
#768787
(118,135,135)
#869695
(134,150,149)
#96A5A3
(150,165,163)
#A6B4B1
(166,180,177)
#B6C3BF
(182,195,191)
#C6D2CD
(198,210,205)
#D6E1DB
(214,225,219)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A5D; }

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

This text font color is #465A5D.


Background Color

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

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

This div background color is #465A5D.


Border color

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

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

This div border color is #465A5D.


Opacity

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

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

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

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

This text has shadow with #465A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A5D on black background.


Color preview on white background

This text has color #465A5D on white background.



Black color preview on #465A5D background

This text has black color on #465A5D background.


White color preview on #465A5D background

This text has white color on #465A5D background.