COLOR #496C54

HEX: #496C54
RGB: (73,108,84)

Renk bilgisi

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

RGB renk modeli

#496C54 color RGB value is (73,108,84).

  • kırmız ton 73;
  • yeşil ton 108;
  • mavi ton 84.
RGB:
(73,108,84)
(29%,42%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 84 of 255 = 33%

73
108
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 84 = 265 (100%)
R 73 of 265 ~ 27.55%
G 108 of 265 ~ 40.75%
B 84 of 265 ~ 31.7%

%27.55
%40.75
%31.7

CMYK RENK MODELİ

#496C54 rengi CMYK tonu (32,0,22,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 22.22%
  • ana renk tonu 57.65%
CMYK:
(32,0,22,58)
C32M0Y22K58 
(32%,0%,22%,58%)
(0.32/0.00/0.22/0.58)	

CMYK yüzdeleri

%32.41
%0
%22.22
%57.65

Codes

Color #496C54 in popluar color models

496C54
RGB7310884
HSL139°19.34%35.49%
HSB/HSV139°32.41%42.35%
CMYK32.41%0.00%22.22%
57.65%

Color #496C54 in popluar number systems.

HEX496C54
Decimal7310884
Binary100100111011001010100
Octal111154124

Shades and tints

Shades of #496C54

#496C54
(73,108,84)
#43634D
(67,99,77)
#3D5A46
(61,90,70)
#37513F
(55,81,63)
#314838
(49,72,56)
#2B3F31
(43,63,49)
#25362A
(37,54,42)
#1F2D23
(31,45,35)
#19241C
(25,36,28)
#131B15
(19,27,21)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #496C54

#496C54
(73,108,84)
#597963
(89,121,99)
#698672
(105,134,114)
#799381
(121,147,129)
#89A090
(137,160,144)
#99AD9F
(153,173,159)
#A9BAAE
(169,186,174)
#B9C7BD
(185,199,189)
#C9D4CC
(201,212,204)
#D9E1DB
(217,225,219)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C54 color. Also use rgb(73,108,84) instead hex code.

Text Font Color

.myTextColor { color: #496C54; }

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

This text font color is #496C54.


Background Color

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

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

This div background color is #496C54.


Border color

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

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

This div border color is #496C54.


Opacity

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

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

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

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

This text has shadow with #496C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C54 on black background.


Color preview on white background

This text has color #496C54 on white background.



Black color preview on #496C54 background

This text has black color on #496C54 background.


White color preview on #496C54 background

This text has white color on #496C54 background.