COLOR #496847

HEX: #496847
RGB: (73,104,71)

Renk bilgisi

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

RGB renk modeli

#496847 color RGB value is (73,104,71).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 71 of 255 = 28%

73
104
71

R + G + B ~ 33%. #496847 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 71 = 248 (100%)
R 73 of 248 ~ 29.44%
G 104 of 248 ~ 41.94%
B 71 of 248 ~ 28.63%

%29.44
%41.94
%28.63

CMYK RENK MODELİ

#496847 rengi CMYK tonu (30,0,32,59).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 31.73%
  • ana renk tonu 59.22%
CMYK:
(30,0,32,59)
C30M0Y32K59 
(30%,0%,32%,59%)
(0.30/0.00/0.32/0.59)	

CMYK yüzdeleri

%29.81
%0
%31.73
%59.22

Codes

Color #496847 in popluar color models

496847
RGB7310471
HSL116°18.86%34.31%
HSB/HSV116°31.73%40.78%
CMYK29.81%0.00%31.73%
59.22%

Color #496847 in popluar number systems.

HEX496847
Decimal7310471
Binary100100111010001000111
Octal111150107

Shades and tints

Shades of #496847

#496847
(73,104,71)
#435F41
(67,95,65)
#3D563B
(61,86,59)
#374D35
(55,77,53)
#31442F
(49,68,47)
#2B3B29
(43,59,41)
#253223
(37,50,35)
#1F291D
(31,41,29)
#192017
(25,32,23)
#131711
(19,23,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #496847

#496847
(73,104,71)
#597557
(89,117,87)
#698267
(105,130,103)
#798F77
(121,143,119)
#899C87
(137,156,135)
#99A997
(153,169,151)
#A9B6A7
(169,182,167)
#B9C3B7
(185,195,183)
#C9D0C7
(201,208,199)
#D9DDD7
(217,221,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496847; }

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

This text font color is #496847.


Background Color

.myBgColor { background-color: #496847; }

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

This div background color is #496847.


Border color

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

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

This div border color is #496847.


Opacity

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

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

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

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

This text has shadow with #496847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496847 on black background.


Color preview on white background

This text has color #496847 on white background.



Black color preview on #496847 background

This text has black color on #496847 background.


White color preview on #496847 background

This text has white color on #496847 background.