COLOR #496C6D

HEX: #496C6D
RGB: (73,108,109)

Renk bilgisi

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

RGB renk modeli

#496C6D color RGB value is (73,108,109).

  • kırmız ton 73;
  • yeşil ton 108;
  • mavi ton 109.
RGB:
(73,108,109)
(29%,42%,43%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 109 of 255 = 43%

73
108
109

R + G + B ~ 38%. #496C6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 109 = 290 (100%)
R 73 of 290 ~ 25.17%
G 108 of 290 ~ 37.24%
B 109 of 290 ~ 37.59%

%25.17
%37.24
%37.59

CMYK RENK MODELİ

#496C6D rengi CMYK tonu (33,1,0,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.92%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(33,1,0,57)
C33M1Y0K57 
(33%,1%,0%,57%)
(0.33/0.01/0.00/0.57)	

CMYK yüzdeleri

%33.03
%0.92
%0
%57.25

Codes

Color #496C6D in popluar color models

496C6D
RGB73108109
HSL182°19.78%35.69%
HSB/HSV182°33.03%42.75%
CMYK33.03%0.92%0.00%
57.25%

Color #496C6D in popluar number systems.

HEX496C6D
Decimal73108109
Binary100100111011001101101
Octal111154155

Shades and tints

Shades of #496C6D

#496C6D
(73,108,109)
#436364
(67,99,100)
#3D5A5B
(61,90,91)
#375152
(55,81,82)
#314849
(49,72,73)
#2B3F40
(43,63,64)
#253637
(37,54,55)
#1F2D2E
(31,45,46)
#192425
(25,36,37)
#131B1C
(19,27,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #496C6D

#496C6D
(73,108,109)
#59797A
(89,121,122)
#698687
(105,134,135)
#799394
(121,147,148)
#89A0A1
(137,160,161)
#99ADAE
(153,173,174)
#A9BABB
(169,186,187)
#B9C7C8
(185,199,200)
#C9D4D5
(201,212,213)
#D9E1E2
(217,225,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C6D color. Also use rgb(73,108,109) instead hex code.

Text Font Color

.myTextColor { color: #496C6D; }

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

This text font color is #496C6D.


Background Color

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

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

This div background color is #496C6D.


Border color

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

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

This div border color is #496C6D.


Opacity

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

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

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

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

This text has shadow with #496C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C6D on black background.


Color preview on white background

This text has color #496C6D on white background.



Black color preview on #496C6D background

This text has black color on #496C6D background.


White color preview on #496C6D background

This text has white color on #496C6D background.