COLOR #D48B6A

HEX: #D48B6A
RGB: (212,139,106)

Renk bilgisi

#D48B6A contains mainly red color. #D48B6A ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D48B6A color RGB value is (212,139,106).

  • kırmız ton 212;
  • yeşil ton 139;
  • mavi ton 106.
RGB:
(212,139,106)
(83%,55%,42%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 139 of 255 = 55%
B 106 of 255 = 42%

212
139
106

R + G + B ~ 60%. #D48B6A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 139 + 106 = 457 (100%)
R 212 of 457 ~ 46.39%
G 139 of 457 ~ 30.42%
B 106 of 457 ~ 23.19%

%46.39
%30.42
%23.19

CMYK RENK MODELİ

#D48B6A rengi CMYK tonu (0,34,50,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.43%
  • sarı tonu 50.00%
  • ana renk tonu 16.86%
CMYK:
(0,34,50,17)
C0M34Y50K17 
(0%,34%,50%,17%)
(0.00/0.34/0.50/0.17)	

CMYK yüzdeleri

%0
%34.43
%50
%16.86

Codes

Color #D48B6A in popluar color models

D48B6A
RGB212139106
HSL19°55.21%62.35%
HSB/HSV19°50.00%83.14%
CMYK0.00%34.43%50.00%
16.86%

Color #D48B6A in popluar number systems.

HEXD48B6A
Decimal212139106
Binary11010100100010111101010
Octal324213152

Shades and tints

Shades of #D48B6A

#D48B6A
(212,139,106)
#C17F61
(193,127,97)
#AE7358
(174,115,88)
#9B674F
(155,103,79)
#885B46
(136,91,70)
#754F3D
(117,79,61)
#624334
(98,67,52)
#4F372B
(79,55,43)
#3C2B22
(60,43,34)
#291F19
(41,31,25)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #D48B6A

#D48B6A
(212,139,106)
#D79577
(215,149,119)
#DA9F84
(218,159,132)
#DDA991
(221,169,145)
#E0B39E
(224,179,158)
#E3BDAB
(227,189,171)
#E6C7B8
(230,199,184)
#E9D1C5
(233,209,197)
#ECDBD2
(236,219,210)
#EFE5DF
(239,229,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48B6A color. Also use rgb(212,139,106) instead hex code.

Text Font Color

.myTextColor { color: #D48B6A; }

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

This text font color is #D48B6A.


Background Color

.myBgColor { background-color: #D48B6A; }

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

This div background color is #D48B6A.


Border color

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

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

This div border color is #D48B6A.


Opacity

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

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

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

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

This text has shadow with #D48B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48B6A on black background.


Color preview on white background

This text has color #D48B6A on white background.



Black color preview on #D48B6A background

This text has black color on #D48B6A background.


White color preview on #D48B6A background

This text has white color on #D48B6A background.