COLOR #496E71

HEX: #496E71
RGB: (73,110,113)

Renk bilgisi

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

RGB renk modeli

#496E71 color RGB value is (73,110,113).

  • kırmız ton 73;
  • yeşil ton 110;
  • mavi ton 113.
RGB:
(73,110,113)
(29%,43%,44%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 113 of 255 = 44%

73
110
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 113 = 296 (100%)
R 73 of 296 ~ 24.66%
G 110 of 296 ~ 37.16%
B 113 of 296 ~ 38.18%

%24.66
%37.16
%38.18

CMYK RENK MODELİ

#496E71 rengi CMYK tonu (35,3,0,56).

  • camgöbeği tonu 35.40%
  • eflatun tonu 2.65%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(35,3,0,56)
C35M3Y0K56 
(35%,3%,0%,56%)
(0.35/0.03/0.00/0.56)	

CMYK yüzdeleri

%35.4
%2.65
%0
%55.69

Codes

Color #496E71 in popluar color models

496E71
RGB73110113
HSL185°21.51%36.47%
HSB/HSV185°35.40%44.31%
CMYK35.40%2.65%0.00%
55.69%

Color #496E71 in popluar number systems.

HEX496E71
Decimal73110113
Binary100100111011101110001
Octal111156161

Shades and tints

Shades of #496E71

#496E71
(73,110,113)
#436467
(67,100,103)
#3D5A5D
(61,90,93)
#375053
(55,80,83)
#314649
(49,70,73)
#2B3C3F
(43,60,63)
#253235
(37,50,53)
#1F282B
(31,40,43)
#191E21
(25,30,33)
#131417
(19,20,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #496E71

#496E71
(73,110,113)
#597B7D
(89,123,125)
#698889
(105,136,137)
#799595
(121,149,149)
#89A2A1
(137,162,161)
#99AFAD
(153,175,173)
#A9BCB9
(169,188,185)
#B9C9C5
(185,201,197)
#C9D6D1
(201,214,209)
#D9E3DD
(217,227,221)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E71 color. Also use rgb(73,110,113) instead hex code.

Text Font Color

.myTextColor { color: #496E71; }

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

This text font color is #496E71.


Background Color

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

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

This div background color is #496E71.


Border color

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

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

This div border color is #496E71.


Opacity

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

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

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

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

This text has shadow with #496E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E71 on black background.


Color preview on white background

This text has color #496E71 on white background.



Black color preview on #496E71 background

This text has black color on #496E71 background.


White color preview on #496E71 background

This text has white color on #496E71 background.