COLOR #465859

HEX: #465859
RGB: (70,88,89)

Renk bilgisi

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

RGB renk modeli

#465859 color RGB value is (70,88,89).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 88 of 255 = 35%
B 89 of 255 = 35%

70
88
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 88 + 89 = 247 (100%)
R 70 of 247 ~ 28.34%
G 88 of 247 ~ 35.63%
B 89 of 247 ~ 36.03%

%28.34
%35.63
%36.03

CMYK RENK MODELİ

#465859 rengi CMYK tonu (21,1,0,65).

  • camgöbeği tonu 21.35%
  • eflatun tonu 1.12%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(21,1,0,65)
C21M1Y0K65 
(21%,1%,0%,65%)
(0.21/0.01/0.00/0.65)	

CMYK yüzdeleri

%21.35
%1.12
%0
%65.1

Codes

Color #465859 in popluar color models

465859
RGB708889
HSL183°11.95%31.18%
HSB/HSV183°21.35%34.90%
CMYK21.35%1.12%0.00%
65.10%

Color #465859 in popluar number systems.

HEX465859
Decimal708889
Binary100011010110001011001
Octal106130131

Shades and tints

Shades of #465859

#465859
(70,88,89)
#405051
(64,80,81)
#3A4849
(58,72,73)
#344041
(52,64,65)
#2E3839
(46,56,57)
#283031
(40,48,49)
#222829
(34,40,41)
#1C2021
(28,32,33)
#161819
(22,24,25)
#101011
(16,16,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #465859

#465859
(70,88,89)
#566768
(86,103,104)
#667677
(102,118,119)
#768586
(118,133,134)
#869495
(134,148,149)
#96A3A4
(150,163,164)
#A6B2B3
(166,178,179)
#B6C1C2
(182,193,194)
#C6D0D1
(198,208,209)
#D6DFE0
(214,223,224)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465859 color. Also use rgb(70,88,89) instead hex code.

Text Font Color

.myTextColor { color: #465859; }

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

This text font color is #465859.


Background Color

.myBgColor { background-color: #465859; }

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

This div background color is #465859.


Border color

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

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

This div border color is #465859.


Opacity

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

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

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

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

This text has shadow with #465859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465859 on black background.


Color preview on white background

This text has color #465859 on white background.



Black color preview on #465859 background

This text has black color on #465859 background.


White color preview on #465859 background

This text has white color on #465859 background.