COLOR #493F19

HEX: #493F19
RGB: (73,63,25)

Renk bilgisi

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

RGB renk modeli

#493F19 color RGB value is (73,63,25).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 25 of 255 = 10%

73
63
25

R + G + B ~ 21%. #493F19 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 25 = 161 (100%)
R 73 of 161 ~ 45.34%
G 63 of 161 ~ 39.13%
B 25 of 161 ~ 15.53%

%45.34
%39.13
%15.53

CMYK RENK MODELİ

#493F19 rengi CMYK tonu (0,14,66,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.70%
  • sarı tonu 65.75%
  • ana renk tonu 71.37%
CMYK:
(0,14,66,71)
C0M14Y66K71 
(0%,14%,66%,71%)
(0.00/0.14/0.66/0.71)	

CMYK yüzdeleri

%0
%13.7
%65.75
%71.37

Codes

Color #493F19 in popluar color models

493F19
RGB736325
HSL48°48.98%19.22%
HSB/HSV48°65.75%28.63%
CMYK0.00%13.70%65.75%
71.37%

Color #493F19 in popluar number systems.

HEX493F19
Decimal736325
Binary100100111111111001
Octal1117731

Shades and tints

Shades of #493F19

#493F19
(73,63,25)
#433A17
(67,58,23)
#3D3515
(61,53,21)
#373013
(55,48,19)
#312B11
(49,43,17)
#2B260F
(43,38,15)
#25210D
(37,33,13)
#1F1C0B
(31,28,11)
#191709
(25,23,9)
#131207
(19,18,7)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #493F19

#493F19
(73,63,25)
#59502D
(89,80,45)
#696141
(105,97,65)
#797255
(121,114,85)
#898369
(137,131,105)
#99947D
(153,148,125)
#A9A591
(169,165,145)
#B9B6A5
(185,182,165)
#C9C7B9
(201,199,185)
#D9D8CD
(217,216,205)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F19 color. Also use rgb(73,63,25) instead hex code.

Text Font Color

.myTextColor { color: #493F19; }

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

This text font color is #493F19.


Background Color

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

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

This div background color is #493F19.


Border color

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

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

This div border color is #493F19.


Opacity

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

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

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

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

This text has shadow with #493F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F19 on black background.


Color preview on white background

This text has color #493F19 on white background.



Black color preview on #493F19 background

This text has black color on #493F19 background.


White color preview on #493F19 background

This text has white color on #493F19 background.