COLOR #492017

HEX: #492017
RGB: (73,32,23)

Renk bilgisi

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

RGB renk modeli

#492017 color RGB value is (73,32,23).

  • kırmız ton 73;
  • yeşil ton 32;
  • mavi ton 23.
RGB:
(73,32,23)
(29%,13%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 32 of 255 = 13%
B 23 of 255 = 9%

73
32
23

R + G + B ~ 17%. #492017 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 32 + 23 = 128 (100%)
R 73 of 128 ~ 57.03%
G 32 of 128 ~ 25%
B 23 of 128 ~ 17.97%

%57.03
%25
%17.97

CMYK RENK MODELİ

#492017 rengi CMYK tonu (0,56,68,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.16%
  • sarı tonu 68.49%
  • ana renk tonu 71.37%
CMYK:
(0,56,68,71)
C0M56Y68K71 
(0%,56%,68%,71%)
(0.00/0.56/0.68/0.71)	

CMYK yüzdeleri

%0
%56.16
%68.49
%71.37

Codes

Color #492017 in popluar color models

492017
RGB733223
HSL11°52.08%18.82%
HSB/HSV11°68.49%28.63%
CMYK0.00%56.16%68.49%
71.37%

Color #492017 in popluar number systems.

HEX492017
Decimal733223
Binary100100110000010111
Octal1114027

Shades and tints

Shades of #492017

#492017
(73,32,23)
#431E15
(67,30,21)
#3D1C13
(61,28,19)
#371A11
(55,26,17)
#31180F
(49,24,15)
#2B160D
(43,22,13)
#25140B
(37,20,11)
#1F1209
(31,18,9)
#191007
(25,16,7)
#130E05
(19,14,5)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #492017

#492017
(73,32,23)
#59342C
(89,52,44)
#694841
(105,72,65)
#795C56
(121,92,86)
#89706B
(137,112,107)
#998480
(153,132,128)
#A99895
(169,152,149)
#B9ACAA
(185,172,170)
#C9C0BF
(201,192,191)
#D9D4D4
(217,212,212)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492017 color. Also use rgb(73,32,23) instead hex code.

Text Font Color

.myTextColor { color: #492017; }

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

This text font color is #492017.


Background Color

.myBgColor { background-color: #492017; }

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

This div background color is #492017.


Border color

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

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

This div border color is #492017.


Opacity

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

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

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

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

This text has shadow with #492017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492017 on black background.


Color preview on white background

This text has color #492017 on white background.



Black color preview on #492017 background

This text has black color on #492017 background.


White color preview on #492017 background

This text has white color on #492017 background.