COLOR #495A39

HEX: #495A39
RGB: (73,90,57)

Renk bilgisi

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

RGB renk modeli

#495A39 color RGB value is (73,90,57).

  • kırmız ton 73;
  • yeşil ton 90;
  • mavi ton 57.
RGB:
(73,90,57)
(29%,35%,22%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 90 of 255 = 35%
B 57 of 255 = 22%

73
90
57

R + G + B ~ 29%. #495A39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 90 + 57 = 220 (100%)
R 73 of 220 ~ 33.18%
G 90 of 220 ~ 40.91%
B 57 of 220 ~ 25.91%

%33.18
%40.91
%25.91

CMYK RENK MODELİ

#495A39 rengi CMYK tonu (19,0,37,65).

  • camgöbeği tonu 18.89%
  • eflatun tonu 0.00%
  • sarı tonu 36.67%
  • ana renk tonu 64.71%
CMYK:
(19,0,37,65)
C19M0Y37K65 
(19%,0%,37%,65%)
(0.19/0.00/0.37/0.65)	

CMYK yüzdeleri

%18.89
%0
%36.67
%64.71

Codes

Color #495A39 in popluar color models

495A39
RGB739057
HSL91°22.45%28.82%
HSB/HSV91°36.67%35.29%
CMYK18.89%0.00%36.67%
64.71%

Color #495A39 in popluar number systems.

HEX495A39
Decimal739057
Binary10010011011010111001
Octal11113271

Shades and tints

Shades of #495A39

#495A39
(73,90,57)
#435234
(67,82,52)
#3D4A2F
(61,74,47)
#37422A
(55,66,42)
#313A25
(49,58,37)
#2B3220
(43,50,32)
#252A1B
(37,42,27)
#1F2216
(31,34,22)
#191A11
(25,26,17)
#13120C
(19,18,12)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #495A39

#495A39
(73,90,57)
#59694B
(89,105,75)
#69785D
(105,120,93)
#79876F
(121,135,111)
#899681
(137,150,129)
#99A593
(153,165,147)
#A9B4A5
(169,180,165)
#B9C3B7
(185,195,183)
#C9D2C9
(201,210,201)
#D9E1DB
(217,225,219)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A39 color. Also use rgb(73,90,57) instead hex code.

Text Font Color

.myTextColor { color: #495A39; }

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

This text font color is #495A39.


Background Color

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

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

This div background color is #495A39.


Border color

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

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

This div border color is #495A39.


Opacity

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

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

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

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

This text has shadow with #495A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A39 on black background.


Color preview on white background

This text has color #495A39 on white background.



Black color preview on #495A39 background

This text has black color on #495A39 background.


White color preview on #495A39 background

This text has white color on #495A39 background.