COLOR #495149

HEX: #495149
RGB: (73,81,73)

Renk bilgisi

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

RGB renk modeli

#495149 color RGB value is (73,81,73).

  • kırmız ton 73;
  • yeşil ton 81;
  • mavi ton 73.
RGB:
(73,81,73)
(29%,32%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 81 of 255 = 32%
B 73 of 255 = 29%

73
81
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 81 + 73 = 227 (100%)
R 73 of 227 ~ 32.16%
G 81 of 227 ~ 35.68%
B 73 of 227 ~ 32.16%

%32.16
%35.68
%32.16

CMYK RENK MODELİ

#495149 rengi CMYK tonu (10,0,10,68).

  • camgöbeği tonu 9.88%
  • eflatun tonu 0.00%
  • sarı tonu 9.88%
  • ana renk tonu 68.24%
CMYK:
(10,0,10,68)
C10M0Y10K68 
(10%,0%,10%,68%)
(0.10/0.00/0.10/0.68)	

CMYK yüzdeleri

%9.88
%0
%9.88
%68.24

Codes

Color #495149 in popluar color models

495149
RGB738173
HSL120°5.19%30.20%
HSB/HSV120°9.88%31.76%
CMYK9.88%0.00%9.88%
68.24%

Color #495149 in popluar number systems.

HEX495149
Decimal738173
Binary100100110100011001001
Octal111121111

Shades and tints

Shades of #495149

#495149
(73,81,73)
#434A43
(67,74,67)
#3D433D
(61,67,61)
#373C37
(55,60,55)
#313531
(49,53,49)
#2B2E2B
(43,46,43)
#252725
(37,39,37)
#1F201F
(31,32,31)
#191919
(25,25,25)
#131213
(19,18,19)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #495149

#495149
(73,81,73)
#596059
(89,96,89)
#696F69
(105,111,105)
#797E79
(121,126,121)
#898D89
(137,141,137)
#999C99
(153,156,153)
#A9ABA9
(169,171,169)
#B9BAB9
(185,186,185)
#C9C9C9
(201,201,201)
#D9D8D9
(217,216,217)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495149; }

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

This text font color is #495149.


Background Color

.myBgColor { background-color: #495149; }

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

This div background color is #495149.


Border color

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

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

This div border color is #495149.


Opacity

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

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

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

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

This text has shadow with #495149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495149 on black background.


Color preview on white background

This text has color #495149 on white background.



Black color preview on #495149 background

This text has black color on #495149 background.


White color preview on #495149 background

This text has white color on #495149 background.