COLOR #492F13

HEX: #492F13
RGB: (73,47,19)

Renk bilgisi

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

RGB renk modeli

#492F13 color RGB value is (73,47,19).

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

RGB bağlantıları ve doygunluk

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

73
47
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 47 + 19 = 139 (100%)
R 73 of 139 ~ 52.52%
G 47 of 139 ~ 33.81%
B 19 of 139 ~ 13.67%

%52.52
%33.81
%13.67

CMYK RENK MODELİ

#492F13 rengi CMYK tonu (0,36,74,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.62%
  • sarı tonu 73.97%
  • ana renk tonu 71.37%
CMYK:
(0,36,74,71)
C0M36Y74K71 
(0%,36%,74%,71%)
(0.00/0.36/0.74/0.71)	

CMYK yüzdeleri

%0
%35.62
%73.97
%71.37

Codes

Color #492F13 in popluar color models

492F13
RGB734719
HSL31°58.70%18.04%
HSB/HSV31°73.97%28.63%
CMYK0.00%35.62%73.97%
71.37%

Color #492F13 in popluar number systems.

HEX492F13
Decimal734719
Binary100100110111110011
Octal1115723

Shades and tints

Shades of #492F13

#492F13
(73,47,19)
#432B12
(67,43,18)
#3D2711
(61,39,17)
#372310
(55,35,16)
#311F0F
(49,31,15)
#2B1B0E
(43,27,14)
#25170D
(37,23,13)
#1F130C
(31,19,12)
#190F0B
(25,15,11)
#130B0A
(19,11,10)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #492F13

#492F13
(73,47,19)
#594128
(89,65,40)
#69533D
(105,83,61)
#796552
(121,101,82)
#897767
(137,119,103)
#99897C
(153,137,124)
#A99B91
(169,155,145)
#B9ADA6
(185,173,166)
#C9BFBB
(201,191,187)
#D9D1D0
(217,209,208)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F13; }

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

This text font color is #492F13.


Background Color

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

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

This div background color is #492F13.


Border color

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

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

This div border color is #492F13.


Opacity

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

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

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

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

This text has shadow with #492F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F13 on black background.


Color preview on white background

This text has color #492F13 on white background.



Black color preview on #492F13 background

This text has black color on #492F13 background.


White color preview on #492F13 background

This text has white color on #492F13 background.