COLOR #495B1D

HEX: #495B1D
RGB: (73,91,29)

Renk bilgisi

#495B1D contains mainly red and green colors. #495B1D ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#495B1D color RGB value is (73,91,29).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 91 of 255 = 36%
B 29 of 255 = 11%

73
91
29

R + G + B ~ 25%. #495B1D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 91 + 29 = 193 (100%)
R 73 of 193 ~ 37.82%
G 91 of 193 ~ 47.15%
B 29 of 193 ~ 15.03%

%37.82
%47.15
%15.03

CMYK RENK MODELİ

#495B1D rengi CMYK tonu (20,0,68,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 0.00%
  • sarı tonu 68.13%
  • ana renk tonu 64.31%
CMYK:
(20,0,68,64)
C20M0Y68K64 
(20%,0%,68%,64%)
(0.20/0.00/0.68/0.64)	

CMYK yüzdeleri

%19.78
%0
%68.13
%64.31

Codes

Color #495B1D in popluar color models

495B1D
RGB739129
HSL77°51.67%23.53%
HSB/HSV77°68.13%35.69%
CMYK19.78%0.00%68.13%
64.31%

Color #495B1D in popluar number systems.

HEX495B1D
Decimal739129
Binary1001001101101111101
Octal11113335

Shades and tints

Shades of #495B1D

#495B1D
(73,91,29)
#43531B
(67,83,27)
#3D4B19
(61,75,25)
#374317
(55,67,23)
#313B15
(49,59,21)
#2B3313
(43,51,19)
#252B11
(37,43,17)
#1F230F
(31,35,15)
#191B0D
(25,27,13)
#13130B
(19,19,11)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #495B1D

#495B1D
(73,91,29)
#596931
(89,105,49)
#697745
(105,119,69)
#798559
(121,133,89)
#89936D
(137,147,109)
#99A181
(153,161,129)
#A9AF95
(169,175,149)
#B9BDA9
(185,189,169)
#C9CBBD
(201,203,189)
#D9D9D1
(217,217,209)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495B1D color. Also use rgb(73,91,29) instead hex code.

Text Font Color

.myTextColor { color: #495B1D; }

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

This text font color is #495B1D.


Background Color

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

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

This div background color is #495B1D.


Border color

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

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

This div border color is #495B1D.


Opacity

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

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

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

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

This text has shadow with #495B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B1D on black background.


Color preview on white background

This text has color #495B1D on white background.



Black color preview on #495B1D background

This text has black color on #495B1D background.


White color preview on #495B1D background

This text has white color on #495B1D background.