COLOR #49585C

HEX: #49585C
RGB: (73,88,92)

Renk bilgisi

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

RGB renk modeli

#49585C color RGB value is (73,88,92).

  • kırmız ton 73;
  • yeşil ton 88;
  • mavi ton 92.
RGB:
(73,88,92)
(29%,35%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 88 of 255 = 35%
B 92 of 255 = 36%

73
88
92

R + G + B ~ 33%. #49585C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 88 + 92 = 253 (100%)
R 73 of 253 ~ 28.85%
G 88 of 253 ~ 34.78%
B 92 of 253 ~ 36.36%

%28.85
%34.78
%36.36

CMYK RENK MODELİ

#49585C rengi CMYK tonu (21,4,0,64).

  • camgöbeği tonu 20.65%
  • eflatun tonu 4.35%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(21,4,0,64)
C21M4Y0K64 
(21%,4%,0%,64%)
(0.21/0.04/0.00/0.64)	

CMYK yüzdeleri

%20.65
%4.35
%0
%63.92

Codes

Color #49585C in popluar color models

49585C
RGB738892
HSL193°11.52%32.35%
HSB/HSV193°20.65%36.08%
CMYK20.65%4.35%0.00%
63.92%

Color #49585C in popluar number systems.

HEX49585C
Decimal738892
Binary100100110110001011100
Octal111130134

Shades and tints

Shades of #49585C

#49585C
(73,88,92)
#435054
(67,80,84)
#3D484C
(61,72,76)
#374044
(55,64,68)
#31383C
(49,56,60)
#2B3034
(43,48,52)
#25282C
(37,40,44)
#1F2024
(31,32,36)
#19181C
(25,24,28)
#131014
(19,16,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #49585C

#49585C
(73,88,92)
#59676A
(89,103,106)
#697678
(105,118,120)
#798586
(121,133,134)
#899494
(137,148,148)
#99A3A2
(153,163,162)
#A9B2B0
(169,178,176)
#B9C1BE
(185,193,190)
#C9D0CC
(201,208,204)
#D9DFDA
(217,223,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49585C color. Also use rgb(73,88,92) instead hex code.

Text Font Color

.myTextColor { color: #49585C; }

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

This text font color is #49585C.


Background Color

.myBgColor { background-color: #49585C; }

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

This div background color is #49585C.


Border color

.myBorderColor { border: 1px solid #49585C; }

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

This div border color is #49585C.


Opacity

.myOpacity80 { color: #49585C; opacity: 0.8; }

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

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

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

This text has shadow with #49585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49585C on black background.


Color preview on white background

This text has color #49585C on white background.



Black color preview on #49585C background

This text has black color on #49585C background.


White color preview on #49585C background

This text has white color on #49585C background.