COLOR #496239

HEX: #496239
RGB: (73,98,57)

Renk bilgisi

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

RGB renk modeli

#496239 color RGB value is (73,98,57).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 57 of 255 = 22%

73
98
57

R + G + B ~ 30%. #496239 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 57 = 228 (100%)
R 73 of 228 ~ 32.02%
G 98 of 228 ~ 42.98%
B 57 of 228 ~ 25%

%32.02
%42.98
%25

CMYK RENK MODELİ

#496239 rengi CMYK tonu (26,0,42,62).

  • camgöbeği tonu 25.51%
  • eflatun tonu 0.00%
  • sarı tonu 41.84%
  • ana renk tonu 61.57%
CMYK:
(26,0,42,62)
C26M0Y42K62 
(26%,0%,42%,62%)
(0.26/0.00/0.42/0.62)	

CMYK yüzdeleri

%25.51
%0
%41.84
%61.57

Codes

Color #496239 in popluar color models

496239
RGB739857
HSL97°26.45%30.39%
HSB/HSV97°41.84%38.43%
CMYK25.51%0.00%41.84%
61.57%

Color #496239 in popluar number systems.

HEX496239
Decimal739857
Binary10010011100010111001
Octal11114271

Shades and tints

Shades of #496239

#496239
(73,98,57)
#435A34
(67,90,52)
#3D522F
(61,82,47)
#374A2A
(55,74,42)
#314225
(49,66,37)
#2B3A20
(43,58,32)
#25321B
(37,50,27)
#1F2A16
(31,42,22)
#192211
(25,34,17)
#131A0C
(19,26,12)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #496239

#496239
(73,98,57)
#59704B
(89,112,75)
#697E5D
(105,126,93)
#798C6F
(121,140,111)
#899A81
(137,154,129)
#99A893
(153,168,147)
#A9B6A5
(169,182,165)
#B9C4B7
(185,196,183)
#C9D2C9
(201,210,201)
#D9E0DB
(217,224,219)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496239; }

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

This text font color is #496239.


Background Color

.myBgColor { background-color: #496239; }

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

This div background color is #496239.


Border color

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

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

This div border color is #496239.


Opacity

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

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

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

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

This text has shadow with #496239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496239 on black background.


Color preview on white background

This text has color #496239 on white background.



Black color preview on #496239 background

This text has black color on #496239 background.


White color preview on #496239 background

This text has white color on #496239 background.