COLOR #49697C

HEX: #49697C
RGB: (73,105,124)

Renk bilgisi

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

RGB renk modeli

#49697C color RGB value is (73,105,124).

  • kırmız ton 73;
  • yeşil ton 105;
  • mavi ton 124.
RGB:
(73,105,124)
(29%,41%,49%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 105 of 255 = 41%
B 124 of 255 = 49%

73
105
124

R + G + B ~ 40%. #49697C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 105 + 124 = 302 (100%)
R 73 of 302 ~ 24.17%
G 105 of 302 ~ 34.77%
B 124 of 302 ~ 41.06%

%24.17
%34.77
%41.06

CMYK RENK MODELİ

#49697C rengi CMYK tonu (41,15,0,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 15.32%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(41,15,0,51)
C41M15Y0K51 
(41%,15%,0%,51%)
(0.41/0.15/0.00/0.51)	

CMYK yüzdeleri

%41.13
%15.32
%0
%51.37

Codes

Color #49697C in popluar color models

49697C
RGB73105124
HSL202°25.89%38.63%
HSB/HSV202°41.13%48.63%
CMYK41.13%15.32%0.00%
51.37%

Color #49697C in popluar number systems.

HEX49697C
Decimal73105124
Binary100100111010011111100
Octal111151174

Shades and tints

Shades of #49697C

#49697C
(73,105,124)
#436071
(67,96,113)
#3D5766
(61,87,102)
#374E5B
(55,78,91)
#314550
(49,69,80)
#2B3C45
(43,60,69)
#25333A
(37,51,58)
#1F2A2F
(31,42,47)
#192124
(25,33,36)
#131819
(19,24,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #49697C

#49697C
(73,105,124)
#597687
(89,118,135)
#698392
(105,131,146)
#79909D
(121,144,157)
#899DA8
(137,157,168)
#99AAB3
(153,170,179)
#A9B7BE
(169,183,190)
#B9C4C9
(185,196,201)
#C9D1D4
(201,209,212)
#D9DEDF
(217,222,223)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49697C color. Also use rgb(73,105,124) instead hex code.

Text Font Color

.myTextColor { color: #49697C; }

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

This text font color is #49697C.


Background Color

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

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

This div background color is #49697C.


Border color

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

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

This div border color is #49697C.


Opacity

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

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

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

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

This text has shadow with #49697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49697C on black background.


Color preview on white background

This text has color #49697C on white background.



Black color preview on #49697C background

This text has black color on #49697C background.


White color preview on #49697C background

This text has white color on #49697C background.