COLOR #496C61

HEX: #496C61
RGB: (73,108,97)

Renk bilgisi

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

RGB renk modeli

#496C61 color RGB value is (73,108,97).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 97 of 255 = 38%

73
108
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 97 = 278 (100%)
R 73 of 278 ~ 26.26%
G 108 of 278 ~ 38.85%
B 97 of 278 ~ 34.89%

%26.26
%38.85
%34.89

CMYK RENK MODELİ

#496C61 rengi CMYK tonu (32,0,10,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 10.19%
  • ana renk tonu 57.65%
CMYK:
(32,0,10,58)
C32M0Y10K58 
(32%,0%,10%,58%)
(0.32/0.00/0.10/0.58)	

CMYK yüzdeleri

%32.41
%0
%10.19
%57.65

Codes

Color #496C61 in popluar color models

496C61
RGB7310897
HSL161°19.34%35.49%
HSB/HSV161°32.41%42.35%
CMYK32.41%0.00%10.19%
57.65%

Color #496C61 in popluar number systems.

HEX496C61
Decimal7310897
Binary100100111011001100001
Octal111154141

Shades and tints

Shades of #496C61

#496C61
(73,108,97)
#436359
(67,99,89)
#3D5A51
(61,90,81)
#375149
(55,81,73)
#314841
(49,72,65)
#2B3F39
(43,63,57)
#253631
(37,54,49)
#1F2D29
(31,45,41)
#192421
(25,36,33)
#131B19
(19,27,25)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #496C61

#496C61
(73,108,97)
#59796F
(89,121,111)
#69867D
(105,134,125)
#79938B
(121,147,139)
#89A099
(137,160,153)
#99ADA7
(153,173,167)
#A9BAB5
(169,186,181)
#B9C7C3
(185,199,195)
#C9D4D1
(201,212,209)
#D9E1DF
(217,225,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496C61; }

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

This text font color is #496C61.


Background Color

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

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

This div background color is #496C61.


Border color

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

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

This div border color is #496C61.


Opacity

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

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

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

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

This text has shadow with #496C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C61 on black background.


Color preview on white background

This text has color #496C61 on white background.



Black color preview on #496C61 background

This text has black color on #496C61 background.


White color preview on #496C61 background

This text has white color on #496C61 background.