COLOR #493825

HEX: #493825
RGB: (73,56,37)

Renk bilgisi

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

RGB renk modeli

#493825 color RGB value is (73,56,37).

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

RGB bağlantıları ve doygunluk

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

73
56
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 56 + 37 = 166 (100%)
R 73 of 166 ~ 43.98%
G 56 of 166 ~ 33.73%
B 37 of 166 ~ 22.29%

%43.98
%33.73
%22.29

CMYK RENK MODELİ

#493825 rengi CMYK tonu (0,23,49,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.29%
  • sarı tonu 49.32%
  • ana renk tonu 71.37%
CMYK:
(0,23,49,71)
C0M23Y49K71 
(0%,23%,49%,71%)
(0.00/0.23/0.49/0.71)	

CMYK yüzdeleri

%0
%23.29
%49.32
%71.37

Codes

Color #493825 in popluar color models

493825
RGB735637
HSL32°32.73%21.57%
HSB/HSV32°49.32%28.63%
CMYK0.00%23.29%49.32%
71.37%

Color #493825 in popluar number systems.

HEX493825
Decimal735637
Binary1001001111000100101
Octal1117045

Shades and tints

Shades of #493825

#493825
(73,56,37)
#433322
(67,51,34)
#3D2E1F
(61,46,31)
#37291C
(55,41,28)
#312419
(49,36,25)
#2B1F16
(43,31,22)
#251A13
(37,26,19)
#1F1510
(31,21,16)
#19100D
(25,16,13)
#130B0A
(19,11,10)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #493825

#493825
(73,56,37)
#594A38
(89,74,56)
#695C4B
(105,92,75)
#796E5E
(121,110,94)
#898071
(137,128,113)
#999284
(153,146,132)
#A9A497
(169,164,151)
#B9B6AA
(185,182,170)
#C9C8BD
(201,200,189)
#D9DAD0
(217,218,208)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493825; }

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

This text font color is #493825.


Background Color

.myBgColor { background-color: #493825; }

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

This div background color is #493825.


Border color

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

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

This div border color is #493825.


Opacity

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

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

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

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

This text has shadow with #493825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493825 on black background.


Color preview on white background

This text has color #493825 on white background.



Black color preview on #493825 background

This text has black color on #493825 background.


White color preview on #493825 background

This text has white color on #493825 background.