COLOR #496367

HEX: #496367
RGB: (73,99,103)

Renk bilgisi

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

RGB renk modeli

#496367 color RGB value is (73,99,103).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 99 of 255 = 39%
B 103 of 255 = 40%

73
99
103

R + G + B ~ 36%. #496367 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 99 + 103 = 275 (100%)
R 73 of 275 ~ 26.55%
G 99 of 275 ~ 36%
B 103 of 275 ~ 37.45%

%26.55
%36
%37.45

CMYK RENK MODELİ

#496367 rengi CMYK tonu (29,4,0,60).

  • camgöbeği tonu 29.13%
  • eflatun tonu 3.88%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(29,4,0,60)
C29M4Y0K60 
(29%,4%,0%,60%)
(0.29/0.04/0.00/0.60)	

CMYK yüzdeleri

%29.13
%3.88
%0
%59.61

Codes

Color #496367 in popluar color models

496367
RGB7399103
HSL188°17.05%34.51%
HSB/HSV188°29.13%40.39%
CMYK29.13%3.88%0.00%
59.61%

Color #496367 in popluar number systems.

HEX496367
Decimal7399103
Binary100100111000111100111
Octal111143147

Shades and tints

Shades of #496367

#496367
(73,99,103)
#435A5E
(67,90,94)
#3D5155
(61,81,85)
#37484C
(55,72,76)
#313F43
(49,63,67)
#2B363A
(43,54,58)
#252D31
(37,45,49)
#1F2428
(31,36,40)
#191B1F
(25,27,31)
#131216
(19,18,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #496367

#496367
(73,99,103)
#597174
(89,113,116)
#697F81
(105,127,129)
#798D8E
(121,141,142)
#899B9B
(137,155,155)
#99A9A8
(153,169,168)
#A9B7B5
(169,183,181)
#B9C5C2
(185,197,194)
#C9D3CF
(201,211,207)
#D9E1DC
(217,225,220)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496367; }

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

This text font color is #496367.


Background Color

.myBgColor { background-color: #496367; }

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

This div background color is #496367.


Border color

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

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

This div border color is #496367.


Opacity

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

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

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

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

This text has shadow with #496367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496367 on black background.


Color preview on white background

This text has color #496367 on white background.



Black color preview on #496367 background

This text has black color on #496367 background.


White color preview on #496367 background

This text has white color on #496367 background.