COLOR #DF836C

HEX: #DF836C
RGB: (223,131,108)

Color info

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

RGB color model

#DF836C color RGB value is (223,131,108).

  • red value is 223;
  • green value is 131;
  • blue value is 108.
RGB:
(223,131,108)
(87%,51%,42%)

RGB channels and saturation

R 223 of 255 = 87%
G 131 of 255 = 51%
B 108 of 255 = 42%

223
131
108

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

Portions of RGB colors in percentages

R + G + B =
223 + 131 + 108 = 462 (100%)
R 223 of 462 ~ 48.27%
G 131 of 462 ~ 28.35%
B 108 of 462 ~ 23.38%

%48.27
%28.35
%23.38

CMYK color model

#DF836C color CMYK value is (0,41,52,13).

  • cyan value is 0.00%
  • magenta value is 41.26%
  • yellow value is 51.57%
  • key color value is 12.55%
CMYK:
(0,41,52,13)
C0M41Y52K13 
(0%,41%,52%,13%)
(0.00/0.41/0.52/0.13)	

CMYK percentages

%0
%41.26
%51.57
%12.55

Codes

Color #DF836C in popluar color models

DF836C
RGB223131108
HSL12°64.25%64.90%
HSB/HSV12°51.57%87.45%
CMYK0.00%41.26%51.57%
12.55%

Color #DF836C in popluar number systems.

HEXDF836C
Decimal223131108
Binary11011111100000111101100
Octal337203154

Shades and tints

Shades of #DF836C

#DF836C
(223,131,108)
#CB7863
(203,120,99)
#B76D5A
(183,109,90)
#A36251
(163,98,81)
#8F5748
(143,87,72)
#7B4C3F
(123,76,63)
#674136
(103,65,54)
#53362D
(83,54,45)
#3F2B24
(63,43,36)
#2B201B
(43,32,27)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #DF836C

#DF836C
(223,131,108)
#E18E79
(225,142,121)
#E39986
(227,153,134)
#E5A493
(229,164,147)
#E7AFA0
(231,175,160)
#E9BAAD
(233,186,173)
#EBC5BA
(235,197,186)
#EDD0C7
(237,208,199)
#EFDBD4
(239,219,212)
#F1E6E1
(241,230,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF836C color. Also use rgb(223,131,108) instead hex code.

Text Font Color

.myTextColor { color: #DF836C; }

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

This text font color is #DF836C.


Background Color

.myBgColor { background-color: #DF836C; }

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

This div background color is #DF836C.


Border color

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

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

This div border color is #DF836C.


Opacity

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

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

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

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

This text has shadow with #DF836C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF836C on black background.


Color preview on white background

This text has color #DF836C on white background.



Black color preview on #DF836C background

This text has black color on #DF836C background.


White color preview on #DF836C background

This text has white color on #DF836C background.