COLOR #CD7F41

HEX: #CD7F41
RGB: (205,127,65)

Color info

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

RGB color model

#CD7F41 color RGB value is (205,127,65).

  • red value is 205;
  • green value is 127;
  • blue value is 65.
RGB:
(205,127,65)
(80%,50%,25%)

RGB channels and saturation

R 205 of 255 = 80%
G 127 of 255 = 50%
B 65 of 255 = 25%

205
127
65

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

Portions of RGB colors in percentages

R + G + B =
205 + 127 + 65 = 397 (100%)
R 205 of 397 ~ 51.64%
G 127 of 397 ~ 31.99%
B 65 of 397 ~ 16.37%

%51.64
%31.99
%16.37

CMYK color model

#CD7F41 color CMYK value is (0,38,68,20).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 68.29%
  • key color value is 19.61%
CMYK:
(0,38,68,20)
C0M38Y68K20 
(0%,38%,68%,20%)
(0.00/0.38/0.68/0.20)	

CMYK percentages

%0
%38.05
%68.29
%19.61

Codes

Color #CD7F41 in popluar color models

CD7F41
RGB20512765
HSL27°58.33%52.94%
HSB/HSV27°68.29%80.39%
CMYK0.00%38.05%68.29%
19.61%

Color #CD7F41 in popluar number systems.

HEXCD7F41
Decimal20512765
Binary1100110111111111000001
Octal315177101

Shades and tints

Shades of #CD7F41

#CD7F41
(205,127,65)
#BB743C
(187,116,60)
#A96937
(169,105,55)
#975E32
(151,94,50)
#85532D
(133,83,45)
#734828
(115,72,40)
#613D23
(97,61,35)
#4F321E
(79,50,30)
#3D2719
(61,39,25)
#2B1C14
(43,28,20)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #CD7F41

#CD7F41
(205,127,65)
#D18A52
(209,138,82)
#D59563
(213,149,99)
#D9A074
(217,160,116)
#DDAB85
(221,171,133)
#E1B696
(225,182,150)
#E5C1A7
(229,193,167)
#E9CCB8
(233,204,184)
#EDD7C9
(237,215,201)
#F1E2DA
(241,226,218)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7F41 color. Also use rgb(205,127,65) instead hex code.

Text Font Color

.myTextColor { color: #CD7F41; }

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

This text font color is #CD7F41.


Background Color

.myBgColor { background-color: #CD7F41; }

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

This div background color is #CD7F41.


Border color

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

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

This div border color is #CD7F41.


Opacity

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

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

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

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

This text has shadow with #CD7F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7F41 on black background.


Color preview on white background

This text has color #CD7F41 on white background.



Black color preview on #CD7F41 background

This text has black color on #CD7F41 background.


White color preview on #CD7F41 background

This text has white color on #CD7F41 background.