COLOR #495242

HEX: #495242
RGB: (73,82,66)

Renk bilgisi

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

RGB renk modeli

#495242 color RGB value is (73,82,66).

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

RGB bağlantıları ve doygunluk

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

73
82
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 82 + 66 = 221 (100%)
R 73 of 221 ~ 33.03%
G 82 of 221 ~ 37.1%
B 66 of 221 ~ 29.86%

%33.03
%37.1
%29.86

CMYK RENK MODELİ

#495242 rengi CMYK tonu (11,0,20,68).

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

CMYK yüzdeleri

%10.98
%0
%19.51
%67.84

Codes

Color #495242 in popluar color models

495242
RGB738266
HSL94°10.81%29.02%
HSB/HSV94°19.51%32.16%
CMYK10.98%0.00%19.51%
67.84%

Color #495242 in popluar number systems.

HEX495242
Decimal738266
Binary100100110100101000010
Octal111122102

Shades and tints

Shades of #495242

#495242
(73,82,66)
#434B3C
(67,75,60)
#3D4436
(61,68,54)
#373D30
(55,61,48)
#31362A
(49,54,42)
#2B2F24
(43,47,36)
#25281E
(37,40,30)
#1F2118
(31,33,24)
#191A12
(25,26,18)
#13130C
(19,19,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #495242

#495242
(73,82,66)
#596153
(89,97,83)
#697064
(105,112,100)
#797F75
(121,127,117)
#898E86
(137,142,134)
#999D97
(153,157,151)
#A9ACA8
(169,172,168)
#B9BBB9
(185,187,185)
#C9CACA
(201,202,202)
#D9D9DB
(217,217,219)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495242; }

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

This text font color is #495242.


Background Color

.myBgColor { background-color: #495242; }

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

This div background color is #495242.


Border color

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

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

This div border color is #495242.


Opacity

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

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

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

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

This text has shadow with #495242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495242 on black background.


Color preview on white background

This text has color #495242 on white background.



Black color preview on #495242 background

This text has black color on #495242 background.


White color preview on #495242 background

This text has white color on #495242 background.