COLOR #49594A

HEX: #49594A
RGB: (73,89,74)

Renk bilgisi

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

RGB renk modeli

#49594A color RGB value is (73,89,74).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 89 of 255 = 35%
B 74 of 255 = 29%

73
89
74

R + G + B ~ 31%. #49594A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 89 + 74 = 236 (100%)
R 73 of 236 ~ 30.93%
G 89 of 236 ~ 37.71%
B 74 of 236 ~ 31.36%

%30.93
%37.71
%31.36

CMYK RENK MODELİ

#49594A rengi CMYK tonu (18,0,17,65).

  • camgöbeği tonu 17.98%
  • eflatun tonu 0.00%
  • sarı tonu 16.85%
  • ana renk tonu 65.10%
CMYK:
(18,0,17,65)
C18M0Y17K65 
(18%,0%,17%,65%)
(0.18/0.00/0.17/0.65)	

CMYK yüzdeleri

%17.98
%0
%16.85
%65.1

Codes

Color #49594A in popluar color models

49594A
RGB738974
HSL124°9.88%31.76%
HSB/HSV124°17.98%34.90%
CMYK17.98%0.00%16.85%
65.10%

Color #49594A in popluar number systems.

HEX49594A
Decimal738974
Binary100100110110011001010
Octal111131112

Shades and tints

Shades of #49594A

#49594A
(73,89,74)
#435144
(67,81,68)
#3D493E
(61,73,62)
#374138
(55,65,56)
#313932
(49,57,50)
#2B312C
(43,49,44)
#252926
(37,41,38)
#1F2120
(31,33,32)
#19191A
(25,25,26)
#131114
(19,17,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #49594A

#49594A
(73,89,74)
#59685A
(89,104,90)
#69776A
(105,119,106)
#79867A
(121,134,122)
#89958A
(137,149,138)
#99A49A
(153,164,154)
#A9B3AA
(169,179,170)
#B9C2BA
(185,194,186)
#C9D1CA
(201,209,202)
#D9E0DA
(217,224,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49594A; }

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

This text font color is #49594A.


Background Color

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

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

This div background color is #49594A.


Border color

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

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

This div border color is #49594A.


Opacity

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

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

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

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

This text has shadow with #49594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49594A on black background.


Color preview on white background

This text has color #49594A on white background.



Black color preview on #49594A background

This text has black color on #49594A background.


White color preview on #49594A background

This text has white color on #49594A background.