COLOR #493939

HEX: #493939
RGB: (73,57,57)

Renk bilgisi

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

RGB renk modeli

#493939 color RGB value is (73,57,57).

  • kırmız ton 73;
  • yeşil ton 57;
  • mavi ton 57.
RGB:
(73,57,57)
(29%,22%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 57 of 255 = 22%
B 57 of 255 = 22%

73
57
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 57 + 57 = 187 (100%)
R 73 of 187 ~ 39.04%
G 57 of 187 ~ 30.48%
B 57 of 187 ~ 30.48%

%39.04
%30.48
%30.48

CMYK RENK MODELİ

#493939 rengi CMYK tonu (0,22,22,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.92%
  • sarı tonu 21.92%
  • ana renk tonu 71.37%
CMYK:
(0,22,22,71)
C0M22Y22K71 
(0%,22%,22%,71%)
(0.00/0.22/0.22/0.71)	

CMYK yüzdeleri

%0
%21.92
%21.92
%71.37

Codes

Color #493939 in popluar color models

493939
RGB735757
HSL12.31%25.49%
HSB/HSV21.92%28.63%
CMYK0.00%21.92%21.92%
71.37%

Color #493939 in popluar number systems.

HEX493939
Decimal735757
Binary1001001111001111001
Octal1117171

Shades and tints

Shades of #493939

#493939
(73,57,57)
#433434
(67,52,52)
#3D2F2F
(61,47,47)
#372A2A
(55,42,42)
#312525
(49,37,37)
#2B2020
(43,32,32)
#251B1B
(37,27,27)
#1F1616
(31,22,22)
#191111
(25,17,17)
#130C0C
(19,12,12)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #493939

#493939
(73,57,57)
#594B4B
(89,75,75)
#695D5D
(105,93,93)
#796F6F
(121,111,111)
#898181
(137,129,129)
#999393
(153,147,147)
#A9A5A5
(169,165,165)
#B9B7B7
(185,183,183)
#C9C9C9
(201,201,201)
#D9DBDB
(217,219,219)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493939 color. Also use rgb(73,57,57) instead hex code.

Text Font Color

.myTextColor { color: #493939; }

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

This text font color is #493939.


Background Color

.myBgColor { background-color: #493939; }

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

This div background color is #493939.


Border color

.myBorderColor { border: 1px solid #493939; }

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

This div border color is #493939.


Opacity

.myOpacity80 { color: #493939; opacity: 0.8; }

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

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

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

This text has shadow with #493939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493939 on black background.


Color preview on white background

This text has color #493939 on white background.



Black color preview on #493939 background

This text has black color on #493939 background.


White color preview on #493939 background

This text has white color on #493939 background.