COLOR #496263

HEX: #496263
RGB: (73,98,99)

Renk bilgisi

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

RGB renk modeli

#496263 color RGB value is (73,98,99).

  • kırmız ton 73;
  • yeşil ton 98;
  • mavi ton 99.
RGB:
(73,98,99)
(29%,38%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 99 of 255 = 39%

73
98
99

R + G + B ~ 35%. #496263 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 99 = 270 (100%)
R 73 of 270 ~ 27.04%
G 98 of 270 ~ 36.3%
B 99 of 270 ~ 36.67%

%27.04
%36.3
%36.67

CMYK RENK MODELİ

#496263 rengi CMYK tonu (26,1,0,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 1.01%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(26,1,0,61)
C26M1Y0K61 
(26%,1%,0%,61%)
(0.26/0.01/0.00/0.61)	

CMYK yüzdeleri

%26.26
%1.01
%0
%61.18

Codes

Color #496263 in popluar color models

496263
RGB739899
HSL182°15.12%33.73%
HSB/HSV182°26.26%38.82%
CMYK26.26%1.01%0.00%
61.18%

Color #496263 in popluar number systems.

HEX496263
Decimal739899
Binary100100111000101100011
Octal111142143

Shades and tints

Shades of #496263

#496263
(73,98,99)
#435A5A
(67,90,90)
#3D5251
(61,82,81)
#374A48
(55,74,72)
#31423F
(49,66,63)
#2B3A36
(43,58,54)
#25322D
(37,50,45)
#1F2A24
(31,42,36)
#19221B
(25,34,27)
#131A12
(19,26,18)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #496263

#496263
(73,98,99)
#597071
(89,112,113)
#697E7F
(105,126,127)
#798C8D
(121,140,141)
#899A9B
(137,154,155)
#99A8A9
(153,168,169)
#A9B6B7
(169,182,183)
#B9C4C5
(185,196,197)
#C9D2D3
(201,210,211)
#D9E0E1
(217,224,225)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496263 color. Also use rgb(73,98,99) instead hex code.

Text Font Color

.myTextColor { color: #496263; }

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

This text font color is #496263.


Background Color

.myBgColor { background-color: #496263; }

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

This div background color is #496263.


Border color

.myBorderColor { border: 1px solid #496263; }

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

This div border color is #496263.


Opacity

.myOpacity80 { color: #496263; opacity: 0.8; }

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

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

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

This text has shadow with #496263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496263 on black background.


Color preview on white background

This text has color #496263 on white background.



Black color preview on #496263 background

This text has black color on #496263 background.


White color preview on #496263 background

This text has white color on #496263 background.