COLOR #CD7D47

HEX: #CD7D47
RGB: (205,125,71)

Color info

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

RGB color model

#CD7D47 color RGB value is (205,125,71).

  • red value is 205;
  • green value is 125;
  • blue value is 71.
RGB:
(205,125,71)
(80%,49%,28%)

RGB channels and saturation

R 205 of 255 = 80%
G 125 of 255 = 49%
B 71 of 255 = 28%

205
125
71

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

Portions of RGB colors in percentages

R + G + B =
205 + 125 + 71 = 401 (100%)
R 205 of 401 ~ 51.12%
G 125 of 401 ~ 31.17%
B 71 of 401 ~ 17.71%

%51.12
%31.17
%17.71

CMYK color model

#CD7D47 color CMYK value is (0,39,65,20).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 65.37%
  • key color value is 19.61%
CMYK:
(0,39,65,20)
C0M39Y65K20 
(0%,39%,65%,20%)
(0.00/0.39/0.65/0.20)	

CMYK percentages

%0
%39.02
%65.37
%19.61

Codes

Color #CD7D47 in popluar color models

CD7D47
RGB20512571
HSL24°57.26%54.12%
HSB/HSV24°65.37%80.39%
CMYK0.00%39.02%65.37%
19.61%

Color #CD7D47 in popluar number systems.

HEXCD7D47
Decimal20512571
Binary1100110111111011000111
Octal315175107

Shades and tints

Shades of #CD7D47

#CD7D47
(205,125,71)
#BB7241
(187,114,65)
#A9673B
(169,103,59)
#975C35
(151,92,53)
#85512F
(133,81,47)
#734629
(115,70,41)
#613B23
(97,59,35)
#4F301D
(79,48,29)
#3D2517
(61,37,23)
#2B1A11
(43,26,17)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #CD7D47

#CD7D47
(205,125,71)
#D18857
(209,136,87)
#D59367
(213,147,103)
#D99E77
(217,158,119)
#DDA987
(221,169,135)
#E1B497
(225,180,151)
#E5BFA7
(229,191,167)
#E9CAB7
(233,202,183)
#EDD5C7
(237,213,199)
#F1E0D7
(241,224,215)
#F5EBE7
(245,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7D47 color. Also use rgb(205,125,71) instead hex code.

Text Font Color

.myTextColor { color: #CD7D47; }

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

This text font color is #CD7D47.


Background Color

.myBgColor { background-color: #CD7D47; }

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

This div background color is #CD7D47.


Border color

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

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

This div border color is #CD7D47.


Opacity

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

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

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

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

This text has shadow with #CD7D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7D47 on black background.


Color preview on white background

This text has color #CD7D47 on white background.



Black color preview on #CD7D47 background

This text has black color on #CD7D47 background.


White color preview on #CD7D47 background

This text has white color on #CD7D47 background.