COLOR #464358

HEX: #464358
RGB: (70,67,88)

Renk bilgisi

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

RGB renk modeli

#464358 color RGB value is (70,67,88).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 67 of 255 = 26%
B 88 of 255 = 35%

70
67
88

R + G + B ~ 29%. #464358 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 67 + 88 = 225 (100%)
R 70 of 225 ~ 31.11%
G 67 of 225 ~ 29.78%
B 88 of 225 ~ 39.11%

%31.11
%29.78
%39.11

CMYK RENK MODELİ

#464358 rengi CMYK tonu (20,24,0,65).

  • camgöbeği tonu 20.45%
  • eflatun tonu 23.86%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(20,24,0,65)
C20M24Y0K65 
(20%,24%,0%,65%)
(0.20/0.24/0.00/0.65)	

CMYK yüzdeleri

%20.45
%23.86
%0
%65.49

Codes

Color #464358 in popluar color models

464358
RGB706788
HSL249°13.55%30.39%
HSB/HSV249°23.86%34.51%
CMYK20.45%23.86%0.00%
65.49%

Color #464358 in popluar number systems.

HEX464358
Decimal706788
Binary100011010000111011000
Octal106103130

Shades and tints

Shades of #464358

#464358
(70,67,88)
#403D50
(64,61,80)
#3A3748
(58,55,72)
#343140
(52,49,64)
#2E2B38
(46,43,56)
#282530
(40,37,48)
#221F28
(34,31,40)
#1C1920
(28,25,32)
#161318
(22,19,24)
#100D10
(16,13,16)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #464358

#464358
(70,67,88)
#565467
(86,84,103)
#666576
(102,101,118)
#767685
(118,118,133)
#868794
(134,135,148)
#9698A3
(150,152,163)
#A6A9B2
(166,169,178)
#B6BAC1
(182,186,193)
#C6CBD0
(198,203,208)
#D6DCDF
(214,220,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464358; }

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

This text font color is #464358.


Background Color

.myBgColor { background-color: #464358; }

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

This div background color is #464358.


Border color

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

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

This div border color is #464358.


Opacity

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

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

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

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

This text has shadow with #464358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464358 on black background.


Color preview on white background

This text has color #464358 on white background.



Black color preview on #464358 background

This text has black color on #464358 background.


White color preview on #464358 background

This text has white color on #464358 background.