COLOR #494325

HEX: #494325
RGB: (73,67,37)

Renk bilgisi

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

RGB renk modeli

#494325 color RGB value is (73,67,37).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 37 of 255 = 15%

73
67
37

R + G + B ~ 23%. #494325 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 37 = 177 (100%)
R 73 of 177 ~ 41.24%
G 67 of 177 ~ 37.85%
B 37 of 177 ~ 20.9%

%41.24
%37.85
%20.9

CMYK RENK MODELİ

#494325 rengi CMYK tonu (0,8,49,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 49.32%
  • ana renk tonu 71.37%
CMYK:
(0,8,49,71)
C0M8Y49K71 
(0%,8%,49%,71%)
(0.00/0.08/0.49/0.71)	

CMYK yüzdeleri

%0
%8.22
%49.32
%71.37

Codes

Color #494325 in popluar color models

494325
RGB736737
HSL50°32.73%21.57%
HSB/HSV50°49.32%28.63%
CMYK0.00%8.22%49.32%
71.37%

Color #494325 in popluar number systems.

HEX494325
Decimal736737
Binary10010011000011100101
Octal11110345

Shades and tints

Shades of #494325

#494325
(73,67,37)
#433D22
(67,61,34)
#3D371F
(61,55,31)
#37311C
(55,49,28)
#312B19
(49,43,25)
#2B2516
(43,37,22)
#251F13
(37,31,19)
#1F1910
(31,25,16)
#19130D
(25,19,13)
#130D0A
(19,13,10)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #494325

#494325
(73,67,37)
#595438
(89,84,56)
#69654B
(105,101,75)
#79765E
(121,118,94)
#898771
(137,135,113)
#999884
(153,152,132)
#A9A997
(169,169,151)
#B9BAAA
(185,186,170)
#C9CBBD
(201,203,189)
#D9DCD0
(217,220,208)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494325; }

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

This text font color is #494325.


Background Color

.myBgColor { background-color: #494325; }

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

This div background color is #494325.


Border color

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

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

This div border color is #494325.


Opacity

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

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

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

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

This text has shadow with #494325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494325 on black background.


Color preview on white background

This text has color #494325 on white background.



Black color preview on #494325 background

This text has black color on #494325 background.


White color preview on #494325 background

This text has white color on #494325 background.