COLOR #494340

HEX: #494340
RGB: (73,67,64)

Renk bilgisi

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

RGB renk modeli

#494340 color RGB value is (73,67,64).

  • kırmız ton 73;
  • yeşil ton 67;
  • mavi ton 64.
RGB:
(73,67,64)
(29%,26%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 64 of 255 = 25%

73
67
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 64 = 204 (100%)
R 73 of 204 ~ 35.78%
G 67 of 204 ~ 32.84%
B 64 of 204 ~ 31.37%

%35.78
%32.84
%31.37

CMYK RENK MODELİ

#494340 rengi CMYK tonu (0,8,12,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 12.33%
  • ana renk tonu 71.37%
CMYK:
(0,8,12,71)
C0M8Y12K71 
(0%,8%,12%,71%)
(0.00/0.08/0.12/0.71)	

CMYK yüzdeleri

%0
%8.22
%12.33
%71.37

Codes

Color #494340 in popluar color models

494340
RGB736764
HSL20°6.57%26.86%
HSB/HSV20°12.33%28.63%
CMYK0.00%8.22%12.33%
71.37%

Color #494340 in popluar number systems.

HEX494340
Decimal736764
Binary100100110000111000000
Octal111103100

Shades and tints

Shades of #494340

#494340
(73,67,64)
#433D3B
(67,61,59)
#3D3736
(61,55,54)
#373131
(55,49,49)
#312B2C
(49,43,44)
#2B2527
(43,37,39)
#251F22
(37,31,34)
#1F191D
(31,25,29)
#191318
(25,19,24)
#130D13
(19,13,19)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #494340

#494340
(73,67,64)
#595451
(89,84,81)
#696562
(105,101,98)
#797673
(121,118,115)
#898784
(137,135,132)
#999895
(153,152,149)
#A9A9A6
(169,169,166)
#B9BAB7
(185,186,183)
#C9CBC8
(201,203,200)
#D9DCD9
(217,220,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494340 color. Also use rgb(73,67,64) instead hex code.

Text Font Color

.myTextColor { color: #494340; }

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

This text font color is #494340.


Background Color

.myBgColor { background-color: #494340; }

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

This div background color is #494340.


Border color

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

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

This div border color is #494340.


Opacity

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

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

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

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

This text has shadow with #494340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494340 on black background.


Color preview on white background

This text has color #494340 on white background.



Black color preview on #494340 background

This text has black color on #494340 background.


White color preview on #494340 background

This text has white color on #494340 background.