COLOR #494626

HEX: #494626
RGB: (73,70,38)

Renk bilgisi

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

RGB renk modeli

#494626 color RGB value is (73,70,38).

  • kırmız ton 73;
  • yeşil ton 70;
  • mavi ton 38.
RGB:
(73,70,38)
(29%,27%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 38 of 255 = 15%

73
70
38

R + G + B ~ 24%. #494626 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 38 = 181 (100%)
R 73 of 181 ~ 40.33%
G 70 of 181 ~ 38.67%
B 38 of 181 ~ 20.99%

%40.33
%38.67
%20.99

CMYK RENK MODELİ

#494626 rengi CMYK tonu (0,4,48,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.11%
  • sarı tonu 47.95%
  • ana renk tonu 71.37%
CMYK:
(0,4,48,71)
C0M4Y48K71 
(0%,4%,48%,71%)
(0.00/0.04/0.48/0.71)	

CMYK yüzdeleri

%0
%4.11
%47.95
%71.37

Codes

Color #494626 in popluar color models

494626
RGB737038
HSL55°31.53%21.76%
HSB/HSV55°47.95%28.63%
CMYK0.00%4.11%47.95%
71.37%

Color #494626 in popluar number systems.

HEX494626
Decimal737038
Binary10010011000110100110
Octal11110646

Shades and tints

Shades of #494626

#494626
(73,70,38)
#434023
(67,64,35)
#3D3A20
(61,58,32)
#37341D
(55,52,29)
#312E1A
(49,46,26)
#2B2817
(43,40,23)
#252214
(37,34,20)
#1F1C11
(31,28,17)
#19160E
(25,22,14)
#13100B
(19,16,11)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #494626

#494626
(73,70,38)
#595639
(89,86,57)
#69664C
(105,102,76)
#79765F
(121,118,95)
#898672
(137,134,114)
#999685
(153,150,133)
#A9A698
(169,166,152)
#B9B6AB
(185,182,171)
#C9C6BE
(201,198,190)
#D9D6D1
(217,214,209)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494626 color. Also use rgb(73,70,38) instead hex code.

Text Font Color

.myTextColor { color: #494626; }

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

This text font color is #494626.


Background Color

.myBgColor { background-color: #494626; }

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

This div background color is #494626.


Border color

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

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

This div border color is #494626.


Opacity

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

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

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

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

This text has shadow with #494626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494626 on black background.


Color preview on white background

This text has color #494626 on white background.



Black color preview on #494626 background

This text has black color on #494626 background.


White color preview on #494626 background

This text has white color on #494626 background.