COLOR #496137

HEX: #496137
RGB: (73,97,55)

Renk bilgisi

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

RGB renk modeli

#496137 color RGB value is (73,97,55).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 97 of 255 = 38%
B 55 of 255 = 22%

73
97
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 97 + 55 = 225 (100%)
R 73 of 225 ~ 32.44%
G 97 of 225 ~ 43.11%
B 55 of 225 ~ 24.44%

%32.44
%43.11
%24.44

CMYK RENK MODELİ

#496137 rengi CMYK tonu (25,0,43,62).

  • camgöbeği tonu 24.74%
  • eflatun tonu 0.00%
  • sarı tonu 43.30%
  • ana renk tonu 61.96%
CMYK:
(25,0,43,62)
C25M0Y43K62 
(25%,0%,43%,62%)
(0.25/0.00/0.43/0.62)	

CMYK yüzdeleri

%24.74
%0
%43.3
%61.96

Codes

Color #496137 in popluar color models

496137
RGB739755
HSL94°27.63%29.80%
HSB/HSV94°43.30%38.04%
CMYK24.74%0.00%43.30%
61.96%

Color #496137 in popluar number systems.

HEX496137
Decimal739755
Binary10010011100001110111
Octal11114167

Shades and tints

Shades of #496137

#496137
(73,97,55)
#435932
(67,89,50)
#3D512D
(61,81,45)
#374928
(55,73,40)
#314123
(49,65,35)
#2B391E
(43,57,30)
#253119
(37,49,25)
#1F2914
(31,41,20)
#19210F
(25,33,15)
#13190A
(19,25,10)
#0D1105
(13,17,5)
#000000
(0,0,0)

Tints of #496137

#496137
(73,97,55)
#596F49
(89,111,73)
#697D5B
(105,125,91)
#798B6D
(121,139,109)
#89997F
(137,153,127)
#99A791
(153,167,145)
#A9B5A3
(169,181,163)
#B9C3B5
(185,195,181)
#C9D1C7
(201,209,199)
#D9DFD9
(217,223,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496137 color. Also use rgb(73,97,55) instead hex code.

Text Font Color

.myTextColor { color: #496137; }

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

This text font color is #496137.


Background Color

.myBgColor { background-color: #496137; }

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

This div background color is #496137.


Border color

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

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

This div border color is #496137.


Opacity

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

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

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

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

This text has shadow with #496137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496137 on black background.


Color preview on white background

This text has color #496137 on white background.



Black color preview on #496137 background

This text has black color on #496137 background.


White color preview on #496137 background

This text has white color on #496137 background.