COLOR #495727

HEX: #495727
RGB: (73,87,39)

Renk bilgisi

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

RGB renk modeli

#495727 color RGB value is (73,87,39).

  • kırmız ton 73;
  • yeşil ton 87;
  • mavi ton 39.
RGB:
(73,87,39)
(29%,34%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 87 of 255 = 34%
B 39 of 255 = 15%

73
87
39

R + G + B ~ 26%. #495727 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 87 + 39 = 199 (100%)
R 73 of 199 ~ 36.68%
G 87 of 199 ~ 43.72%
B 39 of 199 ~ 19.6%

%36.68
%43.72
%19.6

CMYK RENK MODELİ

#495727 rengi CMYK tonu (16,0,55,66).

  • camgöbeği tonu 16.09%
  • eflatun tonu 0.00%
  • sarı tonu 55.17%
  • ana renk tonu 65.88%
CMYK:
(16,0,55,66)
C16M0Y55K66 
(16%,0%,55%,66%)
(0.16/0.00/0.55/0.66)	

CMYK yüzdeleri

%16.09
%0
%55.17
%65.88

Codes

Color #495727 in popluar color models

495727
RGB738739
HSL78°38.10%24.71%
HSB/HSV78°55.17%34.12%
CMYK16.09%0.00%55.17%
65.88%

Color #495727 in popluar number systems.

HEX495727
Decimal738739
Binary10010011010111100111
Octal11112747

Shades and tints

Shades of #495727

#495727
(73,87,39)
#435024
(67,80,36)
#3D4921
(61,73,33)
#37421E
(55,66,30)
#313B1B
(49,59,27)
#2B3418
(43,52,24)
#252D15
(37,45,21)
#1F2612
(31,38,18)
#191F0F
(25,31,15)
#13180C
(19,24,12)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #495727

#495727
(73,87,39)
#59663A
(89,102,58)
#69754D
(105,117,77)
#798460
(121,132,96)
#899373
(137,147,115)
#99A286
(153,162,134)
#A9B199
(169,177,153)
#B9C0AC
(185,192,172)
#C9CFBF
(201,207,191)
#D9DED2
(217,222,210)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495727 color. Also use rgb(73,87,39) instead hex code.

Text Font Color

.myTextColor { color: #495727; }

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

This text font color is #495727.


Background Color

.myBgColor { background-color: #495727; }

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

This div background color is #495727.


Border color

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

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

This div border color is #495727.


Opacity

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

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

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

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

This text has shadow with #495727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495727 on black background.


Color preview on white background

This text has color #495727 on white background.



Black color preview on #495727 background

This text has black color on #495727 background.


White color preview on #495727 background

This text has white color on #495727 background.