COLOR #493F42

HEX: #493F42
RGB: (73,63,66)

Renk bilgisi

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

RGB renk modeli

#493F42 color RGB value is (73,63,66).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 66 of 255 = 26%

73
63
66

R + G + B ~ 27%. #493F42 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 66 = 202 (100%)
R 73 of 202 ~ 36.14%
G 63 of 202 ~ 31.19%
B 66 of 202 ~ 32.67%

%36.14
%31.19
%32.67

CMYK RENK MODELİ

#493F42 rengi CMYK tonu (0,14,10,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.70%
  • sarı tonu 9.59%
  • ana renk tonu 71.37%
CMYK:
(0,14,10,71)
C0M14Y10K71 
(0%,14%,10%,71%)
(0.00/0.14/0.10/0.71)	

CMYK yüzdeleri

%0
%13.7
%9.59
%71.37

Codes

Color #493F42 in popluar color models

493F42
RGB736366
HSL342°7.35%26.67%
HSB/HSV342°13.70%28.63%
CMYK0.00%13.70%9.59%
71.37%

Color #493F42 in popluar number systems.

HEX493F42
Decimal736366
Binary10010011111111000010
Octal11177102

Shades and tints

Shades of #493F42

#493F42
(73,63,66)
#433A3C
(67,58,60)
#3D3536
(61,53,54)
#373030
(55,48,48)
#312B2A
(49,43,42)
#2B2624
(43,38,36)
#25211E
(37,33,30)
#1F1C18
(31,28,24)
#191712
(25,23,18)
#13120C
(19,18,12)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #493F42

#493F42
(73,63,66)
#595053
(89,80,83)
#696164
(105,97,100)
#797275
(121,114,117)
#898386
(137,131,134)
#999497
(153,148,151)
#A9A5A8
(169,165,168)
#B9B6B9
(185,182,185)
#C9C7CA
(201,199,202)
#D9D8DB
(217,216,219)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F42; }

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

This text font color is #493F42.


Background Color

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

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

This div background color is #493F42.


Border color

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

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

This div border color is #493F42.


Opacity

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

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

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

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

This text has shadow with #493F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F42 on black background.


Color preview on white background

This text has color #493F42 on white background.



Black color preview on #493F42 background

This text has black color on #493F42 background.


White color preview on #493F42 background

This text has white color on #493F42 background.