COLOR #494E2E

HEX: #494E2E
RGB: (73,78,46)

Renk bilgisi

#494E2E contains red, green and blue colors in about the same proportion. #494E2E ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#494E2E color RGB value is (73,78,46).

  • kırmız ton 73;
  • yeşil ton 78;
  • mavi ton 46.
RGB:
(73,78,46)
(29%,31%,18%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 78 of 255 = 31%
B 46 of 255 = 18%

73
78
46

R + G + B ~ 26%. #494E2E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 46 = 197 (100%)
R 73 of 197 ~ 37.06%
G 78 of 197 ~ 39.59%
B 46 of 197 ~ 23.35%

%37.06
%39.59
%23.35

CMYK RENK MODELİ

#494E2E rengi CMYK tonu (6,0,41,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 0.00%
  • sarı tonu 41.03%
  • ana renk tonu 69.41%
CMYK:
(6,0,41,69)
C6M0Y41K69 
(6%,0%,41%,69%)
(0.06/0.00/0.41/0.69)	

CMYK yüzdeleri

%6.41
%0
%41.03
%69.41

Codes

Color #494E2E in popluar color models

494E2E
RGB737846
HSL69°25.81%24.31%
HSB/HSV69°41.03%30.59%
CMYK6.41%0.00%41.03%
69.41%

Color #494E2E in popluar number systems.

HEX494E2E
Decimal737846
Binary10010011001110101110
Octal11111656

Shades and tints

Shades of #494E2E

#494E2E
(73,78,46)
#43472A
(67,71,42)
#3D4026
(61,64,38)
#373922
(55,57,34)
#31321E
(49,50,30)
#2B2B1A
(43,43,26)
#252416
(37,36,22)
#1F1D12
(31,29,18)
#19160E
(25,22,14)
#130F0A
(19,15,10)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #494E2E

#494E2E
(73,78,46)
#595E41
(89,94,65)
#696E54
(105,110,84)
#797E67
(121,126,103)
#898E7A
(137,142,122)
#999E8D
(153,158,141)
#A9AEA0
(169,174,160)
#B9BEB3
(185,190,179)
#C9CEC6
(201,206,198)
#D9DED9
(217,222,217)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494E2E color. Also use rgb(73,78,46) instead hex code.

Text Font Color

.myTextColor { color: #494E2E; }

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

This text font color is #494E2E.


Background Color

.myBgColor { background-color: #494E2E; }

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

This div background color is #494E2E.


Border color

.myBorderColor { border: 1px solid #494E2E; }

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

This div border color is #494E2E.


Opacity

.myOpacity80 { color: #494E2E; opacity: 0.8; }

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

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

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

This text has shadow with #494E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E2E on black background.


Color preview on white background

This text has color #494E2E on white background.



Black color preview on #494E2E background

This text has black color on #494E2E background.


White color preview on #494E2E background

This text has white color on #494E2E background.