COLOR #492E01

HEX: #492E01
RGB: (73,46,1)

Renk bilgisi

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

RGB renk modeli

#492E01 color RGB value is (73,46,1).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 1 of 255 = 0%

73
46
1

R + G + B ~ 16%. #492E01 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 1 = 120 (100%)
R 73 of 120 ~ 60.83%
G 46 of 120 ~ 38.33%
B 1 of 120 ~ 0.83%

%60.83
%38.33

CMYK RENK MODELİ

#492E01 rengi CMYK tonu (0,37,99,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.99%
  • sarı tonu 98.63%
  • ana renk tonu 71.37%
CMYK:
(0,37,99,71)
C0M37Y99K71 
(0%,37%,99%,71%)
(0.00/0.37/0.99/0.71)	

CMYK yüzdeleri

%0
%36.99
%98.63
%71.37

Codes

Color #492E01 in popluar color models

492E01
RGB73461
HSL38°97.30%14.51%
HSB/HSV38°98.63%28.63%
CMYK0.00%36.99%98.63%
71.37%

Color #492E01 in popluar number systems.

HEX492E01
Decimal73461
Binary10010011011101
Octal111561

Shades and tints

Shades of #492E01

#492E01
(73,46,1)
#432A01
(67,42,1)
#3D2601
(61,38,1)
#372201
(55,34,1)
#311E01
(49,30,1)
#2B1A01
(43,26,1)
#251601
(37,22,1)
#1F1201
(31,18,1)
#190E01
(25,14,1)
#130A01
(19,10,1)
#0D0601
(13,6,1)
#000000
(0,0,0)

Tints of #492E01

#492E01
(73,46,1)
#594118
(89,65,24)
#69542F
(105,84,47)
#796746
(121,103,70)
#897A5D
(137,122,93)
#998D74
(153,141,116)
#A9A08B
(169,160,139)
#B9B3A2
(185,179,162)
#C9C6B9
(201,198,185)
#D9D9D0
(217,217,208)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E01; }

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

This text font color is #492E01.


Background Color

.myBgColor { background-color: #492E01; }

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

This div background color is #492E01.


Border color

.myBorderColor { border: 1px solid #492E01; }

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

This div border color is #492E01.


Opacity

.myOpacity80 { color: #492E01; opacity: 0.8; }

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

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

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

This text has shadow with #492E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E01 on black background.


Color preview on white background

This text has color #492E01 on white background.



Black color preview on #492E01 background

This text has black color on #492E01 background.


White color preview on #492E01 background

This text has white color on #492E01 background.