COLOR #494332

HEX: #494332
RGB: (73,67,50)

Renk bilgisi

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

RGB renk modeli

#494332 color RGB value is (73,67,50).

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

RGB bağlantıları ve doygunluk

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

73
67
50

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 50 = 190 (100%)
R 73 of 190 ~ 38.42%
G 67 of 190 ~ 35.26%
B 50 of 190 ~ 26.32%

%38.42
%35.26
%26.32

CMYK RENK MODELİ

#494332 rengi CMYK tonu (0,8,32,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 31.51%
  • ana renk tonu 71.37%
CMYK:
(0,8,32,71)
C0M8Y32K71 
(0%,8%,32%,71%)
(0.00/0.08/0.32/0.71)	

CMYK yüzdeleri

%0
%8.22
%31.51
%71.37

Codes

Color #494332 in popluar color models

494332
RGB736750
HSL44°18.70%24.12%
HSB/HSV44°31.51%28.63%
CMYK0.00%8.22%31.51%
71.37%

Color #494332 in popluar number systems.

HEX494332
Decimal736750
Binary10010011000011110010
Octal11110362

Shades and tints

Shades of #494332

#494332
(73,67,50)
#433D2E
(67,61,46)
#3D372A
(61,55,42)
#373126
(55,49,38)
#312B22
(49,43,34)
#2B251E
(43,37,30)
#251F1A
(37,31,26)
#1F1916
(31,25,22)
#191312
(25,19,18)
#130D0E
(19,13,14)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #494332

#494332
(73,67,50)
#595444
(89,84,68)
#696556
(105,101,86)
#797668
(121,118,104)
#89877A
(137,135,122)
#99988C
(153,152,140)
#A9A99E
(169,169,158)
#B9BAB0
(185,186,176)
#C9CBC2
(201,203,194)
#D9DCD4
(217,220,212)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494332; }

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

This text font color is #494332.


Background Color

.myBgColor { background-color: #494332; }

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

This div background color is #494332.


Border color

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

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

This div border color is #494332.


Opacity

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

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

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

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

This text has shadow with #494332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494332 on black background.


Color preview on white background

This text has color #494332 on white background.



Black color preview on #494332 background

This text has black color on #494332 background.


White color preview on #494332 background

This text has white color on #494332 background.