COLOR #496260

HEX: #496260
RGB: (73,98,96)

Renk bilgisi

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

RGB renk modeli

#496260 color RGB value is (73,98,96).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 96 of 255 = 38%

73
98
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 96 = 267 (100%)
R 73 of 267 ~ 27.34%
G 98 of 267 ~ 36.7%
B 96 of 267 ~ 35.96%

%27.34
%36.7
%35.96

CMYK RENK MODELİ

#496260 rengi CMYK tonu (26,0,2,62).

  • camgöbeği tonu 25.51%
  • eflatun tonu 0.00%
  • sarı tonu 2.04%
  • ana renk tonu 61.57%
CMYK:
(26,0,2,62)
C26M0Y2K62 
(26%,0%,2%,62%)
(0.26/0.00/0.02/0.62)	

CMYK yüzdeleri

%25.51
%0
%2.04
%61.57

Codes

Color #496260 in popluar color models

496260
RGB739896
HSL175°14.62%33.53%
HSB/HSV175°25.51%38.43%
CMYK25.51%0.00%2.04%
61.57%

Color #496260 in popluar number systems.

HEX496260
Decimal739896
Binary100100111000101100000
Octal111142140

Shades and tints

Shades of #496260

#496260
(73,98,96)
#435A58
(67,90,88)
#3D5250
(61,82,80)
#374A48
(55,74,72)
#314240
(49,66,64)
#2B3A38
(43,58,56)
#253230
(37,50,48)
#1F2A28
(31,42,40)
#192220
(25,34,32)
#131A18
(19,26,24)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #496260

#496260
(73,98,96)
#59706E
(89,112,110)
#697E7C
(105,126,124)
#798C8A
(121,140,138)
#899A98
(137,154,152)
#99A8A6
(153,168,166)
#A9B6B4
(169,182,180)
#B9C4C2
(185,196,194)
#C9D2D0
(201,210,208)
#D9E0DE
(217,224,222)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496260; }

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

This text font color is #496260.


Background Color

.myBgColor { background-color: #496260; }

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

This div background color is #496260.


Border color

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

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

This div border color is #496260.


Opacity

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

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

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

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

This text has shadow with #496260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496260 on black background.


Color preview on white background

This text has color #496260 on white background.



Black color preview on #496260 background

This text has black color on #496260 background.


White color preview on #496260 background

This text has white color on #496260 background.