COLOR #496058

HEX: #496058
RGB: (73,96,88)

Renk bilgisi

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

RGB renk modeli

#496058 color RGB value is (73,96,88).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 96 of 255 = 38%
B 88 of 255 = 35%

73
96
88

R + G + B ~ 34%. #496058 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 96 + 88 = 257 (100%)
R 73 of 257 ~ 28.4%
G 96 of 257 ~ 37.35%
B 88 of 257 ~ 34.24%

%28.4
%37.35
%34.24

CMYK RENK MODELİ

#496058 rengi CMYK tonu (24,0,8,62).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 62.35%
CMYK:
(24,0,8,62)
C24M0Y8K62 
(24%,0%,8%,62%)
(0.24/0.00/0.08/0.62)	

CMYK yüzdeleri

%23.96
%0
%8.33
%62.35

Codes

Color #496058 in popluar color models

496058
RGB739688
HSL159°13.61%33.14%
HSB/HSV159°23.96%37.65%
CMYK23.96%0.00%8.33%
62.35%

Color #496058 in popluar number systems.

HEX496058
Decimal739688
Binary100100111000001011000
Octal111140130

Shades and tints

Shades of #496058

#496058
(73,96,88)
#435850
(67,88,80)
#3D5048
(61,80,72)
#374840
(55,72,64)
#314038
(49,64,56)
#2B3830
(43,56,48)
#253028
(37,48,40)
#1F2820
(31,40,32)
#192018
(25,32,24)
#131810
(19,24,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #496058

#496058
(73,96,88)
#596E67
(89,110,103)
#697C76
(105,124,118)
#798A85
(121,138,133)
#899894
(137,152,148)
#99A6A3
(153,166,163)
#A9B4B2
(169,180,178)
#B9C2C1
(185,194,193)
#C9D0D0
(201,208,208)
#D9DEDF
(217,222,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496058; }

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

This text font color is #496058.


Background Color

.myBgColor { background-color: #496058; }

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

This div background color is #496058.


Border color

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

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

This div border color is #496058.


Opacity

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

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

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

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

This text has shadow with #496058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496058 on black background.


Color preview on white background

This text has color #496058 on white background.



Black color preview on #496058 background

This text has black color on #496058 background.


White color preview on #496058 background

This text has white color on #496058 background.