COLOR #496845

HEX: #496845
RGB: (73,104,69)

Renk bilgisi

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

RGB renk modeli

#496845 color RGB value is (73,104,69).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 69 of 255 = 27%

73
104
69

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 69 = 246 (100%)
R 73 of 246 ~ 29.67%
G 104 of 246 ~ 42.28%
B 69 of 246 ~ 28.05%

%29.67
%42.28
%28.05

CMYK RENK MODELİ

#496845 rengi CMYK tonu (30,0,34,59).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 33.65%
  • ana renk tonu 59.22%
CMYK:
(30,0,34,59)
C30M0Y34K59 
(30%,0%,34%,59%)
(0.30/0.00/0.34/0.59)	

CMYK yüzdeleri

%29.81
%0
%33.65
%59.22

Codes

Color #496845 in popluar color models

496845
RGB7310469
HSL113°20.23%33.92%
HSB/HSV113°33.65%40.78%
CMYK29.81%0.00%33.65%
59.22%

Color #496845 in popluar number systems.

HEX496845
Decimal7310469
Binary100100111010001000101
Octal111150105

Shades and tints

Shades of #496845

#496845
(73,104,69)
#435F3F
(67,95,63)
#3D5639
(61,86,57)
#374D33
(55,77,51)
#31442D
(49,68,45)
#2B3B27
(43,59,39)
#253221
(37,50,33)
#1F291B
(31,41,27)
#192015
(25,32,21)
#13170F
(19,23,15)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #496845

#496845
(73,104,69)
#597555
(89,117,85)
#698265
(105,130,101)
#798F75
(121,143,117)
#899C85
(137,156,133)
#99A995
(153,169,149)
#A9B6A5
(169,182,165)
#B9C3B5
(185,195,181)
#C9D0C5
(201,208,197)
#D9DDD5
(217,221,213)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496845; }

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

This text font color is #496845.


Background Color

.myBgColor { background-color: #496845; }

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

This div background color is #496845.


Border color

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

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

This div border color is #496845.


Opacity

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

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

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

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

This text has shadow with #496845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496845 on black background.


Color preview on white background

This text has color #496845 on white background.



Black color preview on #496845 background

This text has black color on #496845 background.


White color preview on #496845 background

This text has white color on #496845 background.