COLOR #49796B

HEX: #49796B
RGB: (73,121,107)

Renk bilgisi

#49796B contains red, green and blue colors in about the same proportion. #49796B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#49796B color RGB value is (73,121,107).

  • kırmız ton 73;
  • yeşil ton 121;
  • mavi ton 107.
RGB:
(73,121,107)
(29%,47%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 121 of 255 = 47%
B 107 of 255 = 42%

73
121
107

R + G + B ~ 39%. #49796B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 121 + 107 = 301 (100%)
R 73 of 301 ~ 24.25%
G 121 of 301 ~ 40.2%
B 107 of 301 ~ 35.55%

%24.25
%40.2
%35.55

CMYK RENK MODELİ

#49796B rengi CMYK tonu (40,0,12,53).

  • camgöbeği tonu 39.67%
  • eflatun tonu 0.00%
  • sarı tonu 11.57%
  • ana renk tonu 52.55%
CMYK:
(40,0,12,53)
C40M0Y12K53 
(40%,0%,12%,53%)
(0.40/0.00/0.12/0.53)	

CMYK yüzdeleri

%39.67
%0
%11.57
%52.55

Codes

Color #49796B in popluar color models

49796B
RGB73121107
HSL163°24.74%38.04%
HSB/HSV163°39.67%47.45%
CMYK39.67%0.00%11.57%
52.55%

Color #49796B in popluar number systems.

HEX49796B
Decimal73121107
Binary100100111110011101011
Octal111171153

Shades and tints

Shades of #49796B

#49796B
(73,121,107)
#436E62
(67,110,98)
#3D6359
(61,99,89)
#375850
(55,88,80)
#314D47
(49,77,71)
#2B423E
(43,66,62)
#253735
(37,55,53)
#1F2C2C
(31,44,44)
#192123
(25,33,35)
#13161A
(19,22,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #49796B

#49796B
(73,121,107)
#598578
(89,133,120)
#699185
(105,145,133)
#799D92
(121,157,146)
#89A99F
(137,169,159)
#99B5AC
(153,181,172)
#A9C1B9
(169,193,185)
#B9CDC6
(185,205,198)
#C9D9D3
(201,217,211)
#D9E5E0
(217,229,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49796B color. Also use rgb(73,121,107) instead hex code.

Text Font Color

.myTextColor { color: #49796B; }

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

This text font color is #49796B.


Background Color

.myBgColor { background-color: #49796B; }

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

This div background color is #49796B.


Border color

.myBorderColor { border: 1px solid #49796B; }

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

This div border color is #49796B.


Opacity

.myOpacity80 { color: #49796B; opacity: 0.8; }

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

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

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

This text has shadow with #49796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49796B on black background.


Color preview on white background

This text has color #49796B on white background.



Black color preview on #49796B background

This text has black color on #49796B background.


White color preview on #49796B background

This text has white color on #49796B background.