COLOR #495639

HEX: #495639
RGB: (73,86,57)

Renk bilgisi

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

RGB renk modeli

#495639 color RGB value is (73,86,57).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 86 of 255 = 34%
B 57 of 255 = 22%

73
86
57

R + G + B ~ 28%. #495639 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 86 + 57 = 216 (100%)
R 73 of 216 ~ 33.8%
G 86 of 216 ~ 39.81%
B 57 of 216 ~ 26.39%

%33.8
%39.81
%26.39

CMYK RENK MODELİ

#495639 rengi CMYK tonu (15,0,34,66).

  • camgöbeği tonu 15.12%
  • eflatun tonu 0.00%
  • sarı tonu 33.72%
  • ana renk tonu 66.27%
CMYK:
(15,0,34,66)
C15M0Y34K66 
(15%,0%,34%,66%)
(0.15/0.00/0.34/0.66)	

CMYK yüzdeleri

%15.12
%0
%33.72
%66.27

Codes

Color #495639 in popluar color models

495639
RGB738657
HSL87°20.28%28.04%
HSB/HSV87°33.72%33.73%
CMYK15.12%0.00%33.72%
66.27%

Color #495639 in popluar number systems.

HEX495639
Decimal738657
Binary10010011010110111001
Octal11112671

Shades and tints

Shades of #495639

#495639
(73,86,57)
#434F34
(67,79,52)
#3D482F
(61,72,47)
#37412A
(55,65,42)
#313A25
(49,58,37)
#2B3320
(43,51,32)
#252C1B
(37,44,27)
#1F2516
(31,37,22)
#191E11
(25,30,17)
#13170C
(19,23,12)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #495639

#495639
(73,86,57)
#59654B
(89,101,75)
#69745D
(105,116,93)
#79836F
(121,131,111)
#899281
(137,146,129)
#99A193
(153,161,147)
#A9B0A5
(169,176,165)
#B9BFB7
(185,191,183)
#C9CEC9
(201,206,201)
#D9DDDB
(217,221,219)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495639; }

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

This text font color is #495639.


Background Color

.myBgColor { background-color: #495639; }

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

This div background color is #495639.


Border color

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

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

This div border color is #495639.


Opacity

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

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

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

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

This text has shadow with #495639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495639 on black background.


Color preview on white background

This text has color #495639 on white background.



Black color preview on #495639 background

This text has black color on #495639 background.


White color preview on #495639 background

This text has white color on #495639 background.