COLOR #496C5A

HEX: #496C5A
RGB: (73,108,90)

Renk bilgisi

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

RGB renk modeli

#496C5A color RGB value is (73,108,90).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 90 of 255 = 35%

73
108
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 90 = 271 (100%)
R 73 of 271 ~ 26.94%
G 108 of 271 ~ 39.85%
B 90 of 271 ~ 33.21%

%26.94
%39.85
%33.21

CMYK RENK MODELİ

#496C5A rengi CMYK tonu (32,0,17,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 57.65%
CMYK:
(32,0,17,58)
C32M0Y17K58 
(32%,0%,17%,58%)
(0.32/0.00/0.17/0.58)	

CMYK yüzdeleri

%32.41
%0
%16.67
%57.65

Codes

Color #496C5A in popluar color models

496C5A
RGB7310890
HSL149°19.34%35.49%
HSB/HSV149°32.41%42.35%
CMYK32.41%0.00%16.67%
57.65%

Color #496C5A in popluar number systems.

HEX496C5A
Decimal7310890
Binary100100111011001011010
Octal111154132

Shades and tints

Shades of #496C5A

#496C5A
(73,108,90)
#436352
(67,99,82)
#3D5A4A
(61,90,74)
#375142
(55,81,66)
#31483A
(49,72,58)
#2B3F32
(43,63,50)
#25362A
(37,54,42)
#1F2D22
(31,45,34)
#19241A
(25,36,26)
#131B12
(19,27,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #496C5A

#496C5A
(73,108,90)
#597969
(89,121,105)
#698678
(105,134,120)
#799387
(121,147,135)
#89A096
(137,160,150)
#99ADA5
(153,173,165)
#A9BAB4
(169,186,180)
#B9C7C3
(185,199,195)
#C9D4D2
(201,212,210)
#D9E1E1
(217,225,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496C5A; }

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

This text font color is #496C5A.


Background Color

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

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

This div background color is #496C5A.


Border color

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

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

This div border color is #496C5A.


Opacity

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

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

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

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

This text has shadow with #496C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C5A on black background.


Color preview on white background

This text has color #496C5A on white background.



Black color preview on #496C5A background

This text has black color on #496C5A background.


White color preview on #496C5A background

This text has white color on #496C5A background.