COLOR #CD5D12

HEX: #CD5D12
RGB: (205,93,18)

Color info

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

RGB color model

#CD5D12 color RGB value is (205,93,18).

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

RGB channels and saturation

R 205 of 255 = 80%
G 93 of 255 = 36%
B 18 of 255 = 7%

205
93
18

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

Portions of RGB colors in percentages

R + G + B =
205 + 93 + 18 = 316 (100%)
R 205 of 316 ~ 64.87%
G 93 of 316 ~ 29.43%
B 18 of 316 ~ 5.7%

%64.87
%29.43

CMYK color model

#CD5D12 color CMYK value is (0,55,91,20).

  • cyan value is 0.00%
  • magenta value is 54.63%
  • yellow value is 91.22%
  • key color value is 19.61%
CMYK:
(0,55,91,20)
C0M55Y91K20 
(0%,55%,91%,20%)
(0.00/0.55/0.91/0.20)	

CMYK percentages

%0
%54.63
%91.22
%19.61

Codes

Color #CD5D12 in popluar color models

CD5D12
RGB2059318
HSL24°83.86%43.73%
HSB/HSV24°91.22%80.39%
CMYK0.00%54.63%91.22%
19.61%

Color #CD5D12 in popluar number systems.

HEXCD5D12
Decimal2059318
Binary11001101101110110010
Octal31513522

Shades and tints

Shades of #CD5D12

#CD5D12
(205,93,18)
#BB5511
(187,85,17)
#A94D10
(169,77,16)
#97450F
(151,69,15)
#853D0E
(133,61,14)
#73350D
(115,53,13)
#612D0C
(97,45,12)
#4F250B
(79,37,11)
#3D1D0A
(61,29,10)
#2B1509
(43,21,9)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #CD5D12

#CD5D12
(205,93,18)
#D16B27
(209,107,39)
#D5793C
(213,121,60)
#D98751
(217,135,81)
#DD9566
(221,149,102)
#E1A37B
(225,163,123)
#E5B190
(229,177,144)
#E9BFA5
(233,191,165)
#EDCDBA
(237,205,186)
#F1DBCF
(241,219,207)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD5D12; }

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

This text font color is #CD5D12.


Background Color

.myBgColor { background-color: #CD5D12; }

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

This div background color is #CD5D12.


Border color

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

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

This div border color is #CD5D12.


Opacity

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

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

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

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

This text has shadow with #CD5D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5D12 on black background.


Color preview on white background

This text has color #CD5D12 on white background.



Black color preview on #CD5D12 background

This text has black color on #CD5D12 background.


White color preview on #CD5D12 background

This text has white color on #CD5D12 background.