COLOR #494631

HEX: #494631
RGB: (73,70,49)

Renk bilgisi

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

RGB renk modeli

#494631 color RGB value is (73,70,49).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 70 of 255 = 27%
B 49 of 255 = 19%

73
70
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 70 + 49 = 192 (100%)
R 73 of 192 ~ 38.02%
G 70 of 192 ~ 36.46%
B 49 of 192 ~ 25.52%

%38.02
%36.46
%25.52

CMYK RENK MODELİ

#494631 rengi CMYK tonu (0,4,33,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.11%
  • sarı tonu 32.88%
  • ana renk tonu 71.37%
CMYK:
(0,4,33,71)
C0M4Y33K71 
(0%,4%,33%,71%)
(0.00/0.04/0.33/0.71)	

CMYK yüzdeleri

%0
%4.11
%32.88
%71.37

Codes

Color #494631 in popluar color models

494631
RGB737049
HSL53°19.67%23.92%
HSB/HSV53°32.88%28.63%
CMYK0.00%4.11%32.88%
71.37%

Color #494631 in popluar number systems.

HEX494631
Decimal737049
Binary10010011000110110001
Octal11110661

Shades and tints

Shades of #494631

#494631
(73,70,49)
#43402D
(67,64,45)
#3D3A29
(61,58,41)
#373425
(55,52,37)
#312E21
(49,46,33)
#2B281D
(43,40,29)
#252219
(37,34,25)
#1F1C15
(31,28,21)
#191611
(25,22,17)
#13100D
(19,16,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #494631

#494631
(73,70,49)
#595643
(89,86,67)
#696655
(105,102,85)
#797667
(121,118,103)
#898679
(137,134,121)
#99968B
(153,150,139)
#A9A69D
(169,166,157)
#B9B6AF
(185,182,175)
#C9C6C1
(201,198,193)
#D9D6D3
(217,214,211)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494631; }

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

This text font color is #494631.


Background Color

.myBgColor { background-color: #494631; }

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

This div background color is #494631.


Border color

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

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

This div border color is #494631.


Opacity

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

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

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

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

This text has shadow with #494631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494631 on black background.


Color preview on white background

This text has color #494631 on white background.



Black color preview on #494631 background

This text has black color on #494631 background.


White color preview on #494631 background

This text has white color on #494631 background.