COLOR #496E75

HEX: #496E75
RGB: (73,110,117)

Renk bilgisi

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

RGB renk modeli

#496E75 color RGB value is (73,110,117).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 117 of 255 = 46%

73
110
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 117 = 300 (100%)
R 73 of 300 ~ 24.33%
G 110 of 300 ~ 36.67%
B 117 of 300 ~ 39%

%24.33
%36.67
%39

CMYK RENK MODELİ

#496E75 rengi CMYK tonu (38,6,0,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 5.98%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(38,6,0,54)
C38M6Y0K54 
(38%,6%,0%,54%)
(0.38/0.06/0.00/0.54)	

CMYK yüzdeleri

%37.61
%5.98
%0
%54.12

Codes

Color #496E75 in popluar color models

496E75
RGB73110117
HSL190°23.16%37.25%
HSB/HSV190°37.61%45.88%
CMYK37.61%5.98%0.00%
54.12%

Color #496E75 in popluar number systems.

HEX496E75
Decimal73110117
Binary100100111011101110101
Octal111156165

Shades and tints

Shades of #496E75

#496E75
(73,110,117)
#43646B
(67,100,107)
#3D5A61
(61,90,97)
#375057
(55,80,87)
#31464D
(49,70,77)
#2B3C43
(43,60,67)
#253239
(37,50,57)
#1F282F
(31,40,47)
#191E25
(25,30,37)
#13141B
(19,20,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #496E75

#496E75
(73,110,117)
#597B81
(89,123,129)
#69888D
(105,136,141)
#799599
(121,149,153)
#89A2A5
(137,162,165)
#99AFB1
(153,175,177)
#A9BCBD
(169,188,189)
#B9C9C9
(185,201,201)
#C9D6D5
(201,214,213)
#D9E3E1
(217,227,225)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E75; }

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

This text font color is #496E75.


Background Color

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

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

This div background color is #496E75.


Border color

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

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

This div border color is #496E75.


Opacity

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

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

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

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

This text has shadow with #496E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E75 on black background.


Color preview on white background

This text has color #496E75 on white background.



Black color preview on #496E75 background

This text has black color on #496E75 background.


White color preview on #496E75 background

This text has white color on #496E75 background.