COLOR #495249

HEX: #495249
RGB: (73,82,73)

Renk bilgisi

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

RGB renk modeli

#495249 color RGB value is (73,82,73).

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

RGB bağlantıları ve doygunluk

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

73
82
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 82 + 73 = 228 (100%)
R 73 of 228 ~ 32.02%
G 82 of 228 ~ 35.96%
B 73 of 228 ~ 32.02%

%32.02
%35.96
%32.02

CMYK RENK MODELİ

#495249 rengi CMYK tonu (11,0,11,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 0.00%
  • sarı tonu 10.98%
  • ana renk tonu 67.84%
CMYK:
(11,0,11,68)
C11M0Y11K68 
(11%,0%,11%,68%)
(0.11/0.00/0.11/0.68)	

CMYK yüzdeleri

%10.98
%0
%10.98
%67.84

Codes

Color #495249 in popluar color models

495249
RGB738273
HSL120°5.81%30.39%
HSB/HSV120°10.98%32.16%
CMYK10.98%0.00%10.98%
67.84%

Color #495249 in popluar number systems.

HEX495249
Decimal738273
Binary100100110100101001001
Octal111122111

Shades and tints

Shades of #495249

#495249
(73,82,73)
#434B43
(67,75,67)
#3D443D
(61,68,61)
#373D37
(55,61,55)
#313631
(49,54,49)
#2B2F2B
(43,47,43)
#252825
(37,40,37)
#1F211F
(31,33,31)
#191A19
(25,26,25)
#131313
(19,19,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #495249

#495249
(73,82,73)
#596159
(89,97,89)
#697069
(105,112,105)
#797F79
(121,127,121)
#898E89
(137,142,137)
#999D99
(153,157,153)
#A9ACA9
(169,172,169)
#B9BBB9
(185,187,185)
#C9CAC9
(201,202,201)
#D9D9D9
(217,217,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495249; }

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

This text font color is #495249.


Background Color

.myBgColor { background-color: #495249; }

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

This div background color is #495249.


Border color

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

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

This div border color is #495249.


Opacity

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

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

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

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

This text has shadow with #495249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495249 on black background.


Color preview on white background

This text has color #495249 on white background.



Black color preview on #495249 background

This text has black color on #495249 background.


White color preview on #495249 background

This text has white color on #495249 background.