COLOR #496C4D

HEX: #496C4D
RGB: (73,108,77)

Renk bilgisi

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

RGB renk modeli

#496C4D color RGB value is (73,108,77).

  • kırmız ton 73;
  • yeşil ton 108;
  • mavi ton 77.
RGB:
(73,108,77)
(29%,42%,30%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 108 of 255 = 42%
B 77 of 255 = 30%

73
108
77

R + G + B ~ 34%. #496C4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 108 + 77 = 258 (100%)
R 73 of 258 ~ 28.29%
G 108 of 258 ~ 41.86%
B 77 of 258 ~ 29.84%

%28.29
%41.86
%29.84

CMYK RENK MODELİ

#496C4D rengi CMYK tonu (32,0,29,58).

  • camgöbeği tonu 32.41%
  • eflatun tonu 0.00%
  • sarı tonu 28.70%
  • ana renk tonu 57.65%
CMYK:
(32,0,29,58)
C32M0Y29K58 
(32%,0%,29%,58%)
(0.32/0.00/0.29/0.58)	

CMYK yüzdeleri

%32.41
%0
%28.7
%57.65

Codes

Color #496C4D in popluar color models

496C4D
RGB7310877
HSL127°19.34%35.49%
HSB/HSV127°32.41%42.35%
CMYK32.41%0.00%28.70%
57.65%

Color #496C4D in popluar number systems.

HEX496C4D
Decimal7310877
Binary100100111011001001101
Octal111154115

Shades and tints

Shades of #496C4D

#496C4D
(73,108,77)
#436346
(67,99,70)
#3D5A3F
(61,90,63)
#375138
(55,81,56)
#314831
(49,72,49)
#2B3F2A
(43,63,42)
#253623
(37,54,35)
#1F2D1C
(31,45,28)
#192415
(25,36,21)
#131B0E
(19,27,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #496C4D

#496C4D
(73,108,77)
#59795D
(89,121,93)
#69866D
(105,134,109)
#79937D
(121,147,125)
#89A08D
(137,160,141)
#99AD9D
(153,173,157)
#A9BAAD
(169,186,173)
#B9C7BD
(185,199,189)
#C9D4CD
(201,212,205)
#D9E1DD
(217,225,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C4D color. Also use rgb(73,108,77) instead hex code.

Text Font Color

.myTextColor { color: #496C4D; }

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

This text font color is #496C4D.


Background Color

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

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

This div background color is #496C4D.


Border color

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

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

This div border color is #496C4D.


Opacity

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

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

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

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

This text has shadow with #496C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C4D on black background.


Color preview on white background

This text has color #496C4D on white background.



Black color preview on #496C4D background

This text has black color on #496C4D background.


White color preview on #496C4D background

This text has white color on #496C4D background.