COLOR #CD522B

HEX: #CD522B
RGB: (205,82,43)

Color info

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

RGB color model

#CD522B color RGB value is (205,82,43).

  • red value is 205;
  • green value is 82;
  • blue value is 43.
RGB:
(205,82,43)
(80%,32%,17%)

RGB channels and saturation

R 205 of 255 = 80%
G 82 of 255 = 32%
B 43 of 255 = 17%

205
82
43

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

Portions of RGB colors in percentages

R + G + B =
205 + 82 + 43 = 330 (100%)
R 205 of 330 ~ 62.12%
G 82 of 330 ~ 24.85%
B 43 of 330 ~ 13.03%

%62.12
%24.85
%13.03

CMYK color model

#CD522B color CMYK value is (0,60,79,20).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 79.02%
  • key color value is 19.61%
CMYK:
(0,60,79,20)
C0M60Y79K20 
(0%,60%,79%,20%)
(0.00/0.60/0.79/0.20)	

CMYK percentages

%0
%60
%79.02
%19.61

Codes

Color #CD522B in popluar color models

CD522B
RGB2058243
HSL14°65.32%48.63%
HSB/HSV14°79.02%80.39%
CMYK0.00%60.00%79.02%
19.61%

Color #CD522B in popluar number systems.

HEXCD522B
Decimal2058243
Binary110011011010010101011
Octal31512253

Shades and tints

Shades of #CD522B

#CD522B
(205,82,43)
#BB4B28
(187,75,40)
#A94425
(169,68,37)
#973D22
(151,61,34)
#85361F
(133,54,31)
#732F1C
(115,47,28)
#612819
(97,40,25)
#4F2116
(79,33,22)
#3D1A13
(61,26,19)
#2B1310
(43,19,16)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #CD522B

#CD522B
(205,82,43)
#D1613E
(209,97,62)
#D57051
(213,112,81)
#D97F64
(217,127,100)
#DD8E77
(221,142,119)
#E19D8A
(225,157,138)
#E5AC9D
(229,172,157)
#E9BBB0
(233,187,176)
#EDCAC3
(237,202,195)
#F1D9D6
(241,217,214)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD522B color. Also use rgb(205,82,43) instead hex code.

Text Font Color

.myTextColor { color: #CD522B; }

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

This text font color is #CD522B.


Background Color

.myBgColor { background-color: #CD522B; }

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

This div background color is #CD522B.


Border color

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

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

This div border color is #CD522B.


Opacity

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

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

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

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

This text has shadow with #CD522B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD522B on black background.


Color preview on white background

This text has color #CD522B on white background.



Black color preview on #CD522B background

This text has black color on #CD522B background.


White color preview on #CD522B background

This text has white color on #CD522B background.