COLOR #495A29

HEX: #495A29
RGB: (73,90,41)

Renk bilgisi

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

RGB renk modeli

#495A29 color RGB value is (73,90,41).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 90 of 255 = 35%
B 41 of 255 = 16%

73
90
41

R + G + B ~ 27%. #495A29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 90 + 41 = 204 (100%)
R 73 of 204 ~ 35.78%
G 90 of 204 ~ 44.12%
B 41 of 204 ~ 20.1%

%35.78
%44.12
%20.1

CMYK RENK MODELİ

#495A29 rengi CMYK tonu (19,0,54,65).

  • camgöbeği tonu 18.89%
  • eflatun tonu 0.00%
  • sarı tonu 54.44%
  • ana renk tonu 64.71%
CMYK:
(19,0,54,65)
C19M0Y54K65 
(19%,0%,54%,65%)
(0.19/0.00/0.54/0.65)	

CMYK yüzdeleri

%18.89
%0
%54.44
%64.71

Codes

Color #495A29 in popluar color models

495A29
RGB739041
HSL81°37.40%25.69%
HSB/HSV81°54.44%35.29%
CMYK18.89%0.00%54.44%
64.71%

Color #495A29 in popluar number systems.

HEX495A29
Decimal739041
Binary10010011011010101001
Octal11113251

Shades and tints

Shades of #495A29

#495A29
(73,90,41)
#435226
(67,82,38)
#3D4A23
(61,74,35)
#374220
(55,66,32)
#313A1D
(49,58,29)
#2B321A
(43,50,26)
#252A17
(37,42,23)
#1F2214
(31,34,20)
#191A11
(25,26,17)
#13120E
(19,18,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #495A29

#495A29
(73,90,41)
#59693C
(89,105,60)
#69784F
(105,120,79)
#798762
(121,135,98)
#899675
(137,150,117)
#99A588
(153,165,136)
#A9B49B
(169,180,155)
#B9C3AE
(185,195,174)
#C9D2C1
(201,210,193)
#D9E1D4
(217,225,212)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A29; }

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

This text font color is #495A29.


Background Color

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

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

This div background color is #495A29.


Border color

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

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

This div border color is #495A29.


Opacity

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

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

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

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

This text has shadow with #495A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A29 on black background.


Color preview on white background

This text has color #495A29 on white background.



Black color preview on #495A29 background

This text has black color on #495A29 background.


White color preview on #495A29 background

This text has white color on #495A29 background.