COLOR #49705D

HEX: #49705D
RGB: (73,112,93)

Renk bilgisi

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

RGB renk modeli

#49705D color RGB value is (73,112,93).

  • kırmız ton 73;
  • yeşil ton 112;
  • mavi ton 93.
RGB:
(73,112,93)
(29%,44%,36%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 112 of 255 = 44%
B 93 of 255 = 36%

73
112
93

R + G + B ~ 36%. #49705D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 112 + 93 = 278 (100%)
R 73 of 278 ~ 26.26%
G 112 of 278 ~ 40.29%
B 93 of 278 ~ 33.45%

%26.26
%40.29
%33.45

CMYK RENK MODELİ

#49705D rengi CMYK tonu (35,0,17,56).

  • camgöbeği tonu 34.82%
  • eflatun tonu 0.00%
  • sarı tonu 16.96%
  • ana renk tonu 56.08%
CMYK:
(35,0,17,56)
C35M0Y17K56 
(35%,0%,17%,56%)
(0.35/0.00/0.17/0.56)	

CMYK yüzdeleri

%34.82
%0
%16.96
%56.08

Codes

Color #49705D in popluar color models

49705D
RGB7311293
HSL151°21.08%36.27%
HSB/HSV151°34.82%43.92%
CMYK34.82%0.00%16.96%
56.08%

Color #49705D in popluar number systems.

HEX49705D
Decimal7311293
Binary100100111100001011101
Octal111160135

Shades and tints

Shades of #49705D

#49705D
(73,112,93)
#436655
(67,102,85)
#3D5C4D
(61,92,77)
#375245
(55,82,69)
#31483D
(49,72,61)
#2B3E35
(43,62,53)
#25342D
(37,52,45)
#1F2A25
(31,42,37)
#19201D
(25,32,29)
#131615
(19,22,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #49705D

#49705D
(73,112,93)
#597D6B
(89,125,107)
#698A79
(105,138,121)
#799787
(121,151,135)
#89A495
(137,164,149)
#99B1A3
(153,177,163)
#A9BEB1
(169,190,177)
#B9CBBF
(185,203,191)
#C9D8CD
(201,216,205)
#D9E5DB
(217,229,219)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49705D color. Also use rgb(73,112,93) instead hex code.

Text Font Color

.myTextColor { color: #49705D; }

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

This text font color is #49705D.


Background Color

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

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

This div background color is #49705D.


Border color

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

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

This div border color is #49705D.


Opacity

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

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

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

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

This text has shadow with #49705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49705D on black background.


Color preview on white background

This text has color #49705D on white background.



Black color preview on #49705D background

This text has black color on #49705D background.


White color preview on #49705D background

This text has white color on #49705D background.