COLOR #493333

HEX: #493333
RGB: (73,51,51)

Renk bilgisi

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

RGB renk modeli

#493333 color RGB value is (73,51,51).

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

RGB bağlantıları ve doygunluk

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

73
51
51

R + G + B ~ 23%. #493333 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 51 + 51 = 175 (100%)
R 73 of 175 ~ 41.71%
G 51 of 175 ~ 29.14%
B 51 of 175 ~ 29.14%

%41.71
%29.14
%29.14

CMYK RENK MODELİ

#493333 rengi CMYK tonu (0,30,30,71).

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

CMYK yüzdeleri

%0
%30.14
%30.14
%71.37

Codes

Color #493333 in popluar color models

493333
RGB735151
HSL17.74%24.31%
HSB/HSV30.14%28.63%
CMYK0.00%30.14%30.14%
71.37%

Color #493333 in popluar number systems.

HEX493333
Decimal735151
Binary1001001110011110011
Octal1116363

Shades and tints

Shades of #493333

#493333
(73,51,51)
#432F2F
(67,47,47)
#3D2B2B
(61,43,43)
#372727
(55,39,39)
#312323
(49,35,35)
#2B1F1F
(43,31,31)
#251B1B
(37,27,27)
#1F1717
(31,23,23)
#191313
(25,19,19)
#130F0F
(19,15,15)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #493333

#493333
(73,51,51)
#594545
(89,69,69)
#695757
(105,87,87)
#796969
(121,105,105)
#897B7B
(137,123,123)
#998D8D
(153,141,141)
#A99F9F
(169,159,159)
#B9B1B1
(185,177,177)
#C9C3C3
(201,195,195)
#D9D5D5
(217,213,213)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493333; }

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

This text font color is #493333.


Background Color

.myBgColor { background-color: #493333; }

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

This div background color is #493333.


Border color

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

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

This div border color is #493333.


Opacity

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

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

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

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

This text has shadow with #493333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493333 on black background.


Color preview on white background

This text has color #493333 on white background.



Black color preview on #493333 background

This text has black color on #493333 background.


White color preview on #493333 background

This text has white color on #493333 background.