COLOR #493343

HEX: #493343
RGB: (73,51,67)

Renk bilgisi

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

RGB renk modeli

#493343 color RGB value is (73,51,67).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 51 of 255 = 20%
B 67 of 255 = 26%

73
51
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 51 + 67 = 191 (100%)
R 73 of 191 ~ 38.22%
G 51 of 191 ~ 26.7%
B 67 of 191 ~ 35.08%

%38.22
%26.7
%35.08

CMYK RENK MODELİ

#493343 rengi CMYK tonu (0,30,8,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.14%
  • sarı tonu 8.22%
  • ana renk tonu 71.37%
CMYK:
(0,30,8,71)
C0M30Y8K71 
(0%,30%,8%,71%)
(0.00/0.30/0.08/0.71)	

CMYK yüzdeleri

%0
%30.14
%8.22
%71.37

Codes

Color #493343 in popluar color models

493343
RGB735167
HSL316°17.74%24.31%
HSB/HSV316°30.14%28.63%
CMYK0.00%30.14%8.22%
71.37%

Color #493343 in popluar number systems.

HEX493343
Decimal735167
Binary10010011100111000011
Octal11163103

Shades and tints

Shades of #493343

#493343
(73,51,67)
#432F3D
(67,47,61)
#3D2B37
(61,43,55)
#372731
(55,39,49)
#31232B
(49,35,43)
#2B1F25
(43,31,37)
#251B1F
(37,27,31)
#1F1719
(31,23,25)
#191313
(25,19,19)
#130F0D
(19,15,13)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #493343

#493343
(73,51,67)
#594554
(89,69,84)
#695765
(105,87,101)
#796976
(121,105,118)
#897B87
(137,123,135)
#998D98
(153,141,152)
#A99FA9
(169,159,169)
#B9B1BA
(185,177,186)
#C9C3CB
(201,195,203)
#D9D5DC
(217,213,220)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493343; }

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

This text font color is #493343.


Background Color

.myBgColor { background-color: #493343; }

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

This div background color is #493343.


Border color

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

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

This div border color is #493343.


Opacity

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

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

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

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

This text has shadow with #493343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493343 on black background.


Color preview on white background

This text has color #493343 on white background.



Black color preview on #493343 background

This text has black color on #493343 background.


White color preview on #493343 background

This text has white color on #493343 background.