COLOR #493415

HEX: #493415
RGB: (73,52,21)

Renk bilgisi

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

RGB renk modeli

#493415 color RGB value is (73,52,21).

  • kırmız ton 73;
  • yeşil ton 52;
  • mavi ton 21.
RGB:
(73,52,21)
(29%,20%,8%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 52 of 255 = 20%
B 21 of 255 = 8%

73
52
21

R + G + B ~ 19%. #493415 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 52 + 21 = 146 (100%)
R 73 of 146 ~ 50%
G 52 of 146 ~ 35.62%
B 21 of 146 ~ 14.38%

%50
%35.62
%14.38

CMYK RENK MODELİ

#493415 rengi CMYK tonu (0,29,71,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.77%
  • sarı tonu 71.23%
  • ana renk tonu 71.37%
CMYK:
(0,29,71,71)
C0M29Y71K71 
(0%,29%,71%,71%)
(0.00/0.29/0.71/0.71)	

CMYK yüzdeleri

%0
%28.77
%71.23
%71.37

Codes

Color #493415 in popluar color models

493415
RGB735221
HSL36°55.32%18.43%
HSB/HSV36°71.23%28.63%
CMYK0.00%28.77%71.23%
71.37%

Color #493415 in popluar number systems.

HEX493415
Decimal735221
Binary100100111010010101
Octal1116425

Shades and tints

Shades of #493415

#493415
(73,52,21)
#433014
(67,48,20)
#3D2C13
(61,44,19)
#372812
(55,40,18)
#312411
(49,36,17)
#2B2010
(43,32,16)
#251C0F
(37,28,15)
#1F180E
(31,24,14)
#19140D
(25,20,13)
#13100C
(19,16,12)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #493415

#493415
(73,52,21)
#59462A
(89,70,42)
#69583F
(105,88,63)
#796A54
(121,106,84)
#897C69
(137,124,105)
#998E7E
(153,142,126)
#A9A093
(169,160,147)
#B9B2A8
(185,178,168)
#C9C4BD
(201,196,189)
#D9D6D2
(217,214,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493415; }

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

This text font color is #493415.


Background Color

.myBgColor { background-color: #493415; }

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

This div background color is #493415.


Border color

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

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

This div border color is #493415.


Opacity

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

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

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

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

This text has shadow with #493415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493415 on black background.


Color preview on white background

This text has color #493415 on white background.



Black color preview on #493415 background

This text has black color on #493415 background.


White color preview on #493415 background

This text has white color on #493415 background.