COLOR #496246

HEX: #496246
RGB: (73,98,70)

Renk bilgisi

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

RGB renk modeli

#496246 color RGB value is (73,98,70).

  • kırmız ton 73;
  • yeşil ton 98;
  • mavi ton 70.
RGB:
(73,98,70)
(29%,38%,27%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 70 of 255 = 27%

73
98
70

R + G + B ~ 31%. #496246 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 70 = 241 (100%)
R 73 of 241 ~ 30.29%
G 98 of 241 ~ 40.66%
B 70 of 241 ~ 29.05%

%30.29
%40.66
%29.05

CMYK RENK MODELİ

#496246 rengi CMYK tonu (26,0,29,62).

  • camgöbeği tonu 25.51%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 61.57%
CMYK:
(26,0,29,62)
C26M0Y29K62 
(26%,0%,29%,62%)
(0.26/0.00/0.29/0.62)	

CMYK yüzdeleri

%25.51
%0
%28.57
%61.57

Codes

Color #496246 in popluar color models

496246
RGB739870
HSL114°16.67%32.94%
HSB/HSV114°28.57%38.43%
CMYK25.51%0.00%28.57%
61.57%

Color #496246 in popluar number systems.

HEX496246
Decimal739870
Binary100100111000101000110
Octal111142106

Shades and tints

Shades of #496246

#496246
(73,98,70)
#435A40
(67,90,64)
#3D523A
(61,82,58)
#374A34
(55,74,52)
#31422E
(49,66,46)
#2B3A28
(43,58,40)
#253222
(37,50,34)
#1F2A1C
(31,42,28)
#192216
(25,34,22)
#131A10
(19,26,16)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #496246

#496246
(73,98,70)
#597056
(89,112,86)
#697E66
(105,126,102)
#798C76
(121,140,118)
#899A86
(137,154,134)
#99A896
(153,168,150)
#A9B6A6
(169,182,166)
#B9C4B6
(185,196,182)
#C9D2C6
(201,210,198)
#D9E0D6
(217,224,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496246 color. Also use rgb(73,98,70) instead hex code.

Text Font Color

.myTextColor { color: #496246; }

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

This text font color is #496246.


Background Color

.myBgColor { background-color: #496246; }

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

This div background color is #496246.


Border color

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

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

This div border color is #496246.


Opacity

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

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

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

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

This text has shadow with #496246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496246 on black background.


Color preview on white background

This text has color #496246 on white background.



Black color preview on #496246 background

This text has black color on #496246 background.


White color preview on #496246 background

This text has white color on #496246 background.