COLOR #49684B

HEX: #49684B
RGB: (73,104,75)

Renk bilgisi

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

RGB renk modeli

#49684B color RGB value is (73,104,75).

  • kırmız ton 73;
  • yeşil ton 104;
  • mavi ton 75.
RGB:
(73,104,75)
(29%,41%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 104 of 255 = 41%
B 75 of 255 = 29%

73
104
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 104 + 75 = 252 (100%)
R 73 of 252 ~ 28.97%
G 104 of 252 ~ 41.27%
B 75 of 252 ~ 29.76%

%28.97
%41.27
%29.76

CMYK RENK MODELİ

#49684B rengi CMYK tonu (30,0,28,59).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 27.88%
  • ana renk tonu 59.22%
CMYK:
(30,0,28,59)
C30M0Y28K59 
(30%,0%,28%,59%)
(0.30/0.00/0.28/0.59)	

CMYK yüzdeleri

%29.81
%0
%27.88
%59.22

Codes

Color #49684B in popluar color models

49684B
RGB7310475
HSL124°17.51%34.71%
HSB/HSV124°29.81%40.78%
CMYK29.81%0.00%27.88%
59.22%

Color #49684B in popluar number systems.

HEX49684B
Decimal7310475
Binary100100111010001001011
Octal111150113

Shades and tints

Shades of #49684B

#49684B
(73,104,75)
#435F45
(67,95,69)
#3D563F
(61,86,63)
#374D39
(55,77,57)
#314433
(49,68,51)
#2B3B2D
(43,59,45)
#253227
(37,50,39)
#1F2921
(31,41,33)
#19201B
(25,32,27)
#131715
(19,23,21)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #49684B

#49684B
(73,104,75)
#59755B
(89,117,91)
#69826B
(105,130,107)
#798F7B
(121,143,123)
#899C8B
(137,156,139)
#99A99B
(153,169,155)
#A9B6AB
(169,182,171)
#B9C3BB
(185,195,187)
#C9D0CB
(201,208,203)
#D9DDDB
(217,221,219)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49684B color. Also use rgb(73,104,75) instead hex code.

Text Font Color

.myTextColor { color: #49684B; }

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

This text font color is #49684B.


Background Color

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

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

This div background color is #49684B.


Border color

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

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

This div border color is #49684B.


Opacity

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

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

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

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

This text has shadow with #49684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49684B on black background.


Color preview on white background

This text has color #49684B on white background.



Black color preview on #49684B background

This text has black color on #49684B background.


White color preview on #49684B background

This text has white color on #49684B background.