COLOR #494E3D

HEX: #494E3D
RGB: (73,78,61)

Renk bilgisi

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

RGB renk modeli

#494E3D color RGB value is (73,78,61).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 78 of 255 = 31%
B 61 of 255 = 24%

73
78
61

R + G + B ~ 28%. #494E3D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 61 = 212 (100%)
R 73 of 212 ~ 34.43%
G 78 of 212 ~ 36.79%
B 61 of 212 ~ 28.77%

%34.43
%36.79
%28.77

CMYK RENK MODELİ

#494E3D rengi CMYK tonu (6,0,22,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 0.00%
  • sarı tonu 21.79%
  • ana renk tonu 69.41%
CMYK:
(6,0,22,69)
C6M0Y22K69 
(6%,0%,22%,69%)
(0.06/0.00/0.22/0.69)	

CMYK yüzdeleri

%6.41
%0
%21.79
%69.41

Codes

Color #494E3D in popluar color models

494E3D
RGB737861
HSL78°12.23%27.25%
HSB/HSV78°21.79%30.59%
CMYK6.41%0.00%21.79%
69.41%

Color #494E3D in popluar number systems.

HEX494E3D
Decimal737861
Binary10010011001110111101
Octal11111675

Shades and tints

Shades of #494E3D

#494E3D
(73,78,61)
#434738
(67,71,56)
#3D4033
(61,64,51)
#37392E
(55,57,46)
#313229
(49,50,41)
#2B2B24
(43,43,36)
#25241F
(37,36,31)
#1F1D1A
(31,29,26)
#191615
(25,22,21)
#130F10
(19,15,16)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #494E3D

#494E3D
(73,78,61)
#595E4E
(89,94,78)
#696E5F
(105,110,95)
#797E70
(121,126,112)
#898E81
(137,142,129)
#999E92
(153,158,146)
#A9AEA3
(169,174,163)
#B9BEB4
(185,190,180)
#C9CEC5
(201,206,197)
#D9DED6
(217,222,214)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E3D; }

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

This text font color is #494E3D.


Background Color

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

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

This div background color is #494E3D.


Border color

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

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

This div border color is #494E3D.


Opacity

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

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

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

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

This text has shadow with #494E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E3D on black background.


Color preview on white background

This text has color #494E3D on white background.



Black color preview on #494E3D background

This text has black color on #494E3D background.


White color preview on #494E3D background

This text has white color on #494E3D background.