COLOR #495140

HEX: #495140
RGB: (73,81,64)

Renk bilgisi

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

RGB renk modeli

#495140 color RGB value is (73,81,64).

  • kırmız ton 73;
  • yeşil ton 81;
  • mavi ton 64.
RGB:
(73,81,64)
(29%,32%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 81 of 255 = 32%
B 64 of 255 = 25%

73
81
64

R + G + B ~ 29%. #495140 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 81 + 64 = 218 (100%)
R 73 of 218 ~ 33.49%
G 81 of 218 ~ 37.16%
B 64 of 218 ~ 29.36%

%33.49
%37.16
%29.36

CMYK RENK MODELİ

#495140 rengi CMYK tonu (10,0,21,68).

  • camgöbeği tonu 9.88%
  • eflatun tonu 0.00%
  • sarı tonu 20.99%
  • ana renk tonu 68.24%
CMYK:
(10,0,21,68)
C10M0Y21K68 
(10%,0%,21%,68%)
(0.10/0.00/0.21/0.68)	

CMYK yüzdeleri

%9.88
%0
%20.99
%68.24

Codes

Color #495140 in popluar color models

495140
RGB738164
HSL88°11.72%28.43%
HSB/HSV88°20.99%31.76%
CMYK9.88%0.00%20.99%
68.24%

Color #495140 in popluar number systems.

HEX495140
Decimal738164
Binary100100110100011000000
Octal111121100

Shades and tints

Shades of #495140

#495140
(73,81,64)
#434A3B
(67,74,59)
#3D4336
(61,67,54)
#373C31
(55,60,49)
#31352C
(49,53,44)
#2B2E27
(43,46,39)
#252722
(37,39,34)
#1F201D
(31,32,29)
#191918
(25,25,24)
#131213
(19,18,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #495140

#495140
(73,81,64)
#596051
(89,96,81)
#696F62
(105,111,98)
#797E73
(121,126,115)
#898D84
(137,141,132)
#999C95
(153,156,149)
#A9ABA6
(169,171,166)
#B9BAB7
(185,186,183)
#C9C9C8
(201,201,200)
#D9D8D9
(217,216,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495140 color. Also use rgb(73,81,64) instead hex code.

Text Font Color

.myTextColor { color: #495140; }

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

This text font color is #495140.


Background Color

.myBgColor { background-color: #495140; }

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

This div background color is #495140.


Border color

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

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

This div border color is #495140.


Opacity

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

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

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

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

This text has shadow with #495140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495140 on black background.


Color preview on white background

This text has color #495140 on white background.



Black color preview on #495140 background

This text has black color on #495140 background.


White color preview on #495140 background

This text has white color on #495140 background.