COLOR #CD5B40

HEX: #CD5B40
RGB: (205,91,64)

Color info

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

RGB color model

#CD5B40 color RGB value is (205,91,64).

  • red value is 205;
  • green value is 91;
  • blue value is 64.
RGB:
(205,91,64)
(80%,36%,25%)

RGB channels and saturation

R 205 of 255 = 80%
G 91 of 255 = 36%
B 64 of 255 = 25%

205
91
64

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

Portions of RGB colors in percentages

R + G + B =
205 + 91 + 64 = 360 (100%)
R 205 of 360 ~ 56.94%
G 91 of 360 ~ 25.28%
B 64 of 360 ~ 17.78%

%56.94
%25.28
%17.78

CMYK color model

#CD5B40 color CMYK value is (0,56,69,20).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 68.78%
  • key color value is 19.61%
CMYK:
(0,56,69,20)
C0M56Y69K20 
(0%,56%,69%,20%)
(0.00/0.56/0.69/0.20)	

CMYK percentages

%0
%55.61
%68.78
%19.61

Codes

Color #CD5B40 in popluar color models

CD5B40
RGB2059164
HSL11°58.51%52.75%
HSB/HSV11°68.78%80.39%
CMYK0.00%55.61%68.78%
19.61%

Color #CD5B40 in popluar number systems.

HEXCD5B40
Decimal2059164
Binary1100110110110111000000
Octal315133100

Shades and tints

Shades of #CD5B40

#CD5B40
(205,91,64)
#BB533B
(187,83,59)
#A94B36
(169,75,54)
#974331
(151,67,49)
#853B2C
(133,59,44)
#733327
(115,51,39)
#612B22
(97,43,34)
#4F231D
(79,35,29)
#3D1B18
(61,27,24)
#2B1313
(43,19,19)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #CD5B40

#CD5B40
(205,91,64)
#D16951
(209,105,81)
#D57762
(213,119,98)
#D98573
(217,133,115)
#DD9384
(221,147,132)
#E1A195
(225,161,149)
#E5AFA6
(229,175,166)
#E9BDB7
(233,189,183)
#EDCBC8
(237,203,200)
#F1D9D9
(241,217,217)
#F5E7EA
(245,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5B40 color. Also use rgb(205,91,64) instead hex code.

Text Font Color

.myTextColor { color: #CD5B40; }

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

This text font color is #CD5B40.


Background Color

.myBgColor { background-color: #CD5B40; }

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

This div background color is #CD5B40.


Border color

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

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

This div border color is #CD5B40.


Opacity

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

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

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

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

This text has shadow with #CD5B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5B40 on black background.


Color preview on white background

This text has color #CD5B40 on white background.



Black color preview on #CD5B40 background

This text has black color on #CD5B40 background.


White color preview on #CD5B40 background

This text has white color on #CD5B40 background.