COLOR #496B73

HEX: #496B73
RGB: (73,107,115)

Renk bilgisi

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

RGB renk modeli

#496B73 color RGB value is (73,107,115).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 115 of 255 = 45%

73
107
115

R + G + B ~ 39%. #496B73 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 115 = 295 (100%)
R 73 of 295 ~ 24.75%
G 107 of 295 ~ 36.27%
B 115 of 295 ~ 38.98%

%24.75
%36.27
%38.98

CMYK RENK MODELİ

#496B73 rengi CMYK tonu (37,7,0,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 6.96%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(37,7,0,55)
C37M7Y0K55 
(37%,7%,0%,55%)
(0.37/0.07/0.00/0.55)	

CMYK yüzdeleri

%36.52
%6.96
%0
%54.9

Codes

Color #496B73 in popluar color models

496B73
RGB73107115
HSL191°22.34%36.86%
HSB/HSV191°36.52%45.10%
CMYK36.52%6.96%0.00%
54.90%

Color #496B73 in popluar number systems.

HEX496B73
Decimal73107115
Binary100100111010111110011
Octal111153163

Shades and tints

Shades of #496B73

#496B73
(73,107,115)
#436269
(67,98,105)
#3D595F
(61,89,95)
#375055
(55,80,85)
#31474B
(49,71,75)
#2B3E41
(43,62,65)
#253537
(37,53,55)
#1F2C2D
(31,44,45)
#192323
(25,35,35)
#131A19
(19,26,25)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #496B73

#496B73
(73,107,115)
#59787F
(89,120,127)
#69858B
(105,133,139)
#799297
(121,146,151)
#899FA3
(137,159,163)
#99ACAF
(153,172,175)
#A9B9BB
(169,185,187)
#B9C6C7
(185,198,199)
#C9D3D3
(201,211,211)
#D9E0DF
(217,224,223)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496B73 color. Also use rgb(73,107,115) instead hex code.

Text Font Color

.myTextColor { color: #496B73; }

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

This text font color is #496B73.


Background Color

.myBgColor { background-color: #496B73; }

<div style="background-color:#496B73">Inner text</div>

This div background color is #496B73.


Border color

.myBorderColor { border: 1px solid #496B73; }

<div style="border:3px solid #496B73">Div</div>

This div border color is #496B73.


Opacity

.myOpacity80 { color: #496B73; opacity: 0.8; }

<p style="color:#496B73;opacity:0.8;">80%</p>

Text with #496B73 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 #496B73;}

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

This text has shadow with #496B73 color.

.textShadow {text-shadow: 3px 3px 1px #496B73, 3px 3px 1px red;}

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

This text has shadow with #496B73 primary color and red secondary color.


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

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

This text has shadow with #496B73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B73 on black background.


Color preview on white background

This text has color #496B73 on white background.



Black color preview on #496B73 background

This text has black color on #496B73 background.


White color preview on #496B73 background

This text has white color on #496B73 background.