COLOR #495F47

HEX: #495F47
RGB: (73,95,71)

Renk bilgisi

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

RGB renk modeli

#495F47 color RGB value is (73,95,71).

  • kırmız ton 73;
  • yeşil ton 95;
  • mavi ton 71.
RGB:
(73,95,71)
(29%,37%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 95 of 255 = 37%
B 71 of 255 = 28%

73
95
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 95 + 71 = 239 (100%)
R 73 of 239 ~ 30.54%
G 95 of 239 ~ 39.75%
B 71 of 239 ~ 29.71%

%30.54
%39.75
%29.71

CMYK RENK MODELİ

#495F47 rengi CMYK tonu (23,0,25,63).

  • camgöbeği tonu 23.16%
  • eflatun tonu 0.00%
  • sarı tonu 25.26%
  • ana renk tonu 62.75%
CMYK:
(23,0,25,63)
C23M0Y25K63 
(23%,0%,25%,63%)
(0.23/0.00/0.25/0.63)	

CMYK yüzdeleri

%23.16
%0
%25.26
%62.75

Codes

Color #495F47 in popluar color models

495F47
RGB739571
HSL115°14.46%32.55%
HSB/HSV115°25.26%37.25%
CMYK23.16%0.00%25.26%
62.75%

Color #495F47 in popluar number systems.

HEX495F47
Decimal739571
Binary100100110111111000111
Octal111137107

Shades and tints

Shades of #495F47

#495F47
(73,95,71)
#435741
(67,87,65)
#3D4F3B
(61,79,59)
#374735
(55,71,53)
#313F2F
(49,63,47)
#2B3729
(43,55,41)
#252F23
(37,47,35)
#1F271D
(31,39,29)
#191F17
(25,31,23)
#131711
(19,23,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #495F47

#495F47
(73,95,71)
#596D57
(89,109,87)
#697B67
(105,123,103)
#798977
(121,137,119)
#899787
(137,151,135)
#99A597
(153,165,151)
#A9B3A7
(169,179,167)
#B9C1B7
(185,193,183)
#C9CFC7
(201,207,199)
#D9DDD7
(217,221,215)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F47 color. Also use rgb(73,95,71) instead hex code.

Text Font Color

.myTextColor { color: #495F47; }

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

This text font color is #495F47.


Background Color

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

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

This div background color is #495F47.


Border color

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

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

This div border color is #495F47.


Opacity

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

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

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

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

This text has shadow with #495F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F47 on black background.


Color preview on white background

This text has color #495F47 on white background.



Black color preview on #495F47 background

This text has black color on #495F47 background.


White color preview on #495F47 background

This text has white color on #495F47 background.