COLOR #496B4E

HEX: #496B4E
RGB: (73,107,78)

Renk bilgisi

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

RGB renk modeli

#496B4E color RGB value is (73,107,78).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 107 of 255 = 42%
B 78 of 255 = 31%

73
107
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 107 + 78 = 258 (100%)
R 73 of 258 ~ 28.29%
G 107 of 258 ~ 41.47%
B 78 of 258 ~ 30.23%

%28.29
%41.47
%30.23

CMYK RENK MODELİ

#496B4E rengi CMYK tonu (32,0,27,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 0.00%
  • sarı tonu 27.10%
  • ana renk tonu 58.04%
CMYK:
(32,0,27,58)
C32M0Y27K58 
(32%,0%,27%,58%)
(0.32/0.00/0.27/0.58)	

CMYK yüzdeleri

%31.78
%0
%27.1
%58.04

Codes

Color #496B4E in popluar color models

496B4E
RGB7310778
HSL129°18.89%35.29%
HSB/HSV129°31.78%41.96%
CMYK31.78%0.00%27.10%
58.04%

Color #496B4E in popluar number systems.

HEX496B4E
Decimal7310778
Binary100100111010111001110
Octal111153116

Shades and tints

Shades of #496B4E

#496B4E
(73,107,78)
#436247
(67,98,71)
#3D5940
(61,89,64)
#375039
(55,80,57)
#314732
(49,71,50)
#2B3E2B
(43,62,43)
#253524
(37,53,36)
#1F2C1D
(31,44,29)
#192316
(25,35,22)
#131A0F
(19,26,15)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #496B4E

#496B4E
(73,107,78)
#59785E
(89,120,94)
#69856E
(105,133,110)
#79927E
(121,146,126)
#899F8E
(137,159,142)
#99AC9E
(153,172,158)
#A9B9AE
(169,185,174)
#B9C6BE
(185,198,190)
#C9D3CE
(201,211,206)
#D9E0DE
(217,224,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B4E; }

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

This text font color is #496B4E.


Background Color

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

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

This div background color is #496B4E.


Border color

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

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

This div border color is #496B4E.


Opacity

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

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

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

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

This text has shadow with #496B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B4E on black background.


Color preview on white background

This text has color #496B4E on white background.



Black color preview on #496B4E background

This text has black color on #496B4E background.


White color preview on #496B4E background

This text has white color on #496B4E background.