COLOR #D18B5B

HEX: #D18B5B
RGB: (209,139,91)

Color info

#D18B5B contains mainly red color. Web safe color of #D18B5B is #CC9966 (or #C96).

RGB color model

#D18B5B color RGB value is (209,139,91).

  • red value is 209;
  • green value is 139;
  • blue value is 91.
RGB:
(209,139,91)
(82%,55%,36%)

RGB channels and saturation

R 209 of 255 = 82%
G 139 of 255 = 55%
B 91 of 255 = 36%

209
139
91

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

Portions of RGB colors in percentages

R + G + B =
209 + 139 + 91 = 439 (100%)
R 209 of 439 ~ 47.61%
G 139 of 439 ~ 31.66%
B 91 of 439 ~ 20.73%

%47.61
%31.66
%20.73

CMYK color model

#D18B5B color CMYK value is (0,33,56,18).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 56.46%
  • key color value is 18.04%
CMYK:
(0,33,56,18)
C0M33Y56K18 
(0%,33%,56%,18%)
(0.00/0.33/0.56/0.18)	

CMYK percentages

%0
%33.49
%56.46
%18.04

Codes

Color #D18B5B in popluar color models

D18B5B
RGB20913991
HSL24°56.19%58.82%
HSB/HSV24°56.46%81.96%
CMYK0.00%33.49%56.46%
18.04%

Color #D18B5B in popluar number systems.

HEXD18B5B
Decimal20913991
Binary11010001100010111011011
Octal321213133

Shades and tints

Shades of #D18B5B

#D18B5B
(209,139,91)
#BE7F53
(190,127,83)
#AB734B
(171,115,75)
#986743
(152,103,67)
#855B3B
(133,91,59)
#724F33
(114,79,51)
#5F432B
(95,67,43)
#4C3723
(76,55,35)
#392B1B
(57,43,27)
#261F13
(38,31,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #D18B5B

#D18B5B
(209,139,91)
#D59569
(213,149,105)
#D99F77
(217,159,119)
#DDA985
(221,169,133)
#E1B393
(225,179,147)
#E5BDA1
(229,189,161)
#E9C7AF
(233,199,175)
#EDD1BD
(237,209,189)
#F1DBCB
(241,219,203)
#F5E5D9
(245,229,217)
#F9EFE7
(249,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18B5B color. Also use rgb(209,139,91) instead hex code.

Text Font Color

.myTextColor { color: #D18B5B; }

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

This text font color is #D18B5B.


Background Color

.myBgColor { background-color: #D18B5B; }

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

This div background color is #D18B5B.


Border color

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

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

This div border color is #D18B5B.


Opacity

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

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

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

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

This text has shadow with #D18B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18B5B on black background.


Color preview on white background

This text has color #D18B5B on white background.



Black color preview on #D18B5B background

This text has black color on #D18B5B background.


White color preview on #D18B5B background

This text has white color on #D18B5B background.