COLOR #495D4B

HEX: #495D4B
RGB: (73,93,75)

Renk bilgisi

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

RGB renk modeli

#495D4B color RGB value is (73,93,75).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 93 of 255 = 36%
B 75 of 255 = 29%

73
93
75

R + G + B ~ 31%. #495D4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 93 + 75 = 241 (100%)
R 73 of 241 ~ 30.29%
G 93 of 241 ~ 38.59%
B 75 of 241 ~ 31.12%

%30.29
%38.59
%31.12

CMYK RENK MODELİ

#495D4B rengi CMYK tonu (22,0,19,64).

  • camgöbeği tonu 21.51%
  • eflatun tonu 0.00%
  • sarı tonu 19.35%
  • ana renk tonu 63.53%
CMYK:
(22,0,19,64)
C22M0Y19K64 
(22%,0%,19%,64%)
(0.22/0.00/0.19/0.64)	

CMYK yüzdeleri

%21.51
%0
%19.35
%63.53

Codes

Color #495D4B in popluar color models

495D4B
RGB739375
HSL126°12.05%32.55%
HSB/HSV126°21.51%36.47%
CMYK21.51%0.00%19.35%
63.53%

Color #495D4B in popluar number systems.

HEX495D4B
Decimal739375
Binary100100110111011001011
Octal111135113

Shades and tints

Shades of #495D4B

#495D4B
(73,93,75)
#435545
(67,85,69)
#3D4D3F
(61,77,63)
#374539
(55,69,57)
#313D33
(49,61,51)
#2B352D
(43,53,45)
#252D27
(37,45,39)
#1F2521
(31,37,33)
#191D1B
(25,29,27)
#131515
(19,21,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #495D4B

#495D4B
(73,93,75)
#596B5B
(89,107,91)
#69796B
(105,121,107)
#79877B
(121,135,123)
#89958B
(137,149,139)
#99A39B
(153,163,155)
#A9B1AB
(169,177,171)
#B9BFBB
(185,191,187)
#C9CDCB
(201,205,203)
#D9DBDB
(217,219,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D4B color. Also use rgb(73,93,75) instead hex code.

Text Font Color

.myTextColor { color: #495D4B; }

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

This text font color is #495D4B.


Background Color

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

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

This div background color is #495D4B.


Border color

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

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

This div border color is #495D4B.


Opacity

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

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

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

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

This text has shadow with #495D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D4B on black background.


Color preview on white background

This text has color #495D4B on white background.



Black color preview on #495D4B background

This text has black color on #495D4B background.


White color preview on #495D4B background

This text has white color on #495D4B background.