COLOR #494101

HEX: #494101
RGB: (73,65,1)

Renk bilgisi

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

RGB renk modeli

#494101 color RGB value is (73,65,1).

  • kırmız ton 73;
  • yeşil ton 65;
  • mavi ton 1.
RGB:
(73,65,1)
(29%,25%,0%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 65 of 255 = 25%
B 1 of 255 = 0%

73
65
1

R + G + B ~ 18%. #494101 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 65 + 1 = 139 (100%)
R 73 of 139 ~ 52.52%
G 65 of 139 ~ 46.76%
B 1 of 139 ~ 0.72%

%52.52
%46.76

CMYK RENK MODELİ

#494101 rengi CMYK tonu (0,11,99,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.96%
  • sarı tonu 98.63%
  • ana renk tonu 71.37%
CMYK:
(0,11,99,71)
C0M11Y99K71 
(0%,11%,99%,71%)
(0.00/0.11/0.99/0.71)	

CMYK yüzdeleri

%0
%10.96
%98.63
%71.37

Codes

Color #494101 in popluar color models

494101
RGB73651
HSL53°97.30%14.51%
HSB/HSV53°98.63%28.63%
CMYK0.00%10.96%98.63%
71.37%

Color #494101 in popluar number systems.

HEX494101
Decimal73651
Binary100100110000011
Octal1111011

Shades and tints

Shades of #494101

#494101
(73,65,1)
#433C01
(67,60,1)
#3D3701
(61,55,1)
#373201
(55,50,1)
#312D01
(49,45,1)
#2B2801
(43,40,1)
#252301
(37,35,1)
#1F1E01
(31,30,1)
#191901
(25,25,1)
#131401
(19,20,1)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #494101

#494101
(73,65,1)
#595218
(89,82,24)
#69632F
(105,99,47)
#797446
(121,116,70)
#89855D
(137,133,93)
#999674
(153,150,116)
#A9A78B
(169,167,139)
#B9B8A2
(185,184,162)
#C9C9B9
(201,201,185)
#D9DAD0
(217,218,208)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494101 color. Also use rgb(73,65,1) instead hex code.

Text Font Color

.myTextColor { color: #494101; }

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

This text font color is #494101.


Background Color

.myBgColor { background-color: #494101; }

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

This div background color is #494101.


Border color

.myBorderColor { border: 1px solid #494101; }

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

This div border color is #494101.


Opacity

.myOpacity80 { color: #494101; opacity: 0.8; }

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

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

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

This text has shadow with #494101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494101 on black background.


Color preview on white background

This text has color #494101 on white background.



Black color preview on #494101 background

This text has black color on #494101 background.


White color preview on #494101 background

This text has white color on #494101 background.