COLOR #D49979

HEX: #D49979
RGB: (212,153,121)

Renk bilgisi

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

RGB renk modeli

#D49979 color RGB value is (212,153,121).

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

RGB bağlantıları ve doygunluk

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

212
153
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 153 + 121 = 486 (100%)
R 212 of 486 ~ 43.62%
G 153 of 486 ~ 31.48%
B 121 of 486 ~ 24.9%

%43.62
%31.48
%24.9

CMYK RENK MODELİ

#D49979 rengi CMYK tonu (0,28,43,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.83%
  • sarı tonu 42.92%
  • ana renk tonu 16.86%
CMYK:
(0,28,43,17)
C0M28Y43K17 
(0%,28%,43%,17%)
(0.00/0.28/0.43/0.17)	

CMYK yüzdeleri

%0
%27.83
%42.92
%16.86

Codes

Color #D49979 in popluar color models

D49979
RGB212153121
HSL21°51.41%65.29%
HSB/HSV21°42.92%83.14%
CMYK0.00%27.83%42.92%
16.86%

Color #D49979 in popluar number systems.

HEXD49979
Decimal212153121
Binary11010100100110011111001
Octal324231171

Shades and tints

Shades of #D49979

#D49979
(212,153,121)
#C18C6E
(193,140,110)
#AE7F63
(174,127,99)
#9B7258
(155,114,88)
#88654D
(136,101,77)
#755842
(117,88,66)
#624B37
(98,75,55)
#4F3E2C
(79,62,44)
#3C3121
(60,49,33)
#292416
(41,36,22)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #D49979

#D49979
(212,153,121)
#D7A285
(215,162,133)
#DAAB91
(218,171,145)
#DDB49D
(221,180,157)
#E0BDA9
(224,189,169)
#E3C6B5
(227,198,181)
#E6CFC1
(230,207,193)
#E9D8CD
(233,216,205)
#ECE1D9
(236,225,217)
#EFEAE5
(239,234,229)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49979; }

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

This text font color is #D49979.


Background Color

.myBgColor { background-color: #D49979; }

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

This div background color is #D49979.


Border color

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

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

This div border color is #D49979.


Opacity

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

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

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

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

This text has shadow with #D49979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49979 on black background.


Color preview on white background

This text has color #D49979 on white background.



Black color preview on #D49979 background

This text has black color on #D49979 background.


White color preview on #D49979 background

This text has white color on #D49979 background.