COLOR #C7522C

HEX: #C7522C
RGB: (199,82,44)

Color info

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

RGB color model

#C7522C color RGB value is (199,82,44).

  • red value is 199;
  • green value is 82;
  • blue value is 44.
RGB:
(199,82,44)
(78%,32%,17%)

RGB channels and saturation

R 199 of 255 = 78%
G 82 of 255 = 32%
B 44 of 255 = 17%

199
82
44

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

Portions of RGB colors in percentages

R + G + B =
199 + 82 + 44 = 325 (100%)
R 199 of 325 ~ 61.23%
G 82 of 325 ~ 25.23%
B 44 of 325 ~ 13.54%

%61.23
%25.23
%13.54

CMYK color model

#C7522C color CMYK value is (0,59,78,22).

  • cyan value is 0.00%
  • magenta value is 58.79%
  • yellow value is 77.89%
  • key color value is 21.96%
CMYK:
(0,59,78,22)
C0M59Y78K22 
(0%,59%,78%,22%)
(0.00/0.59/0.78/0.22)	

CMYK percentages

%0
%58.79
%77.89
%21.96

Codes

Color #C7522C in popluar color models

C7522C
RGB1998244
HSL15°63.79%47.65%
HSB/HSV15°77.89%78.04%
CMYK0.00%58.79%77.89%
21.96%

Color #C7522C in popluar number systems.

HEXC7522C
Decimal1998244
Binary110001111010010101100
Octal30712254

Shades and tints

Shades of #C7522C

#C7522C
(199,82,44)
#B54B28
(181,75,40)
#A34424
(163,68,36)
#913D20
(145,61,32)
#7F361C
(127,54,28)
#6D2F18
(109,47,24)
#5B2814
(91,40,20)
#492110
(73,33,16)
#371A0C
(55,26,12)
#251308
(37,19,8)
#130C04
(19,12,4)
#000000
(0,0,0)

Tints of #C7522C

#C7522C
(199,82,44)
#CC613F
(204,97,63)
#D17052
(209,112,82)
#D67F65
(214,127,101)
#DB8E78
(219,142,120)
#E09D8B
(224,157,139)
#E5AC9E
(229,172,158)
#EABBB1
(234,187,177)
#EFCAC4
(239,202,196)
#F4D9D7
(244,217,215)
#F9E8EA
(249,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7522C color. Also use rgb(199,82,44) instead hex code.

Text Font Color

.myTextColor { color: #C7522C; }

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

This text font color is #C7522C.


Background Color

.myBgColor { background-color: #C7522C; }

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

This div background color is #C7522C.


Border color

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

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

This div border color is #C7522C.


Opacity

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

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

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

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

This text has shadow with #C7522C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7522C on black background.


Color preview on white background

This text has color #C7522C on white background.



Black color preview on #C7522C background

This text has black color on #C7522C background.


White color preview on #C7522C background

This text has white color on #C7522C background.