COLOR #49425D

HEX: #49425D
RGB: (73,66,93)

Renk bilgisi

#49425D contains red, green and blue colors in about the same proportion. #49425D ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#49425D color RGB value is (73,66,93).

  • kırmız ton 73;
  • yeşil ton 66;
  • mavi ton 93.
RGB:
(73,66,93)
(29%,26%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 93 of 255 = 36%

73
66
93

R + G + B ~ 30%. #49425D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 93 = 232 (100%)
R 73 of 232 ~ 31.47%
G 66 of 232 ~ 28.45%
B 93 of 232 ~ 40.09%

%31.47
%28.45
%40.09

CMYK RENK MODELİ

#49425D rengi CMYK tonu (22,29,0,64).

  • camgöbeği tonu 21.51%
  • eflatun tonu 29.03%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(22,29,0,64)
C22M29Y0K64 
(22%,29%,0%,64%)
(0.22/0.29/0.00/0.64)	

CMYK yüzdeleri

%21.51
%29.03
%0
%63.53

Codes

Color #49425D in popluar color models

49425D
RGB736693
HSL256°16.98%31.18%
HSB/HSV256°29.03%36.47%
CMYK21.51%29.03%0.00%
63.53%

Color #49425D in popluar number systems.

HEX49425D
Decimal736693
Binary100100110000101011101
Octal111102135

Shades and tints

Shades of #49425D

#49425D
(73,66,93)
#433C55
(67,60,85)
#3D364D
(61,54,77)
#373045
(55,48,69)
#312A3D
(49,42,61)
#2B2435
(43,36,53)
#251E2D
(37,30,45)
#1F1825
(31,24,37)
#19121D
(25,18,29)
#130C15
(19,12,21)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #49425D

#49425D
(73,66,93)
#59536B
(89,83,107)
#696479
(105,100,121)
#797587
(121,117,135)
#898695
(137,134,149)
#9997A3
(153,151,163)
#A9A8B1
(169,168,177)
#B9B9BF
(185,185,191)
#C9CACD
(201,202,205)
#D9DBDB
(217,219,219)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49425D color. Also use rgb(73,66,93) instead hex code.

Text Font Color

.myTextColor { color: #49425D; }

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

This text font color is #49425D.


Background Color

.myBgColor { background-color: #49425D; }

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

This div background color is #49425D.


Border color

.myBorderColor { border: 1px solid #49425D; }

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

This div border color is #49425D.


Opacity

.myOpacity80 { color: #49425D; opacity: 0.8; }

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

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

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

This text has shadow with #49425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49425D on black background.


Color preview on white background

This text has color #49425D on white background.



Black color preview on #49425D background

This text has black color on #49425D background.


White color preview on #49425D background

This text has white color on #49425D background.