COLOR #493A25

HEX: #493A25
RGB: (73,58,37)

Renk bilgisi

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

RGB renk modeli

#493A25 color RGB value is (73,58,37).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 37 of 255 = 15%

73
58
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 37 = 168 (100%)
R 73 of 168 ~ 43.45%
G 58 of 168 ~ 34.52%
B 37 of 168 ~ 22.02%

%43.45
%34.52
%22.02

CMYK RENK MODELİ

#493A25 rengi CMYK tonu (0,21,49,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 49.32%
  • ana renk tonu 71.37%
CMYK:
(0,21,49,71)
C0M21Y49K71 
(0%,21%,49%,71%)
(0.00/0.21/0.49/0.71)	

CMYK yüzdeleri

%0
%20.55
%49.32
%71.37

Codes

Color #493A25 in popluar color models

493A25
RGB735837
HSL35°32.73%21.57%
HSB/HSV35°49.32%28.63%
CMYK0.00%20.55%49.32%
71.37%

Color #493A25 in popluar number systems.

HEX493A25
Decimal735837
Binary1001001111010100101
Octal1117245

Shades and tints

Shades of #493A25

#493A25
(73,58,37)
#433522
(67,53,34)
#3D301F
(61,48,31)
#372B1C
(55,43,28)
#312619
(49,38,25)
#2B2116
(43,33,22)
#251C13
(37,28,19)
#1F1710
(31,23,16)
#19120D
(25,18,13)
#130D0A
(19,13,10)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #493A25

#493A25
(73,58,37)
#594B38
(89,75,56)
#695C4B
(105,92,75)
#796D5E
(121,109,94)
#897E71
(137,126,113)
#998F84
(153,143,132)
#A9A097
(169,160,151)
#B9B1AA
(185,177,170)
#C9C2BD
(201,194,189)
#D9D3D0
(217,211,208)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493A25; }

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

This text font color is #493A25.


Background Color

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

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

This div background color is #493A25.


Border color

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

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

This div border color is #493A25.


Opacity

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

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

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

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

This text has shadow with #493A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A25 on black background.


Color preview on white background

This text has color #493A25 on white background.



Black color preview on #493A25 background

This text has black color on #493A25 background.


White color preview on #493A25 background

This text has white color on #493A25 background.