COLOR #465E6B

HEX: #465E6B
RGB: (70,94,107)

Renk bilgisi

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

RGB renk modeli

#465E6B color RGB value is (70,94,107).

  • kırmız ton 70;
  • yeşil ton 94;
  • mavi ton 107.
RGB:
(70,94,107)
(27%,37%,42%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 94 of 255 = 37%
B 107 of 255 = 42%

70
94
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 94 + 107 = 271 (100%)
R 70 of 271 ~ 25.83%
G 94 of 271 ~ 34.69%
B 107 of 271 ~ 39.48%

%25.83
%34.69
%39.48

CMYK RENK MODELİ

#465E6B rengi CMYK tonu (35,12,0,58).

  • camgöbeği tonu 34.58%
  • eflatun tonu 12.15%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(35,12,0,58)
C35M12Y0K58 
(35%,12%,0%,58%)
(0.35/0.12/0.00/0.58)	

CMYK yüzdeleri

%34.58
%12.15
%0
%58.04

Codes

Color #465E6B in popluar color models

465E6B
RGB7094107
HSL201°20.90%34.71%
HSB/HSV201°34.58%41.96%
CMYK34.58%12.15%0.00%
58.04%

Color #465E6B in popluar number systems.

HEX465E6B
Decimal7094107
Binary100011010111101101011
Octal106136153

Shades and tints

Shades of #465E6B

#465E6B
(70,94,107)
#405662
(64,86,98)
#3A4E59
(58,78,89)
#344650
(52,70,80)
#2E3E47
(46,62,71)
#28363E
(40,54,62)
#222E35
(34,46,53)
#1C262C
(28,38,44)
#161E23
(22,30,35)
#10161A
(16,22,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #465E6B

#465E6B
(70,94,107)
#566C78
(86,108,120)
#667A85
(102,122,133)
#768892
(118,136,146)
#86969F
(134,150,159)
#96A4AC
(150,164,172)
#A6B2B9
(166,178,185)
#B6C0C6
(182,192,198)
#C6CED3
(198,206,211)
#D6DCE0
(214,220,224)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465E6B color. Also use rgb(70,94,107) instead hex code.

Text Font Color

.myTextColor { color: #465E6B; }

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

This text font color is #465E6B.


Background Color

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

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

This div background color is #465E6B.


Border color

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

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

This div border color is #465E6B.


Opacity

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

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

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

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

This text has shadow with #465E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465E6B on black background.


Color preview on white background

This text has color #465E6B on white background.



Black color preview on #465E6B background

This text has black color on #465E6B background.


White color preview on #465E6B background

This text has white color on #465E6B background.