COLOR #D2835B

HEX: #D2835B
RGB: (210,131,91)

Color info

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

RGB color model

#D2835B color RGB value is (210,131,91).

  • red value is 210;
  • green value is 131;
  • blue value is 91.
RGB:
(210,131,91)
(82%,51%,36%)

RGB channels and saturation

R 210 of 255 = 82%
G 131 of 255 = 51%
B 91 of 255 = 36%

210
131
91

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

Portions of RGB colors in percentages

R + G + B =
210 + 131 + 91 = 432 (100%)
R 210 of 432 ~ 48.61%
G 131 of 432 ~ 30.32%
B 91 of 432 ~ 21.06%

%48.61
%30.32
%21.06

CMYK color model

#D2835B color CMYK value is (0,38,57,18).

  • cyan value is 0.00%
  • magenta value is 37.62%
  • yellow value is 56.67%
  • key color value is 17.65%
CMYK:
(0,38,57,18)
C0M38Y57K18 
(0%,38%,57%,18%)
(0.00/0.38/0.57/0.18)	

CMYK percentages

%0
%37.62
%56.67
%17.65

Codes

Color #D2835B in popluar color models

D2835B
RGB21013191
HSL20°56.94%59.02%
HSB/HSV20°56.67%82.35%
CMYK0.00%37.62%56.67%
17.65%

Color #D2835B in popluar number systems.

HEXD2835B
Decimal21013191
Binary11010010100000111011011
Octal322203133

Shades and tints

Shades of #D2835B

#D2835B
(210,131,91)
#BF7853
(191,120,83)
#AC6D4B
(172,109,75)
#996243
(153,98,67)
#86573B
(134,87,59)
#734C33
(115,76,51)
#60412B
(96,65,43)
#4D3623
(77,54,35)
#3A2B1B
(58,43,27)
#272013
(39,32,19)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #D2835B

#D2835B
(210,131,91)
#D68E69
(214,142,105)
#DA9977
(218,153,119)
#DEA485
(222,164,133)
#E2AF93
(226,175,147)
#E6BAA1
(230,186,161)
#EAC5AF
(234,197,175)
#EED0BD
(238,208,189)
#F2DBCB
(242,219,203)
#F6E6D9
(246,230,217)
#FAF1E7
(250,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2835B color. Also use rgb(210,131,91) instead hex code.

Text Font Color

.myTextColor { color: #D2835B; }

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

This text font color is #D2835B.


Background Color

.myBgColor { background-color: #D2835B; }

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

This div background color is #D2835B.


Border color

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

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

This div border color is #D2835B.


Opacity

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

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

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

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

This text has shadow with #D2835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2835B on black background.


Color preview on white background

This text has color #D2835B on white background.



Black color preview on #D2835B background

This text has black color on #D2835B background.


White color preview on #D2835B background

This text has white color on #D2835B background.