COLOR #493517

HEX: #493517
RGB: (73,53,23)

Renk bilgisi

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

RGB renk modeli

#493517 color RGB value is (73,53,23).

  • kırmız ton 73;
  • yeşil ton 53;
  • mavi ton 23.
RGB:
(73,53,23)
(29%,21%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 53 of 255 = 21%
B 23 of 255 = 9%

73
53
23

R + G + B ~ 20%. #493517 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 53 + 23 = 149 (100%)
R 73 of 149 ~ 48.99%
G 53 of 149 ~ 35.57%
B 23 of 149 ~ 15.44%

%48.99
%35.57
%15.44

CMYK RENK MODELİ

#493517 rengi CMYK tonu (0,27,68,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.40%
  • sarı tonu 68.49%
  • ana renk tonu 71.37%
CMYK:
(0,27,68,71)
C0M27Y68K71 
(0%,27%,68%,71%)
(0.00/0.27/0.68/0.71)	

CMYK yüzdeleri

%0
%27.4
%68.49
%71.37

Codes

Color #493517 in popluar color models

493517
RGB735323
HSL36°52.08%18.82%
HSB/HSV36°68.49%28.63%
CMYK0.00%27.40%68.49%
71.37%

Color #493517 in popluar number systems.

HEX493517
Decimal735323
Binary100100111010110111
Octal1116527

Shades and tints

Shades of #493517

#493517
(73,53,23)
#433115
(67,49,21)
#3D2D13
(61,45,19)
#372911
(55,41,17)
#31250F
(49,37,15)
#2B210D
(43,33,13)
#251D0B
(37,29,11)
#1F1909
(31,25,9)
#191507
(25,21,7)
#131105
(19,17,5)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #493517

#493517
(73,53,23)
#59472C
(89,71,44)
#695941
(105,89,65)
#796B56
(121,107,86)
#897D6B
(137,125,107)
#998F80
(153,143,128)
#A9A195
(169,161,149)
#B9B3AA
(185,179,170)
#C9C5BF
(201,197,191)
#D9D7D4
(217,215,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493517; }

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

This text font color is #493517.


Background Color

.myBgColor { background-color: #493517; }

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

This div background color is #493517.


Border color

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

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

This div border color is #493517.


Opacity

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

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

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

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

This text has shadow with #493517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493517 on black background.


Color preview on white background

This text has color #493517 on white background.



Black color preview on #493517 background

This text has black color on #493517 background.


White color preview on #493517 background

This text has white color on #493517 background.