COLOR #493F34

HEX: #493F34
RGB: (73,63,52)

Renk bilgisi

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

RGB renk modeli

#493F34 color RGB value is (73,63,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 52 of 255 = 20%

73
63
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 52 = 188 (100%)
R 73 of 188 ~ 38.83%
G 63 of 188 ~ 33.51%
B 52 of 188 ~ 27.66%

%38.83
%33.51
%27.66

CMYK RENK MODELİ

#493F34 rengi CMYK tonu (0,14,29,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.70%
  • sarı tonu 28.77%
  • ana renk tonu 71.37%
CMYK:
(0,14,29,71)
C0M14Y29K71 
(0%,14%,29%,71%)
(0.00/0.14/0.29/0.71)	

CMYK yüzdeleri

%0
%13.7
%28.77
%71.37

Codes

Color #493F34 in popluar color models

493F34
RGB736352
HSL31°16.80%24.51%
HSB/HSV31°28.77%28.63%
CMYK0.00%13.70%28.77%
71.37%

Color #493F34 in popluar number systems.

HEX493F34
Decimal736352
Binary1001001111111110100
Octal1117764

Shades and tints

Shades of #493F34

#493F34
(73,63,52)
#433A30
(67,58,48)
#3D352C
(61,53,44)
#373028
(55,48,40)
#312B24
(49,43,36)
#2B2620
(43,38,32)
#25211C
(37,33,28)
#1F1C18
(31,28,24)
#191714
(25,23,20)
#131210
(19,18,16)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #493F34

#493F34
(73,63,52)
#595046
(89,80,70)
#696158
(105,97,88)
#79726A
(121,114,106)
#89837C
(137,131,124)
#99948E
(153,148,142)
#A9A5A0
(169,165,160)
#B9B6B2
(185,182,178)
#C9C7C4
(201,199,196)
#D9D8D6
(217,216,214)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F34; }

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

This text font color is #493F34.


Background Color

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

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

This div background color is #493F34.


Border color

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

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

This div border color is #493F34.


Opacity

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

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

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

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

This text has shadow with #493F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F34 on black background.


Color preview on white background

This text has color #493F34 on white background.



Black color preview on #493F34 background

This text has black color on #493F34 background.


White color preview on #493F34 background

This text has white color on #493F34 background.