COLOR #49744A

HEX: #49744A
RGB: (73,116,74)

Renk bilgisi

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

RGB renk modeli

#49744A color RGB value is (73,116,74).

  • kırmız ton 73;
  • yeşil ton 116;
  • mavi ton 74.
RGB:
(73,116,74)
(29%,45%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 116 of 255 = 45%
B 74 of 255 = 29%

73
116
74

R + G + B ~ 34%. #49744A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 116 + 74 = 263 (100%)
R 73 of 263 ~ 27.76%
G 116 of 263 ~ 44.11%
B 74 of 263 ~ 28.14%

%27.76
%44.11
%28.14

CMYK RENK MODELİ

#49744A rengi CMYK tonu (37,0,36,55).

  • camgöbeği tonu 37.07%
  • eflatun tonu 0.00%
  • sarı tonu 36.21%
  • ana renk tonu 54.51%
CMYK:
(37,0,36,55)
C37M0Y36K55 
(37%,0%,36%,55%)
(0.37/0.00/0.36/0.55)	

CMYK yüzdeleri

%37.07
%0
%36.21
%54.51

Codes

Color #49744A in popluar color models

49744A
RGB7311674
HSL121°22.75%37.06%
HSB/HSV121°37.07%45.49%
CMYK37.07%0.00%36.21%
54.51%

Color #49744A in popluar number systems.

HEX49744A
Decimal7311674
Binary100100111101001001010
Octal111164112

Shades and tints

Shades of #49744A

#49744A
(73,116,74)
#436A44
(67,106,68)
#3D603E
(61,96,62)
#375638
(55,86,56)
#314C32
(49,76,50)
#2B422C
(43,66,44)
#253826
(37,56,38)
#1F2E20
(31,46,32)
#19241A
(25,36,26)
#131A14
(19,26,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #49744A

#49744A
(73,116,74)
#59805A
(89,128,90)
#698C6A
(105,140,106)
#79987A
(121,152,122)
#89A48A
(137,164,138)
#99B09A
(153,176,154)
#A9BCAA
(169,188,170)
#B9C8BA
(185,200,186)
#C9D4CA
(201,212,202)
#D9E0DA
(217,224,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49744A color. Also use rgb(73,116,74) instead hex code.

Text Font Color

.myTextColor { color: #49744A; }

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

This text font color is #49744A.


Background Color

.myBgColor { background-color: #49744A; }

<div style="background-color:#49744A">Inner text</div>

This div background color is #49744A.


Border color

.myBorderColor { border: 1px solid #49744A; }

<div style="border:3px solid #49744A">Div</div>

This div border color is #49744A.


Opacity

.myOpacity80 { color: #49744A; opacity: 0.8; }

<p style="color:#49744A;opacity:0.8;">80%</p>

Text with #49744A 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 #49744A;}

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

This text has shadow with #49744A color.

.textShadow {text-shadow: 3px 3px 1px #49744A, 3px 3px 1px red;}

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

This text has shadow with #49744A primary color and red secondary color.


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

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

This text has shadow with #49744A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49744A on black background.


Color preview on white background

This text has color #49744A on white background.



Black color preview on #49744A background

This text has black color on #49744A background.


White color preview on #49744A background

This text has white color on #49744A background.