COLOR #492339

HEX: #492339
RGB: (73,35,57)

Renk bilgisi

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

RGB renk modeli

#492339 color RGB value is (73,35,57).

  • kırmız ton 73;
  • yeşil ton 35;
  • mavi ton 57.
RGB:
(73,35,57)
(29%,14%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 35 of 255 = 14%
B 57 of 255 = 22%

73
35
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 35 + 57 = 165 (100%)
R 73 of 165 ~ 44.24%
G 35 of 165 ~ 21.21%
B 57 of 165 ~ 34.55%

%44.24
%21.21
%34.55

CMYK RENK MODELİ

#492339 rengi CMYK tonu (0,52,22,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.05%
  • sarı tonu 21.92%
  • ana renk tonu 71.37%
CMYK:
(0,52,22,71)
C0M52Y22K71 
(0%,52%,22%,71%)
(0.00/0.52/0.22/0.71)	

CMYK yüzdeleri

%0
%52.05
%21.92
%71.37

Codes

Color #492339 in popluar color models

492339
RGB733557
HSL325°35.19%21.18%
HSB/HSV325°52.05%28.63%
CMYK0.00%52.05%21.92%
71.37%

Color #492339 in popluar number systems.

HEX492339
Decimal733557
Binary1001001100011111001
Octal1114371

Shades and tints

Shades of #492339

#492339
(73,35,57)
#432034
(67,32,52)
#3D1D2F
(61,29,47)
#371A2A
(55,26,42)
#311725
(49,23,37)
#2B1420
(43,20,32)
#25111B
(37,17,27)
#1F0E16
(31,14,22)
#190B11
(25,11,17)
#13080C
(19,8,12)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #492339

#492339
(73,35,57)
#59374B
(89,55,75)
#694B5D
(105,75,93)
#795F6F
(121,95,111)
#897381
(137,115,129)
#998793
(153,135,147)
#A99BA5
(169,155,165)
#B9AFB7
(185,175,183)
#C9C3C9
(201,195,201)
#D9D7DB
(217,215,219)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492339 color. Also use rgb(73,35,57) instead hex code.

Text Font Color

.myTextColor { color: #492339; }

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

This text font color is #492339.


Background Color

.myBgColor { background-color: #492339; }

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

This div background color is #492339.


Border color

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

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

This div border color is #492339.


Opacity

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

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

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

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

This text has shadow with #492339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492339 on black background.


Color preview on white background

This text has color #492339 on white background.



Black color preview on #492339 background

This text has black color on #492339 background.


White color preview on #492339 background

This text has white color on #492339 background.