COLOR #495C40

HEX: #495C40
RGB: (73,92,64)

Renk bilgisi

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

RGB renk modeli

#495C40 color RGB value is (73,92,64).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 92 of 255 = 36%
B 64 of 255 = 25%

73
92
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 92 + 64 = 229 (100%)
R 73 of 229 ~ 31.88%
G 92 of 229 ~ 40.17%
B 64 of 229 ~ 27.95%

%31.88
%40.17
%27.95

CMYK RENK MODELİ

#495C40 rengi CMYK tonu (21,0,30,64).

  • camgöbeği tonu 20.65%
  • eflatun tonu 0.00%
  • sarı tonu 30.43%
  • ana renk tonu 63.92%
CMYK:
(21,0,30,64)
C21M0Y30K64 
(21%,0%,30%,64%)
(0.21/0.00/0.30/0.64)	

CMYK yüzdeleri

%20.65
%0
%30.43
%63.92

Codes

Color #495C40 in popluar color models

495C40
RGB739264
HSL101°17.95%30.59%
HSB/HSV101°30.43%36.08%
CMYK20.65%0.00%30.43%
63.92%

Color #495C40 in popluar number systems.

HEX495C40
Decimal739264
Binary100100110111001000000
Octal111134100

Shades and tints

Shades of #495C40

#495C40
(73,92,64)
#43543B
(67,84,59)
#3D4C36
(61,76,54)
#374431
(55,68,49)
#313C2C
(49,60,44)
#2B3427
(43,52,39)
#252C22
(37,44,34)
#1F241D
(31,36,29)
#191C18
(25,28,24)
#131413
(19,20,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #495C40

#495C40
(73,92,64)
#596A51
(89,106,81)
#697862
(105,120,98)
#798673
(121,134,115)
#899484
(137,148,132)
#99A295
(153,162,149)
#A9B0A6
(169,176,166)
#B9BEB7
(185,190,183)
#C9CCC8
(201,204,200)
#D9DAD9
(217,218,217)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C40; }

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

This text font color is #495C40.


Background Color

.myBgColor { background-color: #495C40; }

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

This div background color is #495C40.


Border color

.myBorderColor { border: 1px solid #495C40; }

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

This div border color is #495C40.


Opacity

.myOpacity80 { color: #495C40; opacity: 0.8; }

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

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

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

This text has shadow with #495C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C40 on black background.


Color preview on white background

This text has color #495C40 on white background.



Black color preview on #495C40 background

This text has black color on #495C40 background.


White color preview on #495C40 background

This text has white color on #495C40 background.