COLOR #495D30

HEX: #495D30
RGB: (73,93,48)

Renk bilgisi

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

RGB renk modeli

#495D30 color RGB value is (73,93,48).

  • kırmız ton 73;
  • yeşil ton 93;
  • mavi ton 48.
RGB:
(73,93,48)
(29%,36%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 93 of 255 = 36%
B 48 of 255 = 19%

73
93
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 93 + 48 = 214 (100%)
R 73 of 214 ~ 34.11%
G 93 of 214 ~ 43.46%
B 48 of 214 ~ 22.43%

%34.11
%43.46
%22.43

CMYK RENK MODELİ

#495D30 rengi CMYK tonu (22,0,48,64).

  • camgöbeği tonu 21.51%
  • eflatun tonu 0.00%
  • sarı tonu 48.39%
  • ana renk tonu 63.53%
CMYK:
(22,0,48,64)
C22M0Y48K64 
(22%,0%,48%,64%)
(0.22/0.00/0.48/0.64)	

CMYK yüzdeleri

%21.51
%0
%48.39
%63.53

Codes

Color #495D30 in popluar color models

495D30
RGB739348
HSL87°31.91%27.65%
HSB/HSV87°48.39%36.47%
CMYK21.51%0.00%48.39%
63.53%

Color #495D30 in popluar number systems.

HEX495D30
Decimal739348
Binary10010011011101110000
Octal11113560

Shades and tints

Shades of #495D30

#495D30
(73,93,48)
#43552C
(67,85,44)
#3D4D28
(61,77,40)
#374524
(55,69,36)
#313D20
(49,61,32)
#2B351C
(43,53,28)
#252D18
(37,45,24)
#1F2514
(31,37,20)
#191D10
(25,29,16)
#13150C
(19,21,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #495D30

#495D30
(73,93,48)
#596B42
(89,107,66)
#697954
(105,121,84)
#798766
(121,135,102)
#899578
(137,149,120)
#99A38A
(153,163,138)
#A9B19C
(169,177,156)
#B9BFAE
(185,191,174)
#C9CDC0
(201,205,192)
#D9DBD2
(217,219,210)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D30 color. Also use rgb(73,93,48) instead hex code.

Text Font Color

.myTextColor { color: #495D30; }

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

This text font color is #495D30.


Background Color

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

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

This div background color is #495D30.


Border color

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

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

This div border color is #495D30.


Opacity

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

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

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

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

This text has shadow with #495D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D30 on black background.


Color preview on white background

This text has color #495D30 on white background.



Black color preview on #495D30 background

This text has black color on #495D30 background.


White color preview on #495D30 background

This text has white color on #495D30 background.