COLOR #49736D

HEX: #49736D
RGB: (73,115,109)

Renk bilgisi

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

RGB renk modeli

#49736D color RGB value is (73,115,109).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 115 of 255 = 45%
B 109 of 255 = 43%

73
115
109

R + G + B ~ 39%. #49736D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 115 + 109 = 297 (100%)
R 73 of 297 ~ 24.58%
G 115 of 297 ~ 38.72%
B 109 of 297 ~ 36.7%

%24.58
%38.72
%36.7

CMYK RENK MODELİ

#49736D rengi CMYK tonu (37,0,5,55).

  • camgöbeği tonu 36.52%
  • eflatun tonu 0.00%
  • sarı tonu 5.22%
  • ana renk tonu 54.90%
CMYK:
(37,0,5,55)
C37M0Y5K55 
(37%,0%,5%,55%)
(0.37/0.00/0.05/0.55)	

CMYK yüzdeleri

%36.52
%0
%5.22
%54.9

Codes

Color #49736D in popluar color models

49736D
RGB73115109
HSL171°22.34%36.86%
HSB/HSV171°36.52%45.10%
CMYK36.52%0.00%5.22%
54.90%

Color #49736D in popluar number systems.

HEX49736D
Decimal73115109
Binary100100111100111101101
Octal111163155

Shades and tints

Shades of #49736D

#49736D
(73,115,109)
#436964
(67,105,100)
#3D5F5B
(61,95,91)
#375552
(55,85,82)
#314B49
(49,75,73)
#2B4140
(43,65,64)
#253737
(37,55,55)
#1F2D2E
(31,45,46)
#192325
(25,35,37)
#13191C
(19,25,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #49736D

#49736D
(73,115,109)
#597F7A
(89,127,122)
#698B87
(105,139,135)
#799794
(121,151,148)
#89A3A1
(137,163,161)
#99AFAE
(153,175,174)
#A9BBBB
(169,187,187)
#B9C7C8
(185,199,200)
#C9D3D5
(201,211,213)
#D9DFE2
(217,223,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49736D color. Also use rgb(73,115,109) instead hex code.

Text Font Color

.myTextColor { color: #49736D; }

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

This text font color is #49736D.


Background Color

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

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

This div background color is #49736D.


Border color

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

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

This div border color is #49736D.


Opacity

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

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

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

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

This text has shadow with #49736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49736D on black background.


Color preview on white background

This text has color #49736D on white background.



Black color preview on #49736D background

This text has black color on #49736D background.


White color preview on #49736D background

This text has white color on #49736D background.