COLOR #492E13

HEX: #492E13
RGB: (73,46,19)

Renk bilgisi

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

RGB renk modeli

#492E13 color RGB value is (73,46,19).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 46 of 255 = 18%
B 19 of 255 = 7%

73
46
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 19 = 138 (100%)
R 73 of 138 ~ 52.9%
G 46 of 138 ~ 33.33%
B 19 of 138 ~ 13.77%

%52.9
%33.33
%13.77

CMYK RENK MODELİ

#492E13 rengi CMYK tonu (0,37,74,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.99%
  • sarı tonu 73.97%
  • ana renk tonu 71.37%
CMYK:
(0,37,74,71)
C0M37Y74K71 
(0%,37%,74%,71%)
(0.00/0.37/0.74/0.71)	

CMYK yüzdeleri

%0
%36.99
%73.97
%71.37

Codes

Color #492E13 in popluar color models

492E13
RGB734619
HSL30°58.70%18.04%
HSB/HSV30°73.97%28.63%
CMYK0.00%36.99%73.97%
71.37%

Color #492E13 in popluar number systems.

HEX492E13
Decimal734619
Binary100100110111010011
Octal1115623

Shades and tints

Shades of #492E13

#492E13
(73,46,19)
#432A12
(67,42,18)
#3D2611
(61,38,17)
#372210
(55,34,16)
#311E0F
(49,30,15)
#2B1A0E
(43,26,14)
#25160D
(37,22,13)
#1F120C
(31,18,12)
#190E0B
(25,14,11)
#130A0A
(19,10,10)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #492E13

#492E13
(73,46,19)
#594128
(89,65,40)
#69543D
(105,84,61)
#796752
(121,103,82)
#897A67
(137,122,103)
#998D7C
(153,141,124)
#A9A091
(169,160,145)
#B9B3A6
(185,179,166)
#C9C6BB
(201,198,187)
#D9D9D0
(217,217,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E13; }

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

This text font color is #492E13.


Background Color

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

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

This div background color is #492E13.


Border color

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

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

This div border color is #492E13.


Opacity

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

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

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

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

This text has shadow with #492E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E13 on black background.


Color preview on white background

This text has color #492E13 on white background.



Black color preview on #492E13 background

This text has black color on #492E13 background.


White color preview on #492E13 background

This text has white color on #492E13 background.