COLOR #493E41

HEX: #493E41
RGB: (73,62,65)

Renk bilgisi

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

RGB renk modeli

#493E41 color RGB value is (73,62,65).

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

RGB bağlantıları ve doygunluk

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

73
62
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 65 = 200 (100%)
R 73 of 200 ~ 36.5%
G 62 of 200 ~ 31%
B 65 of 200 ~ 32.5%

%36.5
%31
%32.5

CMYK RENK MODELİ

#493E41 rengi CMYK tonu (0,15,11,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.07%
  • sarı tonu 10.96%
  • ana renk tonu 71.37%
CMYK:
(0,15,11,71)
C0M15Y11K71 
(0%,15%,11%,71%)
(0.00/0.15/0.11/0.71)	

CMYK yüzdeleri

%0
%15.07
%10.96
%71.37

Codes

Color #493E41 in popluar color models

493E41
RGB736265
HSL344°8.15%26.47%
HSB/HSV344°15.07%28.63%
CMYK0.00%15.07%10.96%
71.37%

Color #493E41 in popluar number systems.

HEX493E41
Decimal736265
Binary10010011111101000001
Octal11176101

Shades and tints

Shades of #493E41

#493E41
(73,62,65)
#43393C
(67,57,60)
#3D3437
(61,52,55)
#372F32
(55,47,50)
#312A2D
(49,42,45)
#2B2528
(43,37,40)
#252023
(37,32,35)
#1F1B1E
(31,27,30)
#191619
(25,22,25)
#131114
(19,17,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #493E41

#493E41
(73,62,65)
#594F52
(89,79,82)
#696063
(105,96,99)
#797174
(121,113,116)
#898285
(137,130,133)
#999396
(153,147,150)
#A9A4A7
(169,164,167)
#B9B5B8
(185,181,184)
#C9C6C9
(201,198,201)
#D9D7DA
(217,215,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E41; }

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

This text font color is #493E41.


Background Color

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

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

This div background color is #493E41.


Border color

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

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

This div border color is #493E41.


Opacity

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

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

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

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

This text has shadow with #493E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E41 on black background.


Color preview on white background

This text has color #493E41 on white background.



Black color preview on #493E41 background

This text has black color on #493E41 background.


White color preview on #493E41 background

This text has white color on #493E41 background.