COLOR #493030

HEX: #493030
RGB: (73,48,48)

Renk bilgisi

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

RGB renk modeli

#493030 color RGB value is (73,48,48).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 48 of 255 = 19%
B 48 of 255 = 19%

73
48
48

R + G + B ~ 22%. #493030 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 48 + 48 = 169 (100%)
R 73 of 169 ~ 43.2%
G 48 of 169 ~ 28.4%
B 48 of 169 ~ 28.4%

%43.2
%28.4
%28.4

CMYK RENK MODELİ

#493030 rengi CMYK tonu (0,34,34,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.25%
  • sarı tonu 34.25%
  • ana renk tonu 71.37%
CMYK:
(0,34,34,71)
C0M34Y34K71 
(0%,34%,34%,71%)
(0.00/0.34/0.34/0.71)	

CMYK yüzdeleri

%0
%34.25
%34.25
%71.37

Codes

Color #493030 in popluar color models

493030
RGB734848
HSL20.66%23.73%
HSB/HSV34.25%28.63%
CMYK0.00%34.25%34.25%
71.37%

Color #493030 in popluar number systems.

HEX493030
Decimal734848
Binary1001001110000110000
Octal1116060

Shades and tints

Shades of #493030

#493030
(73,48,48)
#432C2C
(67,44,44)
#3D2828
(61,40,40)
#372424
(55,36,36)
#312020
(49,32,32)
#2B1C1C
(43,28,28)
#251818
(37,24,24)
#1F1414
(31,20,20)
#191010
(25,16,16)
#130C0C
(19,12,12)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #493030

#493030
(73,48,48)
#594242
(89,66,66)
#695454
(105,84,84)
#796666
(121,102,102)
#897878
(137,120,120)
#998A8A
(153,138,138)
#A99C9C
(169,156,156)
#B9AEAE
(185,174,174)
#C9C0C0
(201,192,192)
#D9D2D2
(217,210,210)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493030; }

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

This text font color is #493030.


Background Color

.myBgColor { background-color: #493030; }

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

This div background color is #493030.


Border color

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

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

This div border color is #493030.


Opacity

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

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

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

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

This text has shadow with #493030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493030 on black background.


Color preview on white background

This text has color #493030 on white background.



Black color preview on #493030 background

This text has black color on #493030 background.


White color preview on #493030 background

This text has white color on #493030 background.