COLOR #464E4A

HEX: #464E4A
RGB: (70,78,74)

Renk bilgisi

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

RGB renk modeli

#464E4A color RGB value is (70,78,74).

  • kırmız ton 70;
  • yeşil ton 78;
  • mavi ton 74.
RGB:
(70,78,74)
(27%,31%,29%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 78 of 255 = 31%
B 74 of 255 = 29%

70
78
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 78 + 74 = 222 (100%)
R 70 of 222 ~ 31.53%
G 78 of 222 ~ 35.14%
B 74 of 222 ~ 33.33%

%31.53
%35.14
%33.33

CMYK RENK MODELİ

#464E4A rengi CMYK tonu (10,0,5,69).

  • camgöbeği tonu 10.26%
  • eflatun tonu 0.00%
  • sarı tonu 5.13%
  • ana renk tonu 69.41%
CMYK:
(10,0,5,69)
C10M0Y5K69 
(10%,0%,5%,69%)
(0.10/0.00/0.05/0.69)	

CMYK yüzdeleri

%10.26
%0
%5.13
%69.41

Codes

Color #464E4A in popluar color models

464E4A
RGB707874
HSL150°5.41%29.02%
HSB/HSV150°10.26%30.59%
CMYK10.26%0.00%5.13%
69.41%

Color #464E4A in popluar number systems.

HEX464E4A
Decimal707874
Binary100011010011101001010
Octal106116112

Shades and tints

Shades of #464E4A

#464E4A
(70,78,74)
#404744
(64,71,68)
#3A403E
(58,64,62)
#343938
(52,57,56)
#2E3232
(46,50,50)
#282B2C
(40,43,44)
#222426
(34,36,38)
#1C1D20
(28,29,32)
#16161A
(22,22,26)
#100F14
(16,15,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #464E4A

#464E4A
(70,78,74)
#565E5A
(86,94,90)
#666E6A
(102,110,106)
#767E7A
(118,126,122)
#868E8A
(134,142,138)
#969E9A
(150,158,154)
#A6AEAA
(166,174,170)
#B6BEBA
(182,190,186)
#C6CECA
(198,206,202)
#D6DEDA
(214,222,218)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E4A color. Also use rgb(70,78,74) instead hex code.

Text Font Color

.myTextColor { color: #464E4A; }

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

This text font color is #464E4A.


Background Color

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

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

This div background color is #464E4A.


Border color

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

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

This div border color is #464E4A.


Opacity

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

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

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

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

This text has shadow with #464E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E4A on black background.


Color preview on white background

This text has color #464E4A on white background.



Black color preview on #464E4A background

This text has black color on #464E4A background.


White color preview on #464E4A background

This text has white color on #464E4A background.