COLOR #CD5717

HEX: #CD5717
RGB: (205,87,23)

Color info

#CD5717 contains mainly red color. Web safe color of #CD5717 is #CC6600 (or #C60).

RGB color model

#CD5717 color RGB value is (205,87,23).

  • red value is 205;
  • green value is 87;
  • blue value is 23.
RGB:
(205,87,23)
(80%,34%,9%)

RGB channels and saturation

R 205 of 255 = 80%
G 87 of 255 = 34%
B 23 of 255 = 9%

205
87
23

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

Portions of RGB colors in percentages

R + G + B =
205 + 87 + 23 = 315 (100%)
R 205 of 315 ~ 65.08%
G 87 of 315 ~ 27.62%
B 23 of 315 ~ 7.3%

%65.08
%27.62

CMYK color model

#CD5717 color CMYK value is (0,58,89,20).

  • cyan value is 0.00%
  • magenta value is 57.56%
  • yellow value is 88.78%
  • key color value is 19.61%
CMYK:
(0,58,89,20)
C0M58Y89K20 
(0%,58%,89%,20%)
(0.00/0.58/0.89/0.20)	

CMYK percentages

%0
%57.56
%88.78
%19.61

Codes

Color #CD5717 in popluar color models

CD5717
RGB2058723
HSL21°79.82%44.71%
HSB/HSV21°88.78%80.39%
CMYK0.00%57.56%88.78%
19.61%

Color #CD5717 in popluar number systems.

HEXCD5717
Decimal2058723
Binary11001101101011110111
Octal31512727

Shades and tints

Shades of #CD5717

#CD5717
(205,87,23)
#BB5015
(187,80,21)
#A94913
(169,73,19)
#974211
(151,66,17)
#853B0F
(133,59,15)
#73340D
(115,52,13)
#612D0B
(97,45,11)
#4F2609
(79,38,9)
#3D1F07
(61,31,7)
#2B1805
(43,24,5)
#191103
(25,17,3)
#000000
(0,0,0)

Tints of #CD5717

#CD5717
(205,87,23)
#D1662C
(209,102,44)
#D57541
(213,117,65)
#D98456
(217,132,86)
#DD936B
(221,147,107)
#E1A280
(225,162,128)
#E5B195
(229,177,149)
#E9C0AA
(233,192,170)
#EDCFBF
(237,207,191)
#F1DED4
(241,222,212)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5717 color. Also use rgb(205,87,23) instead hex code.

Text Font Color

.myTextColor { color: #CD5717; }

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

This text font color is #CD5717.


Background Color

.myBgColor { background-color: #CD5717; }

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

This div background color is #CD5717.


Border color

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

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

This div border color is #CD5717.


Opacity

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

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

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

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

This text has shadow with #CD5717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5717 on black background.


Color preview on white background

This text has color #CD5717 on white background.



Black color preview on #CD5717 background

This text has black color on #CD5717 background.


White color preview on #CD5717 background

This text has white color on #CD5717 background.