COLOR #495B35

HEX: #495B35
RGB: (73,91,53)

Renk bilgisi

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

RGB renk modeli

#495B35 color RGB value is (73,91,53).

  • kırmız ton 73;
  • yeşil ton 91;
  • mavi ton 53.
RGB:
(73,91,53)
(29%,36%,21%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 91 of 255 = 36%
B 53 of 255 = 21%

73
91
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 53 = 217 (100%)
R 73 of 217 ~ 33.64%
G 91 of 217 ~ 41.94%
B 53 of 217 ~ 24.42%

%33.64
%41.94
%24.42

CMYK RENK MODELİ

#495B35 rengi CMYK tonu (20,0,42,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 0.00%
  • sarı tonu 41.76%
  • ana renk tonu 64.31%
CMYK:
(20,0,42,64)
C20M0Y42K64 
(20%,0%,42%,64%)
(0.20/0.00/0.42/0.64)	

CMYK yüzdeleri

%19.78
%0
%41.76
%64.31

Codes

Color #495B35 in popluar color models

495B35
RGB739153
HSL88°26.39%28.24%
HSB/HSV88°41.76%35.69%
CMYK19.78%0.00%41.76%
64.31%

Color #495B35 in popluar number systems.

HEX495B35
Decimal739153
Binary10010011011011110101
Octal11113365

Shades and tints

Shades of #495B35

#495B35
(73,91,53)
#435331
(67,83,49)
#3D4B2D
(61,75,45)
#374329
(55,67,41)
#313B25
(49,59,37)
#2B3321
(43,51,33)
#252B1D
(37,43,29)
#1F2319
(31,35,25)
#191B15
(25,27,21)
#131311
(19,19,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #495B35

#495B35
(73,91,53)
#596947
(89,105,71)
#697759
(105,119,89)
#79856B
(121,133,107)
#89937D
(137,147,125)
#99A18F
(153,161,143)
#A9AFA1
(169,175,161)
#B9BDB3
(185,189,179)
#C9CBC5
(201,203,197)
#D9D9D7
(217,217,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495B35 color. Also use rgb(73,91,53) instead hex code.

Text Font Color

.myTextColor { color: #495B35; }

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

This text font color is #495B35.


Background Color

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

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

This div background color is #495B35.


Border color

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

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

This div border color is #495B35.


Opacity

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

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

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

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

This text has shadow with #495B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B35 on black background.


Color preview on white background

This text has color #495B35 on white background.



Black color preview on #495B35 background

This text has black color on #495B35 background.


White color preview on #495B35 background

This text has white color on #495B35 background.