COLOR #CD752D

HEX: #CD752D
RGB: (205,117,45)

Color info

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

RGB color model

#CD752D color RGB value is (205,117,45).

  • red value is 205;
  • green value is 117;
  • blue value is 45.
RGB:
(205,117,45)
(80%,46%,18%)

RGB channels and saturation

R 205 of 255 = 80%
G 117 of 255 = 46%
B 45 of 255 = 18%

205
117
45

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

Portions of RGB colors in percentages

R + G + B =
205 + 117 + 45 = 367 (100%)
R 205 of 367 ~ 55.86%
G 117 of 367 ~ 31.88%
B 45 of 367 ~ 12.26%

%55.86
%31.88
%12.26

CMYK color model

#CD752D color CMYK value is (0,43,78,20).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 78.05%
  • key color value is 19.61%
CMYK:
(0,43,78,20)
C0M43Y78K20 
(0%,43%,78%,20%)
(0.00/0.43/0.78/0.20)	

CMYK percentages

%0
%42.93
%78.05
%19.61

Codes

Color #CD752D in popluar color models

CD752D
RGB20511745
HSL27°64.00%49.02%
HSB/HSV27°78.05%80.39%
CMYK0.00%42.93%78.05%
19.61%

Color #CD752D in popluar number systems.

HEXCD752D
Decimal20511745
Binary110011011110101101101
Octal31516555

Shades and tints

Shades of #CD752D

#CD752D
(205,117,45)
#BB6B29
(187,107,41)
#A96125
(169,97,37)
#975721
(151,87,33)
#854D1D
(133,77,29)
#734319
(115,67,25)
#613915
(97,57,21)
#4F2F11
(79,47,17)
#3D250D
(61,37,13)
#2B1B09
(43,27,9)
#191105
(25,17,5)
#000000
(0,0,0)

Tints of #CD752D

#CD752D
(205,117,45)
#D18140
(209,129,64)
#D58D53
(213,141,83)
#D99966
(217,153,102)
#DDA579
(221,165,121)
#E1B18C
(225,177,140)
#E5BD9F
(229,189,159)
#E9C9B2
(233,201,178)
#EDD5C5
(237,213,197)
#F1E1D8
(241,225,216)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD752D color. Also use rgb(205,117,45) instead hex code.

Text Font Color

.myTextColor { color: #CD752D; }

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

This text font color is #CD752D.


Background Color

.myBgColor { background-color: #CD752D; }

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

This div background color is #CD752D.


Border color

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

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

This div border color is #CD752D.


Opacity

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

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

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

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

This text has shadow with #CD752D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD752D on black background.


Color preview on white background

This text has color #CD752D on white background.



Black color preview on #CD752D background

This text has black color on #CD752D background.


White color preview on #CD752D background

This text has white color on #CD752D background.