COLOR #493E39

HEX: #493E39
RGB: (73,62,57)

Renk bilgisi

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

RGB renk modeli

#493E39 color RGB value is (73,62,57).

  • kırmız ton 73;
  • yeşil ton 62;
  • mavi ton 57.
RGB:
(73,62,57)
(29%,24%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 62 of 255 = 24%
B 57 of 255 = 22%

73
62
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 57 = 192 (100%)
R 73 of 192 ~ 38.02%
G 62 of 192 ~ 32.29%
B 57 of 192 ~ 29.69%

%38.02
%32.29
%29.69

CMYK RENK MODELİ

#493E39 rengi CMYK tonu (0,15,22,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.07%
  • sarı tonu 21.92%
  • ana renk tonu 71.37%
CMYK:
(0,15,22,71)
C0M15Y22K71 
(0%,15%,22%,71%)
(0.00/0.15/0.22/0.71)	

CMYK yüzdeleri

%0
%15.07
%21.92
%71.37

Codes

Color #493E39 in popluar color models

493E39
RGB736257
HSL19°12.31%25.49%
HSB/HSV19°21.92%28.63%
CMYK0.00%15.07%21.92%
71.37%

Color #493E39 in popluar number systems.

HEX493E39
Decimal736257
Binary1001001111110111001
Octal1117671

Shades and tints

Shades of #493E39

#493E39
(73,62,57)
#433934
(67,57,52)
#3D342F
(61,52,47)
#372F2A
(55,47,42)
#312A25
(49,42,37)
#2B2520
(43,37,32)
#25201B
(37,32,27)
#1F1B16
(31,27,22)
#191611
(25,22,17)
#13110C
(19,17,12)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #493E39

#493E39
(73,62,57)
#594F4B
(89,79,75)
#69605D
(105,96,93)
#79716F
(121,113,111)
#898281
(137,130,129)
#999393
(153,147,147)
#A9A4A5
(169,164,165)
#B9B5B7
(185,181,183)
#C9C6C9
(201,198,201)
#D9D7DB
(217,215,219)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493E39 color. Also use rgb(73,62,57) instead hex code.

Text Font Color

.myTextColor { color: #493E39; }

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

This text font color is #493E39.


Background Color

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

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

This div background color is #493E39.


Border color

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

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

This div border color is #493E39.


Opacity

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

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

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

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

This text has shadow with #493E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E39 on black background.


Color preview on white background

This text has color #493E39 on white background.



Black color preview on #493E39 background

This text has black color on #493E39 background.


White color preview on #493E39 background

This text has white color on #493E39 background.