COLOR #494334

HEX: #494334
RGB: (73,67,52)

Renk bilgisi

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

RGB renk modeli

#494334 color RGB value is (73,67,52).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 52 of 255 = 20%

73
67
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 52 = 192 (100%)
R 73 of 192 ~ 38.02%
G 67 of 192 ~ 34.9%
B 52 of 192 ~ 27.08%

%38.02
%34.9
%27.08

CMYK RENK MODELİ

#494334 rengi CMYK tonu (0,8,29,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 28.77%
  • ana renk tonu 71.37%
CMYK:
(0,8,29,71)
C0M8Y29K71 
(0%,8%,29%,71%)
(0.00/0.08/0.29/0.71)	

CMYK yüzdeleri

%0
%8.22
%28.77
%71.37

Codes

Color #494334 in popluar color models

494334
RGB736752
HSL43°16.80%24.51%
HSB/HSV43°28.77%28.63%
CMYK0.00%8.22%28.77%
71.37%

Color #494334 in popluar number systems.

HEX494334
Decimal736752
Binary10010011000011110100
Octal11110364

Shades and tints

Shades of #494334

#494334
(73,67,52)
#433D30
(67,61,48)
#3D372C
(61,55,44)
#373128
(55,49,40)
#312B24
(49,43,36)
#2B2520
(43,37,32)
#251F1C
(37,31,28)
#1F1918
(31,25,24)
#191314
(25,19,20)
#130D10
(19,13,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #494334

#494334
(73,67,52)
#595446
(89,84,70)
#696558
(105,101,88)
#79766A
(121,118,106)
#89877C
(137,135,124)
#99988E
(153,152,142)
#A9A9A0
(169,169,160)
#B9BAB2
(185,186,178)
#C9CBC4
(201,203,196)
#D9DCD6
(217,220,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494334; }

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

This text font color is #494334.


Background Color

.myBgColor { background-color: #494334; }

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

This div background color is #494334.


Border color

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

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

This div border color is #494334.


Opacity

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

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

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

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

This text has shadow with #494334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494334 on black background.


Color preview on white background

This text has color #494334 on white background.



Black color preview on #494334 background

This text has black color on #494334 background.


White color preview on #494334 background

This text has white color on #494334 background.