COLOR #D18464

HEX: #D18464
RGB: (209,132,100)

Color info

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

RGB color model

#D18464 color RGB value is (209,132,100).

  • red value is 209;
  • green value is 132;
  • blue value is 100.
RGB:
(209,132,100)
(82%,52%,39%)

RGB channels and saturation

R 209 of 255 = 82%
G 132 of 255 = 52%
B 100 of 255 = 39%

209
132
100

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

Portions of RGB colors in percentages

R + G + B =
209 + 132 + 100 = 441 (100%)
R 209 of 441 ~ 47.39%
G 132 of 441 ~ 29.93%
B 100 of 441 ~ 22.68%

%47.39
%29.93
%22.68

CMYK color model

#D18464 color CMYK value is (0,37,52,18).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 52.15%
  • key color value is 18.04%
CMYK:
(0,37,52,18)
C0M37Y52K18 
(0%,37%,52%,18%)
(0.00/0.37/0.52/0.18)	

CMYK percentages

%0
%36.84
%52.15
%18.04

Codes

Color #D18464 in popluar color models

D18464
RGB209132100
HSL18°54.23%60.59%
HSB/HSV18°52.15%81.96%
CMYK0.00%36.84%52.15%
18.04%

Color #D18464 in popluar number systems.

HEXD18464
Decimal209132100
Binary11010001100001001100100
Octal321204144

Shades and tints

Shades of #D18464

#D18464
(209,132,100)
#BE785B
(190,120,91)
#AB6C52
(171,108,82)
#986049
(152,96,73)
#855440
(133,84,64)
#724837
(114,72,55)
#5F3C2E
(95,60,46)
#4C3025
(76,48,37)
#39241C
(57,36,28)
#261813
(38,24,19)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #D18464

#D18464
(209,132,100)
#D58F72
(213,143,114)
#D99A80
(217,154,128)
#DDA58E
(221,165,142)
#E1B09C
(225,176,156)
#E5BBAA
(229,187,170)
#E9C6B8
(233,198,184)
#EDD1C6
(237,209,198)
#F1DCD4
(241,220,212)
#F5E7E2
(245,231,226)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18464 color. Also use rgb(209,132,100) instead hex code.

Text Font Color

.myTextColor { color: #D18464; }

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

This text font color is #D18464.


Background Color

.myBgColor { background-color: #D18464; }

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

This div background color is #D18464.


Border color

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

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

This div border color is #D18464.


Opacity

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

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

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

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

This text has shadow with #D18464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18464 on black background.


Color preview on white background

This text has color #D18464 on white background.



Black color preview on #D18464 background

This text has black color on #D18464 background.


White color preview on #D18464 background

This text has white color on #D18464 background.