COLOR #464D40

HEX: #464D40
RGB: (70,77,64)

Renk bilgisi

#464D40 contains red, green and blue colors in about the same proportion. #464D40 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#464D40 color RGB value is (70,77,64).

  • kırmız ton 70;
  • yeşil ton 77;
  • mavi ton 64.
RGB:
(70,77,64)
(27%,30%,25%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 77 of 255 = 30%
B 64 of 255 = 25%

70
77
64

R + G + B ~ 27%. #464D40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 77 + 64 = 211 (100%)
R 70 of 211 ~ 33.18%
G 77 of 211 ~ 36.49%
B 64 of 211 ~ 30.33%

%33.18
%36.49
%30.33

CMYK RENK MODELİ

#464D40 rengi CMYK tonu (9,0,17,70).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 16.88%
  • ana renk tonu 69.80%
CMYK:
(9,0,17,70)
C9M0Y17K70 
(9%,0%,17%,70%)
(0.09/0.00/0.17/0.70)	

CMYK yüzdeleri

%9.09
%0
%16.88
%69.8

Codes

Color #464D40 in popluar color models

464D40
RGB707764
HSL92°9.22%27.65%
HSB/HSV92°16.88%30.20%
CMYK9.09%0.00%16.88%
69.80%

Color #464D40 in popluar number systems.

HEX464D40
Decimal707764
Binary100011010011011000000
Octal106115100

Shades and tints

Shades of #464D40

#464D40
(70,77,64)
#40463B
(64,70,59)
#3A3F36
(58,63,54)
#343831
(52,56,49)
#2E312C
(46,49,44)
#282A27
(40,42,39)
#222322
(34,35,34)
#1C1C1D
(28,28,29)
#161518
(22,21,24)
#100E13
(16,14,19)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #464D40

#464D40
(70,77,64)
#565D51
(86,93,81)
#666D62
(102,109,98)
#767D73
(118,125,115)
#868D84
(134,141,132)
#969D95
(150,157,149)
#A6ADA6
(166,173,166)
#B6BDB7
(182,189,183)
#C6CDC8
(198,205,200)
#D6DDD9
(214,221,217)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D40 color. Also use rgb(70,77,64) instead hex code.

Text Font Color

.myTextColor { color: #464D40; }

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

This text font color is #464D40.


Background Color

.myBgColor { background-color: #464D40; }

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

This div background color is #464D40.


Border color

.myBorderColor { border: 1px solid #464D40; }

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

This div border color is #464D40.


Opacity

.myOpacity80 { color: #464D40; opacity: 0.8; }

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

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

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

This text has shadow with #464D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D40 on black background.


Color preview on white background

This text has color #464D40 on white background.



Black color preview on #464D40 background

This text has black color on #464D40 background.


White color preview on #464D40 background

This text has white color on #464D40 background.