COLOR #495831

HEX: #495831
RGB: (73,88,49)

Renk bilgisi

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

RGB renk modeli

#495831 color RGB value is (73,88,49).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 88 of 255 = 35%
B 49 of 255 = 19%

73
88
49

R + G + B ~ 28%. #495831 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 88 + 49 = 210 (100%)
R 73 of 210 ~ 34.76%
G 88 of 210 ~ 41.9%
B 49 of 210 ~ 23.33%

%34.76
%41.9
%23.33

CMYK RENK MODELİ

#495831 rengi CMYK tonu (17,0,44,65).

  • camgöbeği tonu 17.05%
  • eflatun tonu 0.00%
  • sarı tonu 44.32%
  • ana renk tonu 65.49%
CMYK:
(17,0,44,65)
C17M0Y44K65 
(17%,0%,44%,65%)
(0.17/0.00/0.44/0.65)	

CMYK yüzdeleri

%17.05
%0
%44.32
%65.49

Codes

Color #495831 in popluar color models

495831
RGB738849
HSL83°28.47%26.86%
HSB/HSV83°44.32%34.51%
CMYK17.05%0.00%44.32%
65.49%

Color #495831 in popluar number systems.

HEX495831
Decimal738849
Binary10010011011000110001
Octal11113061

Shades and tints

Shades of #495831

#495831
(73,88,49)
#43502D
(67,80,45)
#3D4829
(61,72,41)
#374025
(55,64,37)
#313821
(49,56,33)
#2B301D
(43,48,29)
#252819
(37,40,25)
#1F2015
(31,32,21)
#191811
(25,24,17)
#13100D
(19,16,13)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #495831

#495831
(73,88,49)
#596743
(89,103,67)
#697655
(105,118,85)
#798567
(121,133,103)
#899479
(137,148,121)
#99A38B
(153,163,139)
#A9B29D
(169,178,157)
#B9C1AF
(185,193,175)
#C9D0C1
(201,208,193)
#D9DFD3
(217,223,211)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495831; }

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

This text font color is #495831.


Background Color

.myBgColor { background-color: #495831; }

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

This div background color is #495831.


Border color

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

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

This div border color is #495831.


Opacity

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

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

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

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

This text has shadow with #495831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495831 on black background.


Color preview on white background

This text has color #495831 on white background.



Black color preview on #495831 background

This text has black color on #495831 background.


White color preview on #495831 background

This text has white color on #495831 background.