COLOR #494336

HEX: #494336
RGB: (73,67,54)

Renk bilgisi

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

RGB renk modeli

#494336 color RGB value is (73,67,54).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 54 of 255 = 21%

73
67
54

R + G + B ~ 25%. #494336 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 54 = 194 (100%)
R 73 of 194 ~ 37.63%
G 67 of 194 ~ 34.54%
B 54 of 194 ~ 27.84%

%37.63
%34.54
%27.84

CMYK RENK MODELİ

#494336 rengi CMYK tonu (0,8,26,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 26.03%
  • ana renk tonu 71.37%
CMYK:
(0,8,26,71)
C0M8Y26K71 
(0%,8%,26%,71%)
(0.00/0.08/0.26/0.71)	

CMYK yüzdeleri

%0
%8.22
%26.03
%71.37

Codes

Color #494336 in popluar color models

494336
RGB736754
HSL41°14.96%24.90%
HSB/HSV41°26.03%28.63%
CMYK0.00%8.22%26.03%
71.37%

Color #494336 in popluar number systems.

HEX494336
Decimal736754
Binary10010011000011110110
Octal11110366

Shades and tints

Shades of #494336

#494336
(73,67,54)
#433D32
(67,61,50)
#3D372E
(61,55,46)
#37312A
(55,49,42)
#312B26
(49,43,38)
#2B2522
(43,37,34)
#251F1E
(37,31,30)
#1F191A
(31,25,26)
#191316
(25,19,22)
#130D12
(19,13,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #494336

#494336
(73,67,54)
#595448
(89,84,72)
#69655A
(105,101,90)
#79766C
(121,118,108)
#89877E
(137,135,126)
#999890
(153,152,144)
#A9A9A2
(169,169,162)
#B9BAB4
(185,186,180)
#C9CBC6
(201,203,198)
#D9DCD8
(217,220,216)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494336; }

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

This text font color is #494336.


Background Color

.myBgColor { background-color: #494336; }

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

This div background color is #494336.


Border color

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

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

This div border color is #494336.


Opacity

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

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

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

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

This text has shadow with #494336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494336 on black background.


Color preview on white background

This text has color #494336 on white background.



Black color preview on #494336 background

This text has black color on #494336 background.


White color preview on #494336 background

This text has white color on #494336 background.