COLOR #494B14

HEX: #494B14
RGB: (73,75,20)

Renk bilgisi

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

RGB renk modeli

#494B14 color RGB value is (73,75,20).

  • kırmız ton 73;
  • yeşil ton 75;
  • mavi ton 20.
RGB:
(73,75,20)
(29%,29%,8%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 75 of 255 = 29%
B 20 of 255 = 8%

73
75
20

R + G + B ~ 22%. #494B14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 75 + 20 = 168 (100%)
R 73 of 168 ~ 43.45%
G 75 of 168 ~ 44.64%
B 20 of 168 ~ 11.9%

%43.45
%44.64
%11.9

CMYK RENK MODELİ

#494B14 rengi CMYK tonu (3,0,73,71).

  • camgöbeği tonu 2.67%
  • eflatun tonu 0.00%
  • sarı tonu 73.33%
  • ana renk tonu 70.59%
CMYK:
(3,0,73,71)
C3M0Y73K71 
(3%,0%,73%,71%)
(0.03/0.00/0.73/0.71)	

CMYK yüzdeleri

%2.67
%0
%73.33
%70.59

Codes

Color #494B14 in popluar color models

494B14
RGB737520
HSL62°57.89%18.63%
HSB/HSV62°73.33%29.41%
CMYK2.67%0.00%73.33%
70.59%

Color #494B14 in popluar number systems.

HEX494B14
Decimal737520
Binary1001001100101110100
Octal11111324

Shades and tints

Shades of #494B14

#494B14
(73,75,20)
#434513
(67,69,19)
#3D3F12
(61,63,18)
#373911
(55,57,17)
#313310
(49,51,16)
#2B2D0F
(43,45,15)
#25270E
(37,39,14)
#1F210D
(31,33,13)
#191B0C
(25,27,12)
#13150B
(19,21,11)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #494B14

#494B14
(73,75,20)
#595B29
(89,91,41)
#696B3E
(105,107,62)
#797B53
(121,123,83)
#898B68
(137,139,104)
#999B7D
(153,155,125)
#A9AB92
(169,171,146)
#B9BBA7
(185,187,167)
#C9CBBC
(201,203,188)
#D9DBD1
(217,219,209)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B14 color. Also use rgb(73,75,20) instead hex code.

Text Font Color

.myTextColor { color: #494B14; }

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

This text font color is #494B14.


Background Color

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

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

This div background color is #494B14.


Border color

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

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

This div border color is #494B14.


Opacity

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

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

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

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

This text has shadow with #494B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B14 on black background.


Color preview on white background

This text has color #494B14 on white background.



Black color preview on #494B14 background

This text has black color on #494B14 background.


White color preview on #494B14 background

This text has white color on #494B14 background.