COLOR #49576B

HEX: #49576B
RGB: (73,87,107)

Renk bilgisi

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

RGB renk modeli

#49576B color RGB value is (73,87,107).

  • kırmız ton 73;
  • yeşil ton 87;
  • mavi ton 107.
RGB:
(73,87,107)
(29%,34%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 87 of 255 = 34%
B 107 of 255 = 42%

73
87
107

R + G + B ~ 35%. #49576B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 87 + 107 = 267 (100%)
R 73 of 267 ~ 27.34%
G 87 of 267 ~ 32.58%
B 107 of 267 ~ 40.07%

%27.34
%32.58
%40.07

CMYK RENK MODELİ

#49576B rengi CMYK tonu (32,19,0,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 18.69%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(32,19,0,58)
C32M19Y0K58 
(32%,19%,0%,58%)
(0.32/0.19/0.00/0.58)	

CMYK yüzdeleri

%31.78
%18.69
%0
%58.04

Codes

Color #49576B in popluar color models

49576B
RGB7387107
HSL215°18.89%35.29%
HSB/HSV215°31.78%41.96%
CMYK31.78%18.69%0.00%
58.04%

Color #49576B in popluar number systems.

HEX49576B
Decimal7387107
Binary100100110101111101011
Octal111127153

Shades and tints

Shades of #49576B

#49576B
(73,87,107)
#435062
(67,80,98)
#3D4959
(61,73,89)
#374250
(55,66,80)
#313B47
(49,59,71)
#2B343E
(43,52,62)
#252D35
(37,45,53)
#1F262C
(31,38,44)
#191F23
(25,31,35)
#13181A
(19,24,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #49576B

#49576B
(73,87,107)
#596678
(89,102,120)
#697585
(105,117,133)
#798492
(121,132,146)
#89939F
(137,147,159)
#99A2AC
(153,162,172)
#A9B1B9
(169,177,185)
#B9C0C6
(185,192,198)
#C9CFD3
(201,207,211)
#D9DEE0
(217,222,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49576B color. Also use rgb(73,87,107) instead hex code.

Text Font Color

.myTextColor { color: #49576B; }

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

This text font color is #49576B.


Background Color

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

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

This div background color is #49576B.


Border color

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

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

This div border color is #49576B.


Opacity

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

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

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

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

This text has shadow with #49576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49576B on black background.


Color preview on white background

This text has color #49576B on white background.



Black color preview on #49576B background

This text has black color on #49576B background.


White color preview on #49576B background

This text has white color on #49576B background.