COLOR #496A54

HEX: #496A54
RGB: (73,106,84)

Renk bilgisi

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

RGB renk modeli

#496A54 color RGB value is (73,106,84).

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

RGB bağlantıları ve doygunluk

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

73
106
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 106 + 84 = 263 (100%)
R 73 of 263 ~ 27.76%
G 106 of 263 ~ 40.3%
B 84 of 263 ~ 31.94%

%27.76
%40.3
%31.94

CMYK RENK MODELİ

#496A54 rengi CMYK tonu (31,0,21,58).

  • camgöbeği tonu 31.13%
  • eflatun tonu 0.00%
  • sarı tonu 20.75%
  • ana renk tonu 58.43%
CMYK:
(31,0,21,58)
C31M0Y21K58 
(31%,0%,21%,58%)
(0.31/0.00/0.21/0.58)	

CMYK yüzdeleri

%31.13
%0
%20.75
%58.43

Codes

Color #496A54 in popluar color models

496A54
RGB7310684
HSL140°18.44%35.10%
HSB/HSV140°31.13%41.57%
CMYK31.13%0.00%20.75%
58.43%

Color #496A54 in popluar number systems.

HEX496A54
Decimal7310684
Binary100100111010101010100
Octal111152124

Shades and tints

Shades of #496A54

#496A54
(73,106,84)
#43614D
(67,97,77)
#3D5846
(61,88,70)
#374F3F
(55,79,63)
#314638
(49,70,56)
#2B3D31
(43,61,49)
#25342A
(37,52,42)
#1F2B23
(31,43,35)
#19221C
(25,34,28)
#131915
(19,25,21)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #496A54

#496A54
(73,106,84)
#597763
(89,119,99)
#698472
(105,132,114)
#799181
(121,145,129)
#899E90
(137,158,144)
#99AB9F
(153,171,159)
#A9B8AE
(169,184,174)
#B9C5BD
(185,197,189)
#C9D2CC
(201,210,204)
#D9DFDB
(217,223,219)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496A54; }

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

This text font color is #496A54.


Background Color

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

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

This div background color is #496A54.


Border color

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

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

This div border color is #496A54.


Opacity

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

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

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

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

This text has shadow with #496A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496A54 on black background.


Color preview on white background

This text has color #496A54 on white background.



Black color preview on #496A54 background

This text has black color on #496A54 background.


White color preview on #496A54 background

This text has white color on #496A54 background.