COLOR #494138

HEX: #494138
RGB: (73,65,56)

Renk bilgisi

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

RGB renk modeli

#494138 color RGB value is (73,65,56).

  • kırmız ton 73;
  • yeşil ton 65;
  • mavi ton 56.
RGB:
(73,65,56)
(29%,25%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 65 of 255 = 25%
B 56 of 255 = 22%

73
65
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 65 + 56 = 194 (100%)
R 73 of 194 ~ 37.63%
G 65 of 194 ~ 33.51%
B 56 of 194 ~ 28.87%

%37.63
%33.51
%28.87

CMYK RENK MODELİ

#494138 rengi CMYK tonu (0,11,23,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.96%
  • sarı tonu 23.29%
  • ana renk tonu 71.37%
CMYK:
(0,11,23,71)
C0M11Y23K71 
(0%,11%,23%,71%)
(0.00/0.11/0.23/0.71)	

CMYK yüzdeleri

%0
%10.96
%23.29
%71.37

Codes

Color #494138 in popluar color models

494138
RGB736556
HSL32°13.18%25.29%
HSB/HSV32°23.29%28.63%
CMYK0.00%10.96%23.29%
71.37%

Color #494138 in popluar number systems.

HEX494138
Decimal736556
Binary10010011000001111000
Octal11110170

Shades and tints

Shades of #494138

#494138
(73,65,56)
#433C33
(67,60,51)
#3D372E
(61,55,46)
#373229
(55,50,41)
#312D24
(49,45,36)
#2B281F
(43,40,31)
#25231A
(37,35,26)
#1F1E15
(31,30,21)
#191910
(25,25,16)
#13140B
(19,20,11)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #494138

#494138
(73,65,56)
#59524A
(89,82,74)
#69635C
(105,99,92)
#79746E
(121,116,110)
#898580
(137,133,128)
#999692
(153,150,146)
#A9A7A4
(169,167,164)
#B9B8B6
(185,184,182)
#C9C9C8
(201,201,200)
#D9DADA
(217,218,218)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494138 color. Also use rgb(73,65,56) instead hex code.

Text Font Color

.myTextColor { color: #494138; }

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

This text font color is #494138.


Background Color

.myBgColor { background-color: #494138; }

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

This div background color is #494138.


Border color

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

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

This div border color is #494138.


Opacity

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

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

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

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

This text has shadow with #494138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494138 on black background.


Color preview on white background

This text has color #494138 on white background.



Black color preview on #494138 background

This text has black color on #494138 background.


White color preview on #494138 background

This text has white color on #494138 background.