COLOR #D6725B

HEX: #D6725B
RGB: (214,114,91)

Color info

#D6725B contains mainly red color. Web safe color of #D6725B is #CC6666 (or #C66).

RGB color model

#D6725B color RGB value is (214,114,91).

  • red value is 214;
  • green value is 114;
  • blue value is 91.
RGB:
(214,114,91)
(84%,45%,36%)

RGB channels and saturation

R 214 of 255 = 84%
G 114 of 255 = 45%
B 91 of 255 = 36%

214
114
91

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

Portions of RGB colors in percentages

R + G + B =
214 + 114 + 91 = 419 (100%)
R 214 of 419 ~ 51.07%
G 114 of 419 ~ 27.21%
B 91 of 419 ~ 21.72%

%51.07
%27.21
%21.72

CMYK color model

#D6725B color CMYK value is (0,47,57,16).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 57.48%
  • key color value is 16.08%
CMYK:
(0,47,57,16)
C0M47Y57K16 
(0%,47%,57%,16%)
(0.00/0.47/0.57/0.16)	

CMYK percentages

%0
%46.73
%57.48
%16.08

Codes

Color #D6725B in popluar color models

D6725B
RGB21411491
HSL11°60.00%59.80%
HSB/HSV11°57.48%83.92%
CMYK0.00%46.73%57.48%
16.08%

Color #D6725B in popluar number systems.

HEXD6725B
Decimal21411491
Binary1101011011100101011011
Octal326162133

Shades and tints

Shades of #D6725B

#D6725B
(214,114,91)
#C36853
(195,104,83)
#B05E4B
(176,94,75)
#9D5443
(157,84,67)
#8A4A3B
(138,74,59)
#774033
(119,64,51)
#64362B
(100,54,43)
#512C23
(81,44,35)
#3E221B
(62,34,27)
#2B1813
(43,24,19)
#180E0B
(24,14,11)
#000000
(0,0,0)

Tints of #D6725B

#D6725B
(214,114,91)
#D97E69
(217,126,105)
#DC8A77
(220,138,119)
#DF9685
(223,150,133)
#E2A293
(226,162,147)
#E5AEA1
(229,174,161)
#E8BAAF
(232,186,175)
#EBC6BD
(235,198,189)
#EED2CB
(238,210,203)
#F1DED9
(241,222,217)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6725B color. Also use rgb(214,114,91) instead hex code.

Text Font Color

.myTextColor { color: #D6725B; }

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

This text font color is #D6725B.


Background Color

.myBgColor { background-color: #D6725B; }

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

This div background color is #D6725B.


Border color

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

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

This div border color is #D6725B.


Opacity

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

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

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

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

This text has shadow with #D6725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6725B on black background.


Color preview on white background

This text has color #D6725B on white background.



Black color preview on #D6725B background

This text has black color on #D6725B background.


White color preview on #D6725B background

This text has white color on #D6725B background.