COLOR #D49977

HEX: #D49977
RGB: (212,153,119)

Renk bilgisi

#D49977 contains mainly red and green colors. #D49977 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D49977 color RGB value is (212,153,119).

  • kırmız ton 212;
  • yeşil ton 153;
  • mavi ton 119.
RGB:
(212,153,119)
(83%,60%,47%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 153 of 255 = 60%
B 119 of 255 = 47%

212
153
119

R + G + B ~ 63%. #D49977 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 153 + 119 = 484 (100%)
R 212 of 484 ~ 43.8%
G 153 of 484 ~ 31.61%
B 119 of 484 ~ 24.59%

%43.8
%31.61
%24.59

CMYK RENK MODELİ

#D49977 rengi CMYK tonu (0,28,44,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.83%
  • sarı tonu 43.87%
  • ana renk tonu 16.86%
CMYK:
(0,28,44,17)
C0M28Y44K17 
(0%,28%,44%,17%)
(0.00/0.28/0.44/0.17)	

CMYK yüzdeleri

%0
%27.83
%43.87
%16.86

Codes

Color #D49977 in popluar color models

D49977
RGB212153119
HSL22°51.96%64.90%
HSB/HSV22°43.87%83.14%
CMYK0.00%27.83%43.87%
16.86%

Color #D49977 in popluar number systems.

HEXD49977
Decimal212153119
Binary11010100100110011110111
Octal324231167

Shades and tints

Shades of #D49977

#D49977
(212,153,119)
#C18C6D
(193,140,109)
#AE7F63
(174,127,99)
#9B7259
(155,114,89)
#88654F
(136,101,79)
#755845
(117,88,69)
#624B3B
(98,75,59)
#4F3E31
(79,62,49)
#3C3127
(60,49,39)
#29241D
(41,36,29)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D49977

#D49977
(212,153,119)
#D7A283
(215,162,131)
#DAAB8F
(218,171,143)
#DDB49B
(221,180,155)
#E0BDA7
(224,189,167)
#E3C6B3
(227,198,179)
#E6CFBF
(230,207,191)
#E9D8CB
(233,216,203)
#ECE1D7
(236,225,215)
#EFEAE3
(239,234,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49977 color. Also use rgb(212,153,119) instead hex code.

Text Font Color

.myTextColor { color: #D49977; }

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

This text font color is #D49977.


Background Color

.myBgColor { background-color: #D49977; }

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

This div background color is #D49977.


Border color

.myBorderColor { border: 1px solid #D49977; }

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

This div border color is #D49977.


Opacity

.myOpacity80 { color: #D49977; opacity: 0.8; }

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

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

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

This text has shadow with #D49977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49977 on black background.


Color preview on white background

This text has color #D49977 on white background.



Black color preview on #D49977 background

This text has black color on #D49977 background.


White color preview on #D49977 background

This text has white color on #D49977 background.