COLOR #CD5D37

HEX: #CD5D37
RGB: (205,93,55)

Color info

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

RGB color model

#CD5D37 color RGB value is (205,93,55).

  • red value is 205;
  • green value is 93;
  • blue value is 55.
RGB:
(205,93,55)
(80%,36%,22%)

RGB channels and saturation

R 205 of 255 = 80%
G 93 of 255 = 36%
B 55 of 255 = 22%

205
93
55

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

Portions of RGB colors in percentages

R + G + B =
205 + 93 + 55 = 353 (100%)
R 205 of 353 ~ 58.07%
G 93 of 353 ~ 26.35%
B 55 of 353 ~ 15.58%

%58.07
%26.35
%15.58

CMYK color model

#CD5D37 color CMYK value is (0,55,73,20).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 73.17%
  • key color value is 19.61%
CMYK:
(0,55,73,20)
C0M55Y73K20 
(0%,55%,73%,20%)
(0.00/0.55/0.73/0.20)	

CMYK percentages

%0
%54.63
%73.17
%19.61

Codes

Color #CD5D37 in popluar color models

CD5D37
RGB2059355
HSL15°60.00%50.98%
HSB/HSV15°73.17%80.39%
CMYK0.00%54.63%73.17%
19.61%

Color #CD5D37 in popluar number systems.

HEXCD5D37
Decimal2059355
Binary110011011011101110111
Octal31513567

Shades and tints

Shades of #CD5D37

#CD5D37
(205,93,55)
#BB5532
(187,85,50)
#A94D2D
(169,77,45)
#974528
(151,69,40)
#853D23
(133,61,35)
#73351E
(115,53,30)
#612D19
(97,45,25)
#4F2514
(79,37,20)
#3D1D0F
(61,29,15)
#2B150A
(43,21,10)
#190D05
(25,13,5)
#000000
(0,0,0)

Tints of #CD5D37

#CD5D37
(205,93,55)
#D16B49
(209,107,73)
#D5795B
(213,121,91)
#D9876D
(217,135,109)
#DD957F
(221,149,127)
#E1A391
(225,163,145)
#E5B1A3
(229,177,163)
#E9BFB5
(233,191,181)
#EDCDC7
(237,205,199)
#F1DBD9
(241,219,217)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5D37 color. Also use rgb(205,93,55) instead hex code.

Text Font Color

.myTextColor { color: #CD5D37; }

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

This text font color is #CD5D37.


Background Color

.myBgColor { background-color: #CD5D37; }

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

This div background color is #CD5D37.


Border color

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

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

This div border color is #CD5D37.


Opacity

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

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

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

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

This text has shadow with #CD5D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5D37 on black background.


Color preview on white background

This text has color #CD5D37 on white background.



Black color preview on #CD5D37 background

This text has black color on #CD5D37 background.


White color preview on #CD5D37 background

This text has white color on #CD5D37 background.