COLOR #494A07

HEX: #494A07
RGB: (73,74,7)

Renk bilgisi

#494A07 contains mainly red and green colors. #494A07 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#494A07 color RGB value is (73,74,7).

  • kırmız ton 73;
  • yeşil ton 74;
  • mavi ton 7.
RGB:
(73,74,7)
(29%,29%,3%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 74 of 255 = 29%
B 7 of 255 = 3%

73
74
7

R + G + B ~ 20%. #494A07 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 74 + 7 = 154 (100%)
R 73 of 154 ~ 47.4%
G 74 of 154 ~ 48.05%
B 7 of 154 ~ 4.55%

%47.4
%48.05

CMYK RENK MODELİ

#494A07 rengi CMYK tonu (1,0,91,71).

  • camgöbeği tonu 1.35%
  • eflatun tonu 0.00%
  • sarı tonu 90.54%
  • ana renk tonu 70.98%
CMYK:
(1,0,91,71)
C1M0Y91K71 
(1%,0%,91%,71%)
(0.01/0.00/0.91/0.71)	

CMYK yüzdeleri

%1.35
%0
%90.54
%70.98

Codes

Color #494A07 in popluar color models

494A07
RGB73747
HSL61°82.72%15.88%
HSB/HSV61°90.54%29.02%
CMYK1.35%0.00%90.54%
70.98%

Color #494A07 in popluar number systems.

HEX494A07
Decimal73747
Binary10010011001010111
Octal1111127

Shades and tints

Shades of #494A07

#494A07
(73,74,7)
#434407
(67,68,7)
#3D3E07
(61,62,7)
#373807
(55,56,7)
#313207
(49,50,7)
#2B2C07
(43,44,7)
#252607
(37,38,7)
#1F2007
(31,32,7)
#191A07
(25,26,7)
#131407
(19,20,7)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #494A07

#494A07
(73,74,7)
#595A1D
(89,90,29)
#696A33
(105,106,51)
#797A49
(121,122,73)
#898A5F
(137,138,95)
#999A75
(153,154,117)
#A9AA8B
(169,170,139)
#B9BAA1
(185,186,161)
#C9CAB7
(201,202,183)
#D9DACD
(217,218,205)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494A07 color. Also use rgb(73,74,7) instead hex code.

Text Font Color

.myTextColor { color: #494A07; }

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

This text font color is #494A07.


Background Color

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

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

This div background color is #494A07.


Border color

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

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

This div border color is #494A07.


Opacity

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

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

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

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

This text has shadow with #494A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A07 on black background.


Color preview on white background

This text has color #494A07 on white background.



Black color preview on #494A07 background

This text has black color on #494A07 background.


White color preview on #494A07 background

This text has white color on #494A07 background.