COLOR #49764D

HEX: #49764D
RGB: (73,118,77)

Renk bilgisi

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

RGB renk modeli

#49764D color RGB value is (73,118,77).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 118 of 255 = 46%
B 77 of 255 = 30%

73
118
77

R + G + B ~ 35%. #49764D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 118 + 77 = 268 (100%)
R 73 of 268 ~ 27.24%
G 118 of 268 ~ 44.03%
B 77 of 268 ~ 28.73%

%27.24
%44.03
%28.73

CMYK RENK MODELİ

#49764D rengi CMYK tonu (38,0,35,54).

  • camgöbeği tonu 38.14%
  • eflatun tonu 0.00%
  • sarı tonu 34.75%
  • ana renk tonu 53.73%
CMYK:
(38,0,35,54)
C38M0Y35K54 
(38%,0%,35%,54%)
(0.38/0.00/0.35/0.54)	

CMYK yüzdeleri

%38.14
%0
%34.75
%53.73

Codes

Color #49764D in popluar color models

49764D
RGB7311877
HSL125°23.56%37.45%
HSB/HSV125°38.14%46.27%
CMYK38.14%0.00%34.75%
53.73%

Color #49764D in popluar number systems.

HEX49764D
Decimal7311877
Binary100100111101101001101
Octal111166115

Shades and tints

Shades of #49764D

#49764D
(73,118,77)
#436C46
(67,108,70)
#3D623F
(61,98,63)
#375838
(55,88,56)
#314E31
(49,78,49)
#2B442A
(43,68,42)
#253A23
(37,58,35)
#1F301C
(31,48,28)
#192615
(25,38,21)
#131C0E
(19,28,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #49764D

#49764D
(73,118,77)
#59825D
(89,130,93)
#698E6D
(105,142,109)
#799A7D
(121,154,125)
#89A68D
(137,166,141)
#99B29D
(153,178,157)
#A9BEAD
(169,190,173)
#B9CABD
(185,202,189)
#C9D6CD
(201,214,205)
#D9E2DD
(217,226,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49764D color. Also use rgb(73,118,77) instead hex code.

Text Font Color

.myTextColor { color: #49764D; }

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

This text font color is #49764D.


Background Color

.myBgColor { background-color: #49764D; }

<div style="background-color:#49764D">Inner text</div>

This div background color is #49764D.


Border color

.myBorderColor { border: 1px solid #49764D; }

<div style="border:3px solid #49764D">Div</div>

This div border color is #49764D.


Opacity

.myOpacity80 { color: #49764D; opacity: 0.8; }

<p style="color:#49764D;opacity:0.8;">80%</p>

Text with #49764D 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 #49764D;}

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

This text has shadow with #49764D color.

.textShadow {text-shadow: 3px 3px 1px #49764D, 3px 3px 1px red;}

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

This text has shadow with #49764D primary color and red secondary color.


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

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

This text has shadow with #49764D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49764D on black background.


Color preview on white background

This text has color #49764D on white background.



Black color preview on #49764D background

This text has black color on #49764D background.


White color preview on #49764D background

This text has white color on #49764D background.