COLOR #493827

HEX: #493827
RGB: (73,56,39)

Renk bilgisi

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

RGB renk modeli

#493827 color RGB value is (73,56,39).

  • kırmız ton 73;
  • yeşil ton 56;
  • mavi ton 39.
RGB:
(73,56,39)
(29%,22%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 56 of 255 = 22%
B 39 of 255 = 15%

73
56
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 56 + 39 = 168 (100%)
R 73 of 168 ~ 43.45%
G 56 of 168 ~ 33.33%
B 39 of 168 ~ 23.21%

%43.45
%33.33
%23.21

CMYK RENK MODELİ

#493827 rengi CMYK tonu (0,23,47,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.29%
  • sarı tonu 46.58%
  • ana renk tonu 71.37%
CMYK:
(0,23,47,71)
C0M23Y47K71 
(0%,23%,47%,71%)
(0.00/0.23/0.47/0.71)	

CMYK yüzdeleri

%0
%23.29
%46.58
%71.37

Codes

Color #493827 in popluar color models

493827
RGB735639
HSL30°30.36%21.96%
HSB/HSV30°46.58%28.63%
CMYK0.00%23.29%46.58%
71.37%

Color #493827 in popluar number systems.

HEX493827
Decimal735639
Binary1001001111000100111
Octal1117047

Shades and tints

Shades of #493827

#493827
(73,56,39)
#433324
(67,51,36)
#3D2E21
(61,46,33)
#37291E
(55,41,30)
#31241B
(49,36,27)
#2B1F18
(43,31,24)
#251A15
(37,26,21)
#1F1512
(31,21,18)
#19100F
(25,16,15)
#130B0C
(19,11,12)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #493827

#493827
(73,56,39)
#594A3A
(89,74,58)
#695C4D
(105,92,77)
#796E60
(121,110,96)
#898073
(137,128,115)
#999286
(153,146,134)
#A9A499
(169,164,153)
#B9B6AC
(185,182,172)
#C9C8BF
(201,200,191)
#D9DAD2
(217,218,210)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493827; }

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

This text font color is #493827.


Background Color

.myBgColor { background-color: #493827; }

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

This div background color is #493827.


Border color

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

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

This div border color is #493827.


Opacity

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

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

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

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

This text has shadow with #493827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493827 on black background.


Color preview on white background

This text has color #493827 on white background.



Black color preview on #493827 background

This text has black color on #493827 background.


White color preview on #493827 background

This text has white color on #493827 background.