Color Hex Logo

#c75524 Color Hex

#C75524
(199,85,36)
0 Favorites   0 Comments

Color spaces of #c75524

RGB 1998536
HSL0.050.690.46
HSV18°82°78°
CMYK 0.000.570.82   0.22
XYZ27.120118.76653.8620
Yxy18.76650.54510.3772
Hunter Lab43.320335.937025.0385
CIE-Lab50.412942.908148.7926

#c75524 color RGB value is (199,85,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 00100100
Octal 307 125 44
Decimal 199 85 36
Hex C7 55 24

RGB Percentages of Color #c75524

%62.19
%26.56
%11.25

CMYK Percentages of Color #c75524

%0
%57
%82
%22

Triadic Colors of #c75524

#c75524 #24c755 #5524c7

Analogous Colors of #c75524

#c75524 #c7a724 #c72444

Monochromatic Colors of #c75524

#c75524

Complementary Color

#c75524 #2496c7

#c75524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75524 Color CSS Codes

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

#c75524 Text Font Color

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

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


#c75524 Background Color

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

This div background color is #c75524


#c75524 Border Color

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

This div border color is #c75524


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,85,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 #c75524">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75524


Comments

No comments written yet.

Please login to write comment.