COLOR #492E30

HEX: #492E30
RGB: (73,46,48)

Renk bilgisi

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

RGB renk modeli

#492E30 color RGB value is (73,46,48).

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

RGB bağlantıları ve doygunluk

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

73
46
48

R + G + B ~ 22%. #492E30 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 46 + 48 = 167 (100%)
R 73 of 167 ~ 43.71%
G 46 of 167 ~ 27.54%
B 48 of 167 ~ 28.74%

%43.71
%27.54
%28.74

CMYK RENK MODELİ

#492E30 rengi CMYK tonu (0,37,34,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.99%
  • sarı tonu 34.25%
  • ana renk tonu 71.37%
CMYK:
(0,37,34,71)
C0M37Y34K71 
(0%,37%,34%,71%)
(0.00/0.37/0.34/0.71)	

CMYK yüzdeleri

%0
%36.99
%34.25
%71.37

Codes

Color #492E30 in popluar color models

492E30
RGB734648
HSL356°22.69%23.33%
HSB/HSV356°36.99%28.63%
CMYK0.00%36.99%34.25%
71.37%

Color #492E30 in popluar number systems.

HEX492E30
Decimal734648
Binary1001001101110110000
Octal1115660

Shades and tints

Shades of #492E30

#492E30
(73,46,48)
#432A2C
(67,42,44)
#3D2628
(61,38,40)
#372224
(55,34,36)
#311E20
(49,30,32)
#2B1A1C
(43,26,28)
#251618
(37,22,24)
#1F1214
(31,18,20)
#190E10
(25,14,16)
#130A0C
(19,10,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #492E30

#492E30
(73,46,48)
#594142
(89,65,66)
#695454
(105,84,84)
#796766
(121,103,102)
#897A78
(137,122,120)
#998D8A
(153,141,138)
#A9A09C
(169,160,156)
#B9B3AE
(185,179,174)
#C9C6C0
(201,198,192)
#D9D9D2
(217,217,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E30; }

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

This text font color is #492E30.


Background Color

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

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

This div background color is #492E30.


Border color

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

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

This div border color is #492E30.


Opacity

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

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

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

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

This text has shadow with #492E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E30 on black background.


Color preview on white background

This text has color #492E30 on white background.



Black color preview on #492E30 background

This text has black color on #492E30 background.


White color preview on #492E30 background

This text has white color on #492E30 background.