COLOR #495B52

HEX: #495B52
RGB: (73,91,82)

Renk bilgisi

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

RGB renk modeli

#495B52 color RGB value is (73,91,82).

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

RGB bağlantıları ve doygunluk

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

73
91
82

R + G + B ~ 32%. #495B52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 82 = 246 (100%)
R 73 of 246 ~ 29.67%
G 91 of 246 ~ 36.99%
B 82 of 246 ~ 33.33%

%29.67
%36.99
%33.33

CMYK RENK MODELİ

#495B52 rengi CMYK tonu (20,0,10,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 0.00%
  • sarı tonu 9.89%
  • ana renk tonu 64.31%
CMYK:
(20,0,10,64)
C20M0Y10K64 
(20%,0%,10%,64%)
(0.20/0.00/0.10/0.64)	

CMYK yüzdeleri

%19.78
%0
%9.89
%64.31

Codes

Color #495B52 in popluar color models

495B52
RGB739182
HSL150°10.98%32.16%
HSB/HSV150°19.78%35.69%
CMYK19.78%0.00%9.89%
64.31%

Color #495B52 in popluar number systems.

HEX495B52
Decimal739182
Binary100100110110111010010
Octal111133122

Shades and tints

Shades of #495B52

#495B52
(73,91,82)
#43534B
(67,83,75)
#3D4B44
(61,75,68)
#37433D
(55,67,61)
#313B36
(49,59,54)
#2B332F
(43,51,47)
#252B28
(37,43,40)
#1F2321
(31,35,33)
#191B1A
(25,27,26)
#131313
(19,19,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #495B52

#495B52
(73,91,82)
#596961
(89,105,97)
#697770
(105,119,112)
#79857F
(121,133,127)
#89938E
(137,147,142)
#99A19D
(153,161,157)
#A9AFAC
(169,175,172)
#B9BDBB
(185,189,187)
#C9CBCA
(201,203,202)
#D9D9D9
(217,217,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B52; }

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

This text font color is #495B52.


Background Color

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

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

This div background color is #495B52.


Border color

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

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

This div border color is #495B52.


Opacity

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

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

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

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

This text has shadow with #495B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B52 on black background.


Color preview on white background

This text has color #495B52 on white background.



Black color preview on #495B52 background

This text has black color on #495B52 background.


White color preview on #495B52 background

This text has white color on #495B52 background.