COLOR #493B42

HEX: #493B42
RGB: (73,59,66)

Renk bilgisi

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

RGB renk modeli

#493B42 color RGB value is (73,59,66).

  • kırmız ton 73;
  • yeşil ton 59;
  • mavi ton 66.
RGB:
(73,59,66)
(29%,23%,26%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 59 of 255 = 23%
B 66 of 255 = 26%

73
59
66

R + G + B ~ 26%. #493B42 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 59 + 66 = 198 (100%)
R 73 of 198 ~ 36.87%
G 59 of 198 ~ 29.8%
B 66 of 198 ~ 33.33%

%36.87
%29.8
%33.33

CMYK RENK MODELİ

#493B42 rengi CMYK tonu (0,19,10,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.18%
  • sarı tonu 9.59%
  • ana renk tonu 71.37%
CMYK:
(0,19,10,71)
C0M19Y10K71 
(0%,19%,10%,71%)
(0.00/0.19/0.10/0.71)	

CMYK yüzdeleri

%0
%19.18
%9.59
%71.37

Codes

Color #493B42 in popluar color models

493B42
RGB735966
HSL330°10.61%25.88%
HSB/HSV330°19.18%28.63%
CMYK0.00%19.18%9.59%
71.37%

Color #493B42 in popluar number systems.

HEX493B42
Decimal735966
Binary10010011110111000010
Octal11173102

Shades and tints

Shades of #493B42

#493B42
(73,59,66)
#43363C
(67,54,60)
#3D3136
(61,49,54)
#372C30
(55,44,48)
#31272A
(49,39,42)
#2B2224
(43,34,36)
#251D1E
(37,29,30)
#1F1818
(31,24,24)
#191312
(25,19,18)
#130E0C
(19,14,12)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #493B42

#493B42
(73,59,66)
#594C53
(89,76,83)
#695D64
(105,93,100)
#796E75
(121,110,117)
#897F86
(137,127,134)
#999097
(153,144,151)
#A9A1A8
(169,161,168)
#B9B2B9
(185,178,185)
#C9C3CA
(201,195,202)
#D9D4DB
(217,212,219)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B42 color. Also use rgb(73,59,66) instead hex code.

Text Font Color

.myTextColor { color: #493B42; }

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

This text font color is #493B42.


Background Color

.myBgColor { background-color: #493B42; }

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

This div background color is #493B42.


Border color

.myBorderColor { border: 1px solid #493B42; }

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

This div border color is #493B42.


Opacity

.myOpacity80 { color: #493B42; opacity: 0.8; }

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

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

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

This text has shadow with #493B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B42 on black background.


Color preview on white background

This text has color #493B42 on white background.



Black color preview on #493B42 background

This text has black color on #493B42 background.


White color preview on #493B42 background

This text has white color on #493B42 background.