Color Hex Logo

#c57125 Color Hex

#C57125
(197,113,37)
0 Favorites   0 Comments

Color spaces of #c57125

RGB 19711337
HSL0.080.680.46
HSV29°81°77°
CMYK 0.000.430.81   0.23
XYZ29.265023.81414.8044
Yxy23.81410.50560.4114
Hunter Lab48.799721.646328.3226
CIE-Lab55.901227.710353.2941

#c57125 color RGB value is (197,113,37).

#c57125 hex color red value is 197, green value is 113 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c57125 hue: 0.08 , saturation: 0.68 and the lightness value of c57125 is 0.46.

The process color (four color CMYK) of #c57125 color hex is 0.00, 0.43, 0.81, 0.23. Web safe color of #c57125 is #cc6633. Color #c57125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110001 00100101
Octal 305 161 45
Decimal 197 113 37
Hex C5 71 25

RGB Percentages of Color #c57125

%56.77
%32.56
%10.66

CMYK Percentages of Color #c57125

%0
%43
%81
%23

Triadic Colors of #c57125

#c57125 #25c571 #7125c5

Analogous Colors of #c57125

#c57125 #c5c125 #c52529

Monochromatic Colors of #c57125

#c57125

Complementary Color

#c57125 #2579c5

#c57125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57125 Color CSS Codes

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

#c57125 Text Font Color

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

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


#c57125 Background Color

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

This div background color is #c57125


#c57125 Border Color

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

This div border color is #c57125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57125


Comments

No comments written yet.

Please login to write comment.