COLOR #496E5E

HEX: #496E5E
RGB: (73,110,94)

Renk bilgisi

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

RGB renk modeli

#496E5E color RGB value is (73,110,94).

  • kırmız ton 73;
  • yeşil ton 110;
  • mavi ton 94.
RGB:
(73,110,94)
(29%,43%,37%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 110 of 255 = 43%
B 94 of 255 = 37%

73
110
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 110 + 94 = 277 (100%)
R 73 of 277 ~ 26.35%
G 110 of 277 ~ 39.71%
B 94 of 277 ~ 33.94%

%26.35
%39.71
%33.94

CMYK RENK MODELİ

#496E5E rengi CMYK tonu (34,0,15,57).

  • camgöbeği tonu 33.64%
  • eflatun tonu 0.00%
  • sarı tonu 14.55%
  • ana renk tonu 56.86%
CMYK:
(34,0,15,57)
C34M0Y15K57 
(34%,0%,15%,57%)
(0.34/0.00/0.15/0.57)	

CMYK yüzdeleri

%33.64
%0
%14.55
%56.86

Codes

Color #496E5E in popluar color models

496E5E
RGB7311094
HSL154°20.22%35.88%
HSB/HSV154°33.64%43.14%
CMYK33.64%0.00%14.55%
56.86%

Color #496E5E in popluar number systems.

HEX496E5E
Decimal7311094
Binary100100111011101011110
Octal111156136

Shades and tints

Shades of #496E5E

#496E5E
(73,110,94)
#436456
(67,100,86)
#3D5A4E
(61,90,78)
#375046
(55,80,70)
#31463E
(49,70,62)
#2B3C36
(43,60,54)
#25322E
(37,50,46)
#1F2826
(31,40,38)
#191E1E
(25,30,30)
#131416
(19,20,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #496E5E

#496E5E
(73,110,94)
#597B6C
(89,123,108)
#69887A
(105,136,122)
#799588
(121,149,136)
#89A296
(137,162,150)
#99AFA4
(153,175,164)
#A9BCB2
(169,188,178)
#B9C9C0
(185,201,192)
#C9D6CE
(201,214,206)
#D9E3DC
(217,227,220)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E5E color. Also use rgb(73,110,94) instead hex code.

Text Font Color

.myTextColor { color: #496E5E; }

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

This text font color is #496E5E.


Background Color

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

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

This div background color is #496E5E.


Border color

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

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

This div border color is #496E5E.


Opacity

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

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

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

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

This text has shadow with #496E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E5E on black background.


Color preview on white background

This text has color #496E5E on white background.



Black color preview on #496E5E background

This text has black color on #496E5E background.


White color preview on #496E5E background

This text has white color on #496E5E background.