COLOR #496D45

HEX: #496D45
RGB: (73,109,69)

Renk bilgisi

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

RGB renk modeli

#496D45 color RGB value is (73,109,69).

  • kırmız ton 73;
  • yeşil ton 109;
  • mavi ton 69.
RGB:
(73,109,69)
(29%,43%,27%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 109 of 255 = 43%
B 69 of 255 = 27%

73
109
69

R + G + B ~ 33%. #496D45 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 109 + 69 = 251 (100%)
R 73 of 251 ~ 29.08%
G 109 of 251 ~ 43.43%
B 69 of 251 ~ 27.49%

%29.08
%43.43
%27.49

CMYK RENK MODELİ

#496D45 rengi CMYK tonu (33,0,37,57).

  • camgöbeği tonu 33.03%
  • eflatun tonu 0.00%
  • sarı tonu 36.70%
  • ana renk tonu 57.25%
CMYK:
(33,0,37,57)
C33M0Y37K57 
(33%,0%,37%,57%)
(0.33/0.00/0.37/0.57)	

CMYK yüzdeleri

%33.03
%0
%36.7
%57.25

Codes

Color #496D45 in popluar color models

496D45
RGB7310969
HSL114°22.47%34.90%
HSB/HSV114°36.70%42.75%
CMYK33.03%0.00%36.70%
57.25%

Color #496D45 in popluar number systems.

HEX496D45
Decimal7310969
Binary100100111011011000101
Octal111155105

Shades and tints

Shades of #496D45

#496D45
(73,109,69)
#43643F
(67,100,63)
#3D5B39
(61,91,57)
#375233
(55,82,51)
#31492D
(49,73,45)
#2B4027
(43,64,39)
#253721
(37,55,33)
#1F2E1B
(31,46,27)
#192515
(25,37,21)
#131C0F
(19,28,15)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #496D45

#496D45
(73,109,69)
#597A55
(89,122,85)
#698765
(105,135,101)
#799475
(121,148,117)
#89A185
(137,161,133)
#99AE95
(153,174,149)
#A9BBA5
(169,187,165)
#B9C8B5
(185,200,181)
#C9D5C5
(201,213,197)
#D9E2D5
(217,226,213)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496D45 color. Also use rgb(73,109,69) instead hex code.

Text Font Color

.myTextColor { color: #496D45; }

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

This text font color is #496D45.


Background Color

.myBgColor { background-color: #496D45; }

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

This div background color is #496D45.


Border color

.myBorderColor { border: 1px solid #496D45; }

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

This div border color is #496D45.


Opacity

.myOpacity80 { color: #496D45; opacity: 0.8; }

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

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

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

This text has shadow with #496D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496D45 on black background.


Color preview on white background

This text has color #496D45 on white background.



Black color preview on #496D45 background

This text has black color on #496D45 background.


White color preview on #496D45 background

This text has white color on #496D45 background.