COLOR #495349

HEX: #495349
RGB: (73,83,73)

Renk bilgisi

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

RGB renk modeli

#495349 color RGB value is (73,83,73).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 83 of 255 = 33%
B 73 of 255 = 29%

73
83
73

R + G + B ~ 30%. #495349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 83 + 73 = 229 (100%)
R 73 of 229 ~ 31.88%
G 83 of 229 ~ 36.24%
B 73 of 229 ~ 31.88%

%31.88
%36.24
%31.88

CMYK RENK MODELİ

#495349 rengi CMYK tonu (12,0,12,67).

  • camgöbeği tonu 12.05%
  • eflatun tonu 0.00%
  • sarı tonu 12.05%
  • ana renk tonu 67.45%
CMYK:
(12,0,12,67)
C12M0Y12K67 
(12%,0%,12%,67%)
(0.12/0.00/0.12/0.67)	

CMYK yüzdeleri

%12.05
%0
%12.05
%67.45

Codes

Color #495349 in popluar color models

495349
RGB738373
HSL120°6.41%30.59%
HSB/HSV120°12.05%32.55%
CMYK12.05%0.00%12.05%
67.45%

Color #495349 in popluar number systems.

HEX495349
Decimal738373
Binary100100110100111001001
Octal111123111

Shades and tints

Shades of #495349

#495349
(73,83,73)
#434C43
(67,76,67)
#3D453D
(61,69,61)
#373E37
(55,62,55)
#313731
(49,55,49)
#2B302B
(43,48,43)
#252925
(37,41,37)
#1F221F
(31,34,31)
#191B19
(25,27,25)
#131413
(19,20,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #495349

#495349
(73,83,73)
#596259
(89,98,89)
#697169
(105,113,105)
#798079
(121,128,121)
#898F89
(137,143,137)
#999E99
(153,158,153)
#A9ADA9
(169,173,169)
#B9BCB9
(185,188,185)
#C9CBC9
(201,203,201)
#D9DAD9
(217,218,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495349; }

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

This text font color is #495349.


Background Color

.myBgColor { background-color: #495349; }

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

This div background color is #495349.


Border color

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

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

This div border color is #495349.


Opacity

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

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

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

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

This text has shadow with #495349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495349 on black background.


Color preview on white background

This text has color #495349 on white background.



Black color preview on #495349 background

This text has black color on #495349 background.


White color preview on #495349 background

This text has white color on #495349 background.