COLOR #493E3F

HEX: #493E3F
RGB: (73,62,63)

Renk bilgisi

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

RGB renk modeli

#493E3F color RGB value is (73,62,63).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 62 of 255 = 24%
B 63 of 255 = 25%

73
62
63

R + G + B ~ 26%. #493E3F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 63 = 198 (100%)
R 73 of 198 ~ 36.87%
G 62 of 198 ~ 31.31%
B 63 of 198 ~ 31.82%

%36.87
%31.31
%31.82

CMYK RENK MODELİ

#493E3F rengi CMYK tonu (0,15,14,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.07%
  • sarı tonu 13.70%
  • ana renk tonu 71.37%
CMYK:
(0,15,14,71)
C0M15Y14K71 
(0%,15%,14%,71%)
(0.00/0.15/0.14/0.71)	

CMYK yüzdeleri

%0
%15.07
%13.7
%71.37

Codes

Color #493E3F in popluar color models

493E3F
RGB736263
HSL355°8.15%26.47%
HSB/HSV355°15.07%28.63%
CMYK0.00%15.07%13.70%
71.37%

Color #493E3F in popluar number systems.

HEX493E3F
Decimal736263
Binary1001001111110111111
Octal1117677

Shades and tints

Shades of #493E3F

#493E3F
(73,62,63)
#43393A
(67,57,58)
#3D3435
(61,52,53)
#372F30
(55,47,48)
#312A2B
(49,42,43)
#2B2526
(43,37,38)
#252021
(37,32,33)
#1F1B1C
(31,27,28)
#191617
(25,22,23)
#131112
(19,17,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #493E3F

#493E3F
(73,62,63)
#594F50
(89,79,80)
#696061
(105,96,97)
#797172
(121,113,114)
#898283
(137,130,131)
#999394
(153,147,148)
#A9A4A5
(169,164,165)
#B9B5B6
(185,181,182)
#C9C6C7
(201,198,199)
#D9D7D8
(217,215,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E3F; }

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

This text font color is #493E3F.


Background Color

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

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

This div background color is #493E3F.


Border color

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

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

This div border color is #493E3F.


Opacity

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

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

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

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

This text has shadow with #493E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E3F on black background.


Color preview on white background

This text has color #493E3F on white background.



Black color preview on #493E3F background

This text has black color on #493E3F background.


White color preview on #493E3F background

This text has white color on #493E3F background.