COLOR #496445

HEX: #496445
RGB: (73,100,69)

Renk bilgisi

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

RGB renk modeli

#496445 color RGB value is (73,100,69).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 69 of 255 = 27%

73
100
69

R + G + B ~ 32%. #496445 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 69 = 242 (100%)
R 73 of 242 ~ 30.17%
G 100 of 242 ~ 41.32%
B 69 of 242 ~ 28.51%

%30.17
%41.32
%28.51

CMYK RENK MODELİ

#496445 rengi CMYK tonu (27,0,31,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 0.00%
  • sarı tonu 31.00%
  • ana renk tonu 60.78%
CMYK:
(27,0,31,61)
C27M0Y31K61 
(27%,0%,31%,61%)
(0.27/0.00/0.31/0.61)	

CMYK yüzdeleri

%27
%0
%31
%60.78

Codes

Color #496445 in popluar color models

496445
RGB7310069
HSL112°18.34%33.14%
HSB/HSV112°31.00%39.22%
CMYK27.00%0.00%31.00%
60.78%

Color #496445 in popluar number systems.

HEX496445
Decimal7310069
Binary100100111001001000101
Octal111144105

Shades and tints

Shades of #496445

#496445
(73,100,69)
#435B3F
(67,91,63)
#3D5239
(61,82,57)
#374933
(55,73,51)
#31402D
(49,64,45)
#2B3727
(43,55,39)
#252E21
(37,46,33)
#1F251B
(31,37,27)
#191C15
(25,28,21)
#13130F
(19,19,15)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #496445

#496445
(73,100,69)
#597255
(89,114,85)
#698065
(105,128,101)
#798E75
(121,142,117)
#899C85
(137,156,133)
#99AA95
(153,170,149)
#A9B8A5
(169,184,165)
#B9C6B5
(185,198,181)
#C9D4C5
(201,212,197)
#D9E2D5
(217,226,213)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496445; }

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

This text font color is #496445.


Background Color

.myBgColor { background-color: #496445; }

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

This div background color is #496445.


Border color

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

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

This div border color is #496445.


Opacity

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

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

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

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

This text has shadow with #496445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496445 on black background.


Color preview on white background

This text has color #496445 on white background.



Black color preview on #496445 background

This text has black color on #496445 background.


White color preview on #496445 background

This text has white color on #496445 background.