COLOR #465D59

HEX: #465D59
RGB: (70,93,89)

Renk bilgisi

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

RGB renk modeli

#465D59 color RGB value is (70,93,89).

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

RGB bağlantıları ve doygunluk

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

70
93
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 93 + 89 = 252 (100%)
R 70 of 252 ~ 27.78%
G 93 of 252 ~ 36.9%
B 89 of 252 ~ 35.32%

%27.78
%36.9
%35.32

CMYK RENK MODELİ

#465D59 rengi CMYK tonu (25,0,4,64).

  • camgöbeği tonu 24.73%
  • eflatun tonu 0.00%
  • sarı tonu 4.30%
  • ana renk tonu 63.53%
CMYK:
(25,0,4,64)
C25M0Y4K64 
(25%,0%,4%,64%)
(0.25/0.00/0.04/0.64)	

CMYK yüzdeleri

%24.73
%0
%4.3
%63.53

Codes

Color #465D59 in popluar color models

465D59
RGB709389
HSL170°14.11%31.96%
HSB/HSV170°24.73%36.47%
CMYK24.73%0.00%4.30%
63.53%

Color #465D59 in popluar number systems.

HEX465D59
Decimal709389
Binary100011010111011011001
Octal106135131

Shades and tints

Shades of #465D59

#465D59
(70,93,89)
#405551
(64,85,81)
#3A4D49
(58,77,73)
#344541
(52,69,65)
#2E3D39
(46,61,57)
#283531
(40,53,49)
#222D29
(34,45,41)
#1C2521
(28,37,33)
#161D19
(22,29,25)
#101511
(16,21,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #465D59

#465D59
(70,93,89)
#566B68
(86,107,104)
#667977
(102,121,119)
#768786
(118,135,134)
#869595
(134,149,149)
#96A3A4
(150,163,164)
#A6B1B3
(166,177,179)
#B6BFC2
(182,191,194)
#C6CDD1
(198,205,209)
#D6DBE0
(214,219,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465D59; }

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

This text font color is #465D59.


Background Color

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

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

This div background color is #465D59.


Border color

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

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

This div border color is #465D59.


Opacity

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

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

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

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

This text has shadow with #465D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465D59 on black background.


Color preview on white background

This text has color #465D59 on white background.



Black color preview on #465D59 background

This text has black color on #465D59 background.


White color preview on #465D59 background

This text has white color on #465D59 background.