COLOR #496B58

HEX: #496B58
RGB: (73,107,88)

Renk bilgisi

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

RGB renk modeli

#496B58 color RGB value is (73,107,88).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 88 of 255 = 35%

73
107
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 88 = 268 (100%)
R 73 of 268 ~ 27.24%
G 107 of 268 ~ 39.93%
B 88 of 268 ~ 32.84%

%27.24
%39.93
%32.84

CMYK RENK MODELİ

#496B58 rengi CMYK tonu (32,0,18,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 0.00%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(32,0,18,58)
C32M0Y18K58 
(32%,0%,18%,58%)
(0.32/0.00/0.18/0.58)	

CMYK yüzdeleri

%31.78
%0
%17.76
%58.04

Codes

Color #496B58 in popluar color models

496B58
RGB7310788
HSL146°18.89%35.29%
HSB/HSV146°31.78%41.96%
CMYK31.78%0.00%17.76%
58.04%

Color #496B58 in popluar number systems.

HEX496B58
Decimal7310788
Binary100100111010111011000
Octal111153130

Shades and tints

Shades of #496B58

#496B58
(73,107,88)
#436250
(67,98,80)
#3D5948
(61,89,72)
#375040
(55,80,64)
#314738
(49,71,56)
#2B3E30
(43,62,48)
#253528
(37,53,40)
#1F2C20
(31,44,32)
#192318
(25,35,24)
#131A10
(19,26,16)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #496B58

#496B58
(73,107,88)
#597867
(89,120,103)
#698576
(105,133,118)
#799285
(121,146,133)
#899F94
(137,159,148)
#99ACA3
(153,172,163)
#A9B9B2
(169,185,178)
#B9C6C1
(185,198,193)
#C9D3D0
(201,211,208)
#D9E0DF
(217,224,223)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B58; }

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

This text font color is #496B58.


Background Color

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

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

This div background color is #496B58.


Border color

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

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

This div border color is #496B58.


Opacity

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

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

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

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

This text has shadow with #496B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B58 on black background.


Color preview on white background

This text has color #496B58 on white background.



Black color preview on #496B58 background

This text has black color on #496B58 background.


White color preview on #496B58 background

This text has white color on #496B58 background.