COLOR #49715B

HEX: #49715B
RGB: (73,113,91)

Renk bilgisi

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

RGB renk modeli

#49715B color RGB value is (73,113,91).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 91 of 255 = 36%

73
113
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 91 = 277 (100%)
R 73 of 277 ~ 26.35%
G 113 of 277 ~ 40.79%
B 91 of 277 ~ 32.85%

%26.35
%40.79
%32.85

CMYK RENK MODELİ

#49715B rengi CMYK tonu (35,0,19,56).

  • camgöbeği tonu 35.40%
  • eflatun tonu 0.00%
  • sarı tonu 19.47%
  • ana renk tonu 55.69%
CMYK:
(35,0,19,56)
C35M0Y19K56 
(35%,0%,19%,56%)
(0.35/0.00/0.19/0.56)	

CMYK yüzdeleri

%35.4
%0
%19.47
%55.69

Codes

Color #49715B in popluar color models

49715B
RGB7311391
HSL147°21.51%36.47%
HSB/HSV147°35.40%44.31%
CMYK35.40%0.00%19.47%
55.69%

Color #49715B in popluar number systems.

HEX49715B
Decimal7311391
Binary100100111100011011011
Octal111161133

Shades and tints

Shades of #49715B

#49715B
(73,113,91)
#436753
(67,103,83)
#3D5D4B
(61,93,75)
#375343
(55,83,67)
#31493B
(49,73,59)
#2B3F33
(43,63,51)
#25352B
(37,53,43)
#1F2B23
(31,43,35)
#19211B
(25,33,27)
#131713
(19,23,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #49715B

#49715B
(73,113,91)
#597D69
(89,125,105)
#698977
(105,137,119)
#799585
(121,149,133)
#89A193
(137,161,147)
#99ADA1
(153,173,161)
#A9B9AF
(169,185,175)
#B9C5BD
(185,197,189)
#C9D1CB
(201,209,203)
#D9DDD9
(217,221,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49715B color. Also use rgb(73,113,91) instead hex code.

Text Font Color

.myTextColor { color: #49715B; }

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

This text font color is #49715B.


Background Color

.myBgColor { background-color: #49715B; }

<div style="background-color:#49715B">Inner text</div>

This div background color is #49715B.


Border color

.myBorderColor { border: 1px solid #49715B; }

<div style="border:3px solid #49715B">Div</div>

This div border color is #49715B.


Opacity

.myOpacity80 { color: #49715B; opacity: 0.8; }

<p style="color:#49715B;opacity:0.8;">80%</p>

Text with #49715B 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 #49715B;}

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

This text has shadow with #49715B color.

.textShadow {text-shadow: 3px 3px 1px #49715B, 3px 3px 1px red;}

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

This text has shadow with #49715B primary color and red secondary color.


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

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

This text has shadow with #49715B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49715B on black background.


Color preview on white background

This text has color #49715B on white background.



Black color preview on #49715B background

This text has black color on #49715B background.


White color preview on #49715B background

This text has white color on #49715B background.