COLOR #496C5D

HEX: #496C5D
RGB: (73,108,93)

Renk bilgisi

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

RGB renk modeli

#496C5D color RGB value is (73,108,93).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 93 of 255 = 36%

73
108
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 93 = 274 (100%)
R 73 of 274 ~ 26.64%
G 108 of 274 ~ 39.42%
B 93 of 274 ~ 33.94%

%26.64
%39.42
%33.94

CMYK RENK MODELİ

#496C5D rengi CMYK tonu (32,0,14,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 13.89%
  • ana renk tonu 57.65%
CMYK:
(32,0,14,58)
C32M0Y14K58 
(32%,0%,14%,58%)
(0.32/0.00/0.14/0.58)	

CMYK yüzdeleri

%32.41
%0
%13.89
%57.65

Codes

Color #496C5D in popluar color models

496C5D
RGB7310893
HSL154°19.34%35.49%
HSB/HSV154°32.41%42.35%
CMYK32.41%0.00%13.89%
57.65%

Color #496C5D in popluar number systems.

HEX496C5D
Decimal7310893
Binary100100111011001011101
Octal111154135

Shades and tints

Shades of #496C5D

#496C5D
(73,108,93)
#436355
(67,99,85)
#3D5A4D
(61,90,77)
#375145
(55,81,69)
#31483D
(49,72,61)
#2B3F35
(43,63,53)
#25362D
(37,54,45)
#1F2D25
(31,45,37)
#19241D
(25,36,29)
#131B15
(19,27,21)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #496C5D

#496C5D
(73,108,93)
#59796B
(89,121,107)
#698679
(105,134,121)
#799387
(121,147,135)
#89A095
(137,160,149)
#99ADA3
(153,173,163)
#A9BAB1
(169,186,177)
#B9C7BF
(185,199,191)
#C9D4CD
(201,212,205)
#D9E1DB
(217,225,219)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496C5D; }

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

This text font color is #496C5D.


Background Color

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

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

This div background color is #496C5D.


Border color

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

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

This div border color is #496C5D.


Opacity

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

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

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

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

This text has shadow with #496C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C5D on black background.


Color preview on white background

This text has color #496C5D on white background.



Black color preview on #496C5D background

This text has black color on #496C5D background.


White color preview on #496C5D background

This text has white color on #496C5D background.