COLOR #493340

HEX: #493340
RGB: (73,51,64)

Renk bilgisi

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

RGB renk modeli

#493340 color RGB value is (73,51,64).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 51 of 255 = 20%
B 64 of 255 = 25%

73
51
64

R + G + B ~ 25%. #493340 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 51 + 64 = 188 (100%)
R 73 of 188 ~ 38.83%
G 51 of 188 ~ 27.13%
B 64 of 188 ~ 34.04%

%38.83
%27.13
%34.04

CMYK RENK MODELİ

#493340 rengi CMYK tonu (0,30,12,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.14%
  • sarı tonu 12.33%
  • ana renk tonu 71.37%
CMYK:
(0,30,12,71)
C0M30Y12K71 
(0%,30%,12%,71%)
(0.00/0.30/0.12/0.71)	

CMYK yüzdeleri

%0
%30.14
%12.33
%71.37

Codes

Color #493340 in popluar color models

493340
RGB735164
HSL325°17.74%24.31%
HSB/HSV325°30.14%28.63%
CMYK0.00%30.14%12.33%
71.37%

Color #493340 in popluar number systems.

HEX493340
Decimal735164
Binary10010011100111000000
Octal11163100

Shades and tints

Shades of #493340

#493340
(73,51,64)
#432F3B
(67,47,59)
#3D2B36
(61,43,54)
#372731
(55,39,49)
#31232C
(49,35,44)
#2B1F27
(43,31,39)
#251B22
(37,27,34)
#1F171D
(31,23,29)
#191318
(25,19,24)
#130F13
(19,15,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #493340

#493340
(73,51,64)
#594551
(89,69,81)
#695762
(105,87,98)
#796973
(121,105,115)
#897B84
(137,123,132)
#998D95
(153,141,149)
#A99FA6
(169,159,166)
#B9B1B7
(185,177,183)
#C9C3C8
(201,195,200)
#D9D5D9
(217,213,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493340; }

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

This text font color is #493340.


Background Color

.myBgColor { background-color: #493340; }

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

This div background color is #493340.


Border color

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

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

This div border color is #493340.


Opacity

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

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

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

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

This text has shadow with #493340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493340 on black background.


Color preview on white background

This text has color #493340 on white background.



Black color preview on #493340 background

This text has black color on #493340 background.


White color preview on #493340 background

This text has white color on #493340 background.