COLOR #495E52

HEX: #495E52
RGB: (73,94,82)

Renk bilgisi

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

RGB renk modeli

#495E52 color RGB value is (73,94,82).

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

RGB bağlantıları ve doygunluk

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

73
94
82

R + G + B ~ 33%. #495E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 94 + 82 = 249 (100%)
R 73 of 249 ~ 29.32%
G 94 of 249 ~ 37.75%
B 82 of 249 ~ 32.93%

%29.32
%37.75
%32.93

CMYK RENK MODELİ

#495E52 rengi CMYK tonu (22,0,13,63).

  • camgöbeği tonu 22.34%
  • eflatun tonu 0.00%
  • sarı tonu 12.77%
  • ana renk tonu 63.14%
CMYK:
(22,0,13,63)
C22M0Y13K63 
(22%,0%,13%,63%)
(0.22/0.00/0.13/0.63)	

CMYK yüzdeleri

%22.34
%0
%12.77
%63.14

Codes

Color #495E52 in popluar color models

495E52
RGB739482
HSL146°12.57%32.75%
HSB/HSV146°22.34%36.86%
CMYK22.34%0.00%12.77%
63.14%

Color #495E52 in popluar number systems.

HEX495E52
Decimal739482
Binary100100110111101010010
Octal111136122

Shades and tints

Shades of #495E52

#495E52
(73,94,82)
#43564B
(67,86,75)
#3D4E44
(61,78,68)
#37463D
(55,70,61)
#313E36
(49,62,54)
#2B362F
(43,54,47)
#252E28
(37,46,40)
#1F2621
(31,38,33)
#191E1A
(25,30,26)
#131613
(19,22,19)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #495E52

#495E52
(73,94,82)
#596C61
(89,108,97)
#697A70
(105,122,112)
#79887F
(121,136,127)
#89968E
(137,150,142)
#99A49D
(153,164,157)
#A9B2AC
(169,178,172)
#B9C0BB
(185,192,187)
#C9CECA
(201,206,202)
#D9DCD9
(217,220,217)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495E52; }

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

This text font color is #495E52.


Background Color

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

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

This div background color is #495E52.


Border color

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

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

This div border color is #495E52.


Opacity

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

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

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

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

This text has shadow with #495E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E52 on black background.


Color preview on white background

This text has color #495E52 on white background.



Black color preview on #495E52 background

This text has black color on #495E52 background.


White color preview on #495E52 background

This text has white color on #495E52 background.