COLOR #493D31

HEX: #493D31
RGB: (73,61,49)

Renk bilgisi

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

RGB renk modeli

#493D31 color RGB value is (73,61,49).

  • kırmız ton 73;
  • yeşil ton 61;
  • mavi ton 49.
RGB:
(73,61,49)
(29%,24%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 49 of 255 = 19%

73
61
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 49 = 183 (100%)
R 73 of 183 ~ 39.89%
G 61 of 183 ~ 33.33%
B 49 of 183 ~ 26.78%

%39.89
%33.33
%26.78

CMYK RENK MODELİ

#493D31 rengi CMYK tonu (0,16,33,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.44%
  • sarı tonu 32.88%
  • ana renk tonu 71.37%
CMYK:
(0,16,33,71)
C0M16Y33K71 
(0%,16%,33%,71%)
(0.00/0.16/0.33/0.71)	

CMYK yüzdeleri

%0
%16.44
%32.88
%71.37

Codes

Color #493D31 in popluar color models

493D31
RGB736149
HSL30°19.67%23.92%
HSB/HSV30°32.88%28.63%
CMYK0.00%16.44%32.88%
71.37%

Color #493D31 in popluar number systems.

HEX493D31
Decimal736149
Binary1001001111101110001
Octal1117561

Shades and tints

Shades of #493D31

#493D31
(73,61,49)
#43382D
(67,56,45)
#3D3329
(61,51,41)
#372E25
(55,46,37)
#312921
(49,41,33)
#2B241D
(43,36,29)
#251F19
(37,31,25)
#1F1A15
(31,26,21)
#191511
(25,21,17)
#13100D
(19,16,13)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #493D31

#493D31
(73,61,49)
#594E43
(89,78,67)
#695F55
(105,95,85)
#797067
(121,112,103)
#898179
(137,129,121)
#99928B
(153,146,139)
#A9A39D
(169,163,157)
#B9B4AF
(185,180,175)
#C9C5C1
(201,197,193)
#D9D6D3
(217,214,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493D31 color. Also use rgb(73,61,49) instead hex code.

Text Font Color

.myTextColor { color: #493D31; }

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

This text font color is #493D31.


Background Color

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

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

This div background color is #493D31.


Border color

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

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

This div border color is #493D31.


Opacity

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

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

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

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

This text has shadow with #493D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D31 on black background.


Color preview on white background

This text has color #493D31 on white background.



Black color preview on #493D31 background

This text has black color on #493D31 background.


White color preview on #493D31 background

This text has white color on #493D31 background.