COLOR #49365B

HEX: #49365B
RGB: (73,54,91)

Renk bilgisi

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

RGB renk modeli

#49365B color RGB value is (73,54,91).

  • kırmız ton 73;
  • yeşil ton 54;
  • mavi ton 91.
RGB:
(73,54,91)
(29%,21%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 54 of 255 = 21%
B 91 of 255 = 36%

73
54
91

R + G + B ~ 29%. #49365B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 54 + 91 = 218 (100%)
R 73 of 218 ~ 33.49%
G 54 of 218 ~ 24.77%
B 91 of 218 ~ 41.74%

%33.49
%24.77
%41.74

CMYK RENK MODELİ

#49365B rengi CMYK tonu (20,41,0,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 40.66%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(20,41,0,64)
C20M41Y0K64 
(20%,41%,0%,64%)
(0.20/0.41/0.00/0.64)	

CMYK yüzdeleri

%19.78
%40.66
%0
%64.31

Codes

Color #49365B in popluar color models

49365B
RGB735491
HSL271°25.52%28.43%
HSB/HSV271°40.66%35.69%
CMYK19.78%40.66%0.00%
64.31%

Color #49365B in popluar number systems.

HEX49365B
Decimal735491
Binary10010011101101011011
Octal11166133

Shades and tints

Shades of #49365B

#49365B
(73,54,91)
#433253
(67,50,83)
#3D2E4B
(61,46,75)
#372A43
(55,42,67)
#31263B
(49,38,59)
#2B2233
(43,34,51)
#251E2B
(37,30,43)
#1F1A23
(31,26,35)
#19161B
(25,22,27)
#131213
(19,18,19)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #49365B

#49365B
(73,54,91)
#594869
(89,72,105)
#695A77
(105,90,119)
#796C85
(121,108,133)
#897E93
(137,126,147)
#9990A1
(153,144,161)
#A9A2AF
(169,162,175)
#B9B4BD
(185,180,189)
#C9C6CB
(201,198,203)
#D9D8D9
(217,216,217)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49365B color. Also use rgb(73,54,91) instead hex code.

Text Font Color

.myTextColor { color: #49365B; }

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

This text font color is #49365B.


Background Color

.myBgColor { background-color: #49365B; }

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

This div background color is #49365B.


Border color

.myBorderColor { border: 1px solid #49365B; }

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

This div border color is #49365B.


Opacity

.myOpacity80 { color: #49365B; opacity: 0.8; }

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

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

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

This text has shadow with #49365B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49365B on black background.


Color preview on white background

This text has color #49365B on white background.



Black color preview on #49365B background

This text has black color on #49365B background.


White color preview on #49365B background

This text has white color on #49365B background.