COLOR #494E3C

HEX: #494E3C
RGB: (73,78,60)

Renk bilgisi

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

RGB renk modeli

#494E3C color RGB value is (73,78,60).

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

RGB bağlantıları ve doygunluk

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

73
78
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 60 = 211 (100%)
R 73 of 211 ~ 34.6%
G 78 of 211 ~ 36.97%
B 60 of 211 ~ 28.44%

%34.6
%36.97
%28.44

CMYK RENK MODELİ

#494E3C rengi CMYK tonu (6,0,23,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 69.41%
CMYK:
(6,0,23,69)
C6M0Y23K69 
(6%,0%,23%,69%)
(0.06/0.00/0.23/0.69)	

CMYK yüzdeleri

%6.41
%0
%23.08
%69.41

Codes

Color #494E3C in popluar color models

494E3C
RGB737860
HSL77°13.04%27.06%
HSB/HSV77°23.08%30.59%
CMYK6.41%0.00%23.08%
69.41%

Color #494E3C in popluar number systems.

HEX494E3C
Decimal737860
Binary10010011001110111100
Octal11111674

Shades and tints

Shades of #494E3C

#494E3C
(73,78,60)
#434737
(67,71,55)
#3D4032
(61,64,50)
#37392D
(55,57,45)
#313228
(49,50,40)
#2B2B23
(43,43,35)
#25241E
(37,36,30)
#1F1D19
(31,29,25)
#191614
(25,22,20)
#130F0F
(19,15,15)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #494E3C

#494E3C
(73,78,60)
#595E4D
(89,94,77)
#696E5E
(105,110,94)
#797E6F
(121,126,111)
#898E80
(137,142,128)
#999E91
(153,158,145)
#A9AEA2
(169,174,162)
#B9BEB3
(185,190,179)
#C9CEC4
(201,206,196)
#D9DED5
(217,222,213)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E3C; }

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

This text font color is #494E3C.


Background Color

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

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

This div background color is #494E3C.


Border color

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

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

This div border color is #494E3C.


Opacity

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

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

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

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

This text has shadow with #494E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E3C on black background.


Color preview on white background

This text has color #494E3C on white background.



Black color preview on #494E3C background

This text has black color on #494E3C background.


White color preview on #494E3C background

This text has white color on #494E3C background.