COLOR #493B34

HEX: #493B34
RGB: (73,59,52)

Renk bilgisi

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

RGB renk modeli

#493B34 color RGB value is (73,59,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 59 of 255 = 23%
B 52 of 255 = 20%

73
59
52

R + G + B ~ 24%. #493B34 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 59 + 52 = 184 (100%)
R 73 of 184 ~ 39.67%
G 59 of 184 ~ 32.07%
B 52 of 184 ~ 28.26%

%39.67
%32.07
%28.26

CMYK RENK MODELİ

#493B34 rengi CMYK tonu (0,19,29,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.18%
  • sarı tonu 28.77%
  • ana renk tonu 71.37%
CMYK:
(0,19,29,71)
C0M19Y29K71 
(0%,19%,29%,71%)
(0.00/0.19/0.29/0.71)	

CMYK yüzdeleri

%0
%19.18
%28.77
%71.37

Codes

Color #493B34 in popluar color models

493B34
RGB735952
HSL20°16.80%24.51%
HSB/HSV20°28.77%28.63%
CMYK0.00%19.18%28.77%
71.37%

Color #493B34 in popluar number systems.

HEX493B34
Decimal735952
Binary1001001111011110100
Octal1117364

Shades and tints

Shades of #493B34

#493B34
(73,59,52)
#433630
(67,54,48)
#3D312C
(61,49,44)
#372C28
(55,44,40)
#312724
(49,39,36)
#2B2220
(43,34,32)
#251D1C
(37,29,28)
#1F1818
(31,24,24)
#191314
(25,19,20)
#130E10
(19,14,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #493B34

#493B34
(73,59,52)
#594C46
(89,76,70)
#695D58
(105,93,88)
#796E6A
(121,110,106)
#897F7C
(137,127,124)
#99908E
(153,144,142)
#A9A1A0
(169,161,160)
#B9B2B2
(185,178,178)
#C9C3C4
(201,195,196)
#D9D4D6
(217,212,214)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493B34; }

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

This text font color is #493B34.


Background Color

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

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

This div background color is #493B34.


Border color

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

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

This div border color is #493B34.


Opacity

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

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

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

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

This text has shadow with #493B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B34 on black background.


Color preview on white background

This text has color #493B34 on white background.



Black color preview on #493B34 background

This text has black color on #493B34 background.


White color preview on #493B34 background

This text has white color on #493B34 background.