COLOR #494223

HEX: #494223
RGB: (73,66,35)

Renk bilgisi

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

RGB renk modeli

#494223 color RGB value is (73,66,35).

  • kırmız ton 73;
  • yeşil ton 66;
  • mavi ton 35.
RGB:
(73,66,35)
(29%,26%,14%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 35 of 255 = 14%

73
66
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 35 = 174 (100%)
R 73 of 174 ~ 41.95%
G 66 of 174 ~ 37.93%
B 35 of 174 ~ 20.11%

%41.95
%37.93
%20.11

CMYK RENK MODELİ

#494223 rengi CMYK tonu (0,10,52,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.59%
  • sarı tonu 52.05%
  • ana renk tonu 71.37%
CMYK:
(0,10,52,71)
C0M10Y52K71 
(0%,10%,52%,71%)
(0.00/0.10/0.52/0.71)	

CMYK yüzdeleri

%0
%9.59
%52.05
%71.37

Codes

Color #494223 in popluar color models

494223
RGB736635
HSL49°35.19%21.18%
HSB/HSV49°52.05%28.63%
CMYK0.00%9.59%52.05%
71.37%

Color #494223 in popluar number systems.

HEX494223
Decimal736635
Binary10010011000010100011
Octal11110243

Shades and tints

Shades of #494223

#494223
(73,66,35)
#433C20
(67,60,32)
#3D361D
(61,54,29)
#37301A
(55,48,26)
#312A17
(49,42,23)
#2B2414
(43,36,20)
#251E11
(37,30,17)
#1F180E
(31,24,14)
#19120B
(25,18,11)
#130C08
(19,12,8)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #494223

#494223
(73,66,35)
#595337
(89,83,55)
#69644B
(105,100,75)
#79755F
(121,117,95)
#898673
(137,134,115)
#999787
(153,151,135)
#A9A89B
(169,168,155)
#B9B9AF
(185,185,175)
#C9CAC3
(201,202,195)
#D9DBD7
(217,219,215)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494223 color. Also use rgb(73,66,35) instead hex code.

Text Font Color

.myTextColor { color: #494223; }

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

This text font color is #494223.


Background Color

.myBgColor { background-color: #494223; }

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

This div background color is #494223.


Border color

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

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

This div border color is #494223.


Opacity

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

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

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

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

This text has shadow with #494223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494223 on black background.


Color preview on white background

This text has color #494223 on white background.



Black color preview on #494223 background

This text has black color on #494223 background.


White color preview on #494223 background

This text has white color on #494223 background.