Color Hex Logo

#c75324 Color Hex

#C75324
(199,83,36)
0 Favorites   0 Comments

Color spaces of #c75324

RGB 1998336
HSL0.050.690.46
HSV17°82°78°
CMYK 0.000.580.82   0.22
XYZ26.964918.45603.8102
Yxy18.45600.54770.3749
Hunter Lab42.960436.858024.8138
CIE-Lab50.044643.866548.4527

#c75324 color RGB value is (199,83,36).

#c75324 hex color red value is 199, green value is 83 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c75324 hue: 0.05 , saturation: 0.69 and the lightness value of c75324 is 0.46.

The process color (four color CMYK) of #c75324 color hex is 0.00, 0.58, 0.82, 0.22. Web safe color of #c75324 is #cc6633. Color #c75324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010011 00100100
Octal 307 123 44
Decimal 199 83 36
Hex C7 53 24

RGB Percentages of Color #c75324

%62.58
%26.10
%11.32

CMYK Percentages of Color #c75324

%0
%58
%82
%22

Triadic Colors of #c75324

#c75324 #24c753 #5324c7

Analogous Colors of #c75324

#c75324 #c7a524 #c72447

Monochromatic Colors of #c75324

#c75324

Complementary Color

#c75324 #2498c7

#c75324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75324 Color CSS Codes

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

#c75324 Text Font Color

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

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


#c75324 Background Color

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

This div background color is #c75324


#c75324 Border Color

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

This div border color is #c75324


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,83,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75324; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75324;
  -webkit-box-shadow: 1px 1px 3px 2px #c75324;
  box-shadow:         1px 1px 3px 2px #c75324; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,83,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75324


Comments

No comments written yet.

Please login to write comment.