COLOR #493948

HEX: #493948
RGB: (73,57,72)

Renk bilgisi

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

RGB renk modeli

#493948 color RGB value is (73,57,72).

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

RGB bağlantıları ve doygunluk

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

73
57
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 57 + 72 = 202 (100%)
R 73 of 202 ~ 36.14%
G 57 of 202 ~ 28.22%
B 72 of 202 ~ 35.64%

%36.14
%28.22
%35.64

CMYK RENK MODELİ

#493948 rengi CMYK tonu (0,22,1,71).

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

CMYK yüzdeleri

%0
%21.92
%1.37
%71.37

Codes

Color #493948 in popluar color models

493948
RGB735772
HSL304°12.31%25.49%
HSB/HSV304°21.92%28.63%
CMYK0.00%21.92%1.37%
71.37%

Color #493948 in popluar number systems.

HEX493948
Decimal735772
Binary10010011110011001000
Octal11171110

Shades and tints

Shades of #493948

#493948
(73,57,72)
#433442
(67,52,66)
#3D2F3C
(61,47,60)
#372A36
(55,42,54)
#312530
(49,37,48)
#2B202A
(43,32,42)
#251B24
(37,27,36)
#1F161E
(31,22,30)
#191118
(25,17,24)
#130C12
(19,12,18)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #493948

#493948
(73,57,72)
#594B58
(89,75,88)
#695D68
(105,93,104)
#796F78
(121,111,120)
#898188
(137,129,136)
#999398
(153,147,152)
#A9A5A8
(169,165,168)
#B9B7B8
(185,183,184)
#C9C9C8
(201,201,200)
#D9DBD8
(217,219,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493948; }

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

This text font color is #493948.


Background Color

.myBgColor { background-color: #493948; }

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

This div background color is #493948.


Border color

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

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

This div border color is #493948.


Opacity

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

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

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

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

This text has shadow with #493948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493948 on black background.


Color preview on white background

This text has color #493948 on white background.



Black color preview on #493948 background

This text has black color on #493948 background.


White color preview on #493948 background

This text has white color on #493948 background.