COLOR #495031

HEX: #495031
RGB: (73,80,49)

Renk bilgisi

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

RGB renk modeli

#495031 color RGB value is (73,80,49).

  • kırmız ton 73;
  • yeşil ton 80;
  • mavi ton 49.
RGB:
(73,80,49)
(29%,31%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 80 of 255 = 31%
B 49 of 255 = 19%

73
80
49

R + G + B ~ 26%. #495031 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 80 + 49 = 202 (100%)
R 73 of 202 ~ 36.14%
G 80 of 202 ~ 39.6%
B 49 of 202 ~ 24.26%

%36.14
%39.6
%24.26

CMYK RENK MODELİ

#495031 rengi CMYK tonu (9,0,39,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 0.00%
  • sarı tonu 38.75%
  • ana renk tonu 68.63%
CMYK:
(9,0,39,69)
C9M0Y39K69 
(9%,0%,39%,69%)
(0.09/0.00/0.39/0.69)	

CMYK yüzdeleri

%8.75
%0
%38.75
%68.63

Codes

Color #495031 in popluar color models

495031
RGB738049
HSL74°24.03%25.29%
HSB/HSV74°38.75%31.37%
CMYK8.75%0.00%38.75%
68.63%

Color #495031 in popluar number systems.

HEX495031
Decimal738049
Binary10010011010000110001
Octal11112061

Shades and tints

Shades of #495031

#495031
(73,80,49)
#43492D
(67,73,45)
#3D4229
(61,66,41)
#373B25
(55,59,37)
#313421
(49,52,33)
#2B2D1D
(43,45,29)
#252619
(37,38,25)
#1F1F15
(31,31,21)
#191811
(25,24,17)
#13110D
(19,17,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #495031

#495031
(73,80,49)
#595F43
(89,95,67)
#696E55
(105,110,85)
#797D67
(121,125,103)
#898C79
(137,140,121)
#999B8B
(153,155,139)
#A9AA9D
(169,170,157)
#B9B9AF
(185,185,175)
#C9C8C1
(201,200,193)
#D9D7D3
(217,215,211)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495031; }

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

This text font color is #495031.


Background Color

.myBgColor { background-color: #495031; }

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

This div background color is #495031.


Border color

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

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

This div border color is #495031.


Opacity

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

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

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

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

This text has shadow with #495031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495031 on black background.


Color preview on white background

This text has color #495031 on white background.



Black color preview on #495031 background

This text has black color on #495031 background.


White color preview on #495031 background

This text has white color on #495031 background.