COLOR #D1752D

HEX: #D1752D
RGB: (209,117,45)

Color info

#D1752D contains mainly red color. Web safe color of #D1752D is #CC6633 (or #C63).

RGB color model

#D1752D color RGB value is (209,117,45).

  • red value is 209;
  • green value is 117;
  • blue value is 45.
RGB:
(209,117,45)
(82%,46%,18%)

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 45 of 255 = 18%

209
117
45

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 45 = 371 (100%)
R 209 of 371 ~ 56.33%
G 117 of 371 ~ 31.54%
B 45 of 371 ~ 12.13%

%56.33
%31.54
%12.13

CMYK color model

#D1752D color CMYK value is (0,44,78,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 78.47%
  • key color value is 18.04%
CMYK:
(0,44,78,18)
C0M44Y78K18 
(0%,44%,78%,18%)
(0.00/0.44/0.78/0.18)	

CMYK percentages

%0
%44.02
%78.47
%18.04

Codes

Color #D1752D in popluar color models

D1752D
RGB20911745
HSL26°64.57%49.80%
HSB/HSV26°78.47%81.96%
CMYK0.00%44.02%78.47%
18.04%

Color #D1752D in popluar number systems.

HEXD1752D
Decimal20911745
Binary110100011110101101101
Octal32116555

Shades and tints

Shades of #D1752D

#D1752D
(209,117,45)
#BE6B29
(190,107,41)
#AB6125
(171,97,37)
#985721
(152,87,33)
#854D1D
(133,77,29)
#724319
(114,67,25)
#5F3915
(95,57,21)
#4C2F11
(76,47,17)
#39250D
(57,37,13)
#261B09
(38,27,9)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #D1752D

#D1752D
(209,117,45)
#D58140
(213,129,64)
#D98D53
(217,141,83)
#DD9966
(221,153,102)
#E1A579
(225,165,121)
#E5B18C
(229,177,140)
#E9BD9F
(233,189,159)
#EDC9B2
(237,201,178)
#F1D5C5
(241,213,197)
#F5E1D8
(245,225,216)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1752D color. Also use rgb(209,117,45) instead hex code.

Text Font Color

.myTextColor { color: #D1752D; }

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

This text font color is #D1752D.


Background Color

.myBgColor { background-color: #D1752D; }

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

This div background color is #D1752D.


Border color

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

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

This div border color is #D1752D.


Opacity

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

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

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

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

This text has shadow with #D1752D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1752D on black background.


Color preview on white background

This text has color #D1752D on white background.



Black color preview on #D1752D background

This text has black color on #D1752D background.


White color preview on #D1752D background

This text has white color on #D1752D background.