COLOR #494D21

HEX: #494D21
RGB: (73,77,33)

Renk bilgisi

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

RGB renk modeli

#494D21 color RGB value is (73,77,33).

  • kırmız ton 73;
  • yeşil ton 77;
  • mavi ton 33.
RGB:
(73,77,33)
(29%,30%,13%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 33 of 255 = 13%

73
77
33

R + G + B ~ 24%. #494D21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 33 = 183 (100%)
R 73 of 183 ~ 39.89%
G 77 of 183 ~ 42.08%
B 33 of 183 ~ 18.03%

%39.89
%42.08
%18.03

CMYK RENK MODELİ

#494D21 rengi CMYK tonu (5,0,57,70).

  • camgöbeği tonu 5.19%
  • eflatun tonu 0.00%
  • sarı tonu 57.14%
  • ana renk tonu 69.80%
CMYK:
(5,0,57,70)
C5M0Y57K70 
(5%,0%,57%,70%)
(0.05/0.00/0.57/0.70)	

CMYK yüzdeleri

%5.19
%0
%57.14
%69.8

Codes

Color #494D21 in popluar color models

494D21
RGB737733
HSL65°40.00%21.57%
HSB/HSV65°57.14%30.20%
CMYK5.19%0.00%57.14%
69.80%

Color #494D21 in popluar number systems.

HEX494D21
Decimal737733
Binary10010011001101100001
Octal11111541

Shades and tints

Shades of #494D21

#494D21
(73,77,33)
#43461E
(67,70,30)
#3D3F1B
(61,63,27)
#373818
(55,56,24)
#313115
(49,49,21)
#2B2A12
(43,42,18)
#25230F
(37,35,15)
#1F1C0C
(31,28,12)
#191509
(25,21,9)
#130E06
(19,14,6)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #494D21

#494D21
(73,77,33)
#595D35
(89,93,53)
#696D49
(105,109,73)
#797D5D
(121,125,93)
#898D71
(137,141,113)
#999D85
(153,157,133)
#A9AD99
(169,173,153)
#B9BDAD
(185,189,173)
#C9CDC1
(201,205,193)
#D9DDD5
(217,221,213)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D21 color. Also use rgb(73,77,33) instead hex code.

Text Font Color

.myTextColor { color: #494D21; }

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

This text font color is #494D21.


Background Color

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

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

This div background color is #494D21.


Border color

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

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

This div border color is #494D21.


Opacity

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

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

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

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

This text has shadow with #494D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D21 on black background.


Color preview on white background

This text has color #494D21 on white background.



Black color preview on #494D21 background

This text has black color on #494D21 background.


White color preview on #494D21 background

This text has white color on #494D21 background.