COLOR #495B41

HEX: #495B41
RGB: (73,91,65)

Renk bilgisi

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

RGB renk modeli

#495B41 color RGB value is (73,91,65).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 91 of 255 = 36%
B 65 of 255 = 25%

73
91
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 65 = 229 (100%)
R 73 of 229 ~ 31.88%
G 91 of 229 ~ 39.74%
B 65 of 229 ~ 28.38%

%31.88
%39.74
%28.38

CMYK RENK MODELİ

#495B41 rengi CMYK tonu (20,0,29,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 64.31%
CMYK:
(20,0,29,64)
C20M0Y29K64 
(20%,0%,29%,64%)
(0.20/0.00/0.29/0.64)	

CMYK yüzdeleri

%19.78
%0
%28.57
%64.31

Codes

Color #495B41 in popluar color models

495B41
RGB739165
HSL102°16.67%30.59%
HSB/HSV102°28.57%35.69%
CMYK19.78%0.00%28.57%
64.31%

Color #495B41 in popluar number systems.

HEX495B41
Decimal739165
Binary100100110110111000001
Octal111133101

Shades and tints

Shades of #495B41

#495B41
(73,91,65)
#43533C
(67,83,60)
#3D4B37
(61,75,55)
#374332
(55,67,50)
#313B2D
(49,59,45)
#2B3328
(43,51,40)
#252B23
(37,43,35)
#1F231E
(31,35,30)
#191B19
(25,27,25)
#131314
(19,19,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #495B41

#495B41
(73,91,65)
#596952
(89,105,82)
#697763
(105,119,99)
#798574
(121,133,116)
#899385
(137,147,133)
#99A196
(153,161,150)
#A9AFA7
(169,175,167)
#B9BDB8
(185,189,184)
#C9CBC9
(201,203,201)
#D9D9DA
(217,217,218)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B41; }

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

This text font color is #495B41.


Background Color

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

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

This div background color is #495B41.


Border color

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

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

This div border color is #495B41.


Opacity

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

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

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

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

This text has shadow with #495B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B41 on black background.


Color preview on white background

This text has color #495B41 on white background.



Black color preview on #495B41 background

This text has black color on #495B41 background.


White color preview on #495B41 background

This text has white color on #495B41 background.