Color Hex Logo

#c54320 Color Hex

#C54320
(197,67,32)
0 Favorites   0 Comments

Color spaces of #c54320

RGB 1976732
HSL0.040.720.45
HSV13°84°77°
CMYK 0.000.660.84   0.23
XYZ25.293815.98893.1195
Yxy15.98890.56970.3601
Hunter Lab39.986142.937023.3648
CIE-Lab46.959950.230347.3534

#c54320 color RGB value is (197,67,32).

#c54320 hex color red value is 197, green value is 67 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c54320 hue: 0.04 , saturation: 0.72 and the lightness value of c54320 is 0.45.

The process color (four color CMYK) of #c54320 color hex is 0.00, 0.66, 0.84, 0.23. Web safe color of #c54320 is #cc3333. Color #c54320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 00100000
Octal 305 103 40
Decimal 197 67 32
Hex C5 43 20

RGB Percentages of Color #c54320

%66.55
%22.64
%10.81

CMYK Percentages of Color #c54320

%0
%66
%84
%23

Triadic Colors of #c54320

#c54320 #20c543 #4320c5

Analogous Colors of #c54320

#c54320 #c59620 #c5204f

Monochromatic Colors of #c54320

#c54320

Complementary Color

#c54320 #20a2c5

#c54320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54320 Color CSS Codes

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

#c54320 Text Font Color

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

This sample text font color is #c54320
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.


#c54320 Background Color

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

This div background color is #c54320


#c54320 Border Color

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

This div border color is #c54320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54320


Comments

No comments written yet.

Please login to write comment.