COLOR #492B40

HEX: #492B40
RGB: (73,43,64)

Renk bilgisi

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

RGB renk modeli

#492B40 color RGB value is (73,43,64).

  • kırmız ton 73;
  • yeşil ton 43;
  • mavi ton 64.
RGB:
(73,43,64)
(29%,17%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 43 of 255 = 17%
B 64 of 255 = 25%

73
43
64

R + G + B ~ 24%. #492B40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 43 + 64 = 180 (100%)
R 73 of 180 ~ 40.56%
G 43 of 180 ~ 23.89%
B 64 of 180 ~ 35.56%

%40.56
%23.89
%35.56

CMYK RENK MODELİ

#492B40 rengi CMYK tonu (0,41,12,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.10%
  • sarı tonu 12.33%
  • ana renk tonu 71.37%
CMYK:
(0,41,12,71)
C0M41Y12K71 
(0%,41%,12%,71%)
(0.00/0.41/0.12/0.71)	

CMYK yüzdeleri

%0
%41.1
%12.33
%71.37

Codes

Color #492B40 in popluar color models

492B40
RGB734364
HSL318°25.86%22.75%
HSB/HSV318°41.10%28.63%
CMYK0.00%41.10%12.33%
71.37%

Color #492B40 in popluar number systems.

HEX492B40
Decimal734364
Binary10010011010111000000
Octal11153100

Shades and tints

Shades of #492B40

#492B40
(73,43,64)
#43283B
(67,40,59)
#3D2536
(61,37,54)
#372231
(55,34,49)
#311F2C
(49,31,44)
#2B1C27
(43,28,39)
#251922
(37,25,34)
#1F161D
(31,22,29)
#191318
(25,19,24)
#131013
(19,16,19)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #492B40

#492B40
(73,43,64)
#593E51
(89,62,81)
#695162
(105,81,98)
#796473
(121,100,115)
#897784
(137,119,132)
#998A95
(153,138,149)
#A99DA6
(169,157,166)
#B9B0B7
(185,176,183)
#C9C3C8
(201,195,200)
#D9D6D9
(217,214,217)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492B40 color. Also use rgb(73,43,64) instead hex code.

Text Font Color

.myTextColor { color: #492B40; }

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

This text font color is #492B40.


Background Color

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

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

This div background color is #492B40.


Border color

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

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

This div border color is #492B40.


Opacity

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

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

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

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

This text has shadow with #492B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B40 on black background.


Color preview on white background

This text has color #492B40 on white background.



Black color preview on #492B40 background

This text has black color on #492B40 background.


White color preview on #492B40 background

This text has white color on #492B40 background.