COLOR #496453

HEX: #496453
RGB: (73,100,83)

Renk bilgisi

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

RGB renk modeli

#496453 color RGB value is (73,100,83).

  • kırmız ton 73;
  • yeşil ton 100;
  • mavi ton 83.
RGB:
(73,100,83)
(29%,39%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 83 of 255 = 33%

73
100
83

R + G + B ~ 34%. #496453 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 83 = 256 (100%)
R 73 of 256 ~ 28.52%
G 100 of 256 ~ 39.06%
B 83 of 256 ~ 32.42%

%28.52
%39.06
%32.42

CMYK RENK MODELİ

#496453 rengi CMYK tonu (27,0,17,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 17.00%
  • ana renk tonu 60.78%
CMYK:
(27,0,17,61)
C27M0Y17K61 
(27%,0%,17%,61%)
(0.27/0.00/0.17/0.61)	

CMYK yüzdeleri

%27
%0
%17
%60.78

Codes

Color #496453 in popluar color models

496453
RGB7310083
HSL142°15.61%33.92%
HSB/HSV142°27.00%39.22%
CMYK27.00%0.00%17.00%
60.78%

Color #496453 in popluar number systems.

HEX496453
Decimal7310083
Binary100100111001001010011
Octal111144123

Shades and tints

Shades of #496453

#496453
(73,100,83)
#435B4C
(67,91,76)
#3D5245
(61,82,69)
#37493E
(55,73,62)
#314037
(49,64,55)
#2B3730
(43,55,48)
#252E29
(37,46,41)
#1F2522
(31,37,34)
#191C1B
(25,28,27)
#131314
(19,19,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #496453

#496453
(73,100,83)
#597262
(89,114,98)
#698071
(105,128,113)
#798E80
(121,142,128)
#899C8F
(137,156,143)
#99AA9E
(153,170,158)
#A9B8AD
(169,184,173)
#B9C6BC
(185,198,188)
#C9D4CB
(201,212,203)
#D9E2DA
(217,226,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496453 color. Also use rgb(73,100,83) instead hex code.

Text Font Color

.myTextColor { color: #496453; }

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

This text font color is #496453.


Background Color

.myBgColor { background-color: #496453; }

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

This div background color is #496453.


Border color

.myBorderColor { border: 1px solid #496453; }

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

This div border color is #496453.


Opacity

.myOpacity80 { color: #496453; opacity: 0.8; }

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

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

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

This text has shadow with #496453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496453 on black background.


Color preview on white background

This text has color #496453 on white background.



Black color preview on #496453 background

This text has black color on #496453 background.


White color preview on #496453 background

This text has white color on #496453 background.