Color Hex Logo

#c5523c Color Hex

#C5523C
(197,82,60)
0 Favorites   0 Comments

Color spaces of #c5523c

RGB 1978260
HSL0.030.540.50
HSV10°70°77°
CMYK 0.000.580.70   0.23
XYZ26.858918.23116.3783
Yxy18.23110.52190.3542
Hunter Lab42.697937.563221.0317
CIE-Lab49.775244.596535.7311

#c5523c color RGB value is (197,82,60).

#c5523c hex color red value is 197, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c5523c hue: 0.03 , saturation: 0.54 and the lightness value of c5523c is 0.50.

The process color (four color CMYK) of #c5523c color hex is 0.00, 0.58, 0.70, 0.23. Web safe color of #c5523c is #cc6633. Color #c5523c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 00111100
Octal 305 122 74
Decimal 197 82 60
Hex C5 52 3C

RGB Percentages of Color #c5523c

%58.11
%24.19
%17.70

CMYK Percentages of Color #c5523c

%0
%58
%70
%23

Triadic Colors of #c5523c

#c5523c #3cc552 #523cc5

Analogous Colors of #c5523c

#c5523c #c5973c #c53c6b

Monochromatic Colors of #c5523c

#c5523c

Complementary Color

#c5523c #3cafc5

#c5523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5523c Color CSS Codes

.mybgcolor {background-color:#c5523c; } 
.myforecolor {color:#c5523c; }
.mybordercolor {border:3px solid #c5523c; }

#c5523c Text Font Color

<p style="color:#c5523c">Text here</p>

This sample text font color is #c5523c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c5523c Background Color

<div style="background-color:#c5523c">
Div content here</div>

This div background color is #c5523c


#c5523c Border Color

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

This div border color is #c5523c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,82,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5523c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5523c;
  -webkit-box-shadow: 1px 1px 3px 2px #c5523c;
  box-shadow:         1px 1px 3px 2px #c5523c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,82,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5523c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5523c;
  -webkit-box-shadow: 1px 1px 3px 2px #c5523c;
  box-shadow:         1px 1px 3px 2px #c5523c;">
Div content here</div>

This div box has shadow with color #c5523c


Comments

No comments written yet.

Please login to write comment.