COLOR #49524A

HEX: #49524A
RGB: (73,82,74)

Renk bilgisi

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

RGB renk modeli

#49524A color RGB value is (73,82,74).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 82 of 255 = 32%
B 74 of 255 = 29%

73
82
74

R + G + B ~ 30%. #49524A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 82 + 74 = 229 (100%)
R 73 of 229 ~ 31.88%
G 82 of 229 ~ 35.81%
B 74 of 229 ~ 32.31%

%31.88
%35.81
%32.31

CMYK RENK MODELİ

#49524A rengi CMYK tonu (11,0,10,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 0.00%
  • sarı tonu 9.76%
  • ana renk tonu 67.84%
CMYK:
(11,0,10,68)
C11M0Y10K68 
(11%,0%,10%,68%)
(0.11/0.00/0.10/0.68)	

CMYK yüzdeleri

%10.98
%0
%9.76
%67.84

Codes

Color #49524A in popluar color models

49524A
RGB738274
HSL127°5.81%30.39%
HSB/HSV127°10.98%32.16%
CMYK10.98%0.00%9.76%
67.84%

Color #49524A in popluar number systems.

HEX49524A
Decimal738274
Binary100100110100101001010
Octal111122112

Shades and tints

Shades of #49524A

#49524A
(73,82,74)
#434B44
(67,75,68)
#3D443E
(61,68,62)
#373D38
(55,61,56)
#313632
(49,54,50)
#2B2F2C
(43,47,44)
#252826
(37,40,38)
#1F2120
(31,33,32)
#191A1A
(25,26,26)
#131314
(19,19,20)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #49524A

#49524A
(73,82,74)
#59615A
(89,97,90)
#69706A
(105,112,106)
#797F7A
(121,127,122)
#898E8A
(137,142,138)
#999D9A
(153,157,154)
#A9ACAA
(169,172,170)
#B9BBBA
(185,187,186)
#C9CACA
(201,202,202)
#D9D9DA
(217,217,218)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49524A; }

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

This text font color is #49524A.


Background Color

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

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

This div background color is #49524A.


Border color

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

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

This div border color is #49524A.


Opacity

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

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

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

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

This text has shadow with #49524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49524A on black background.


Color preview on white background

This text has color #49524A on white background.



Black color preview on #49524A background

This text has black color on #49524A background.


White color preview on #49524A background

This text has white color on #49524A background.