Color Hex Logo

#c45325 Color Hex

#C45325
(196,83,37)
0 Favorites   0 Comments

Color spaces of #c45325

RGB 1968337
HSL0.050.680.46
HSV17°81°77°
CMYK 0.000.580.81   0.23
XYZ26.192118.05583.8549
Yxy18.05580.54450.3754
Hunter Lab42.492135.666024.3657
CIE-Lab49.563742.770147.3688

#c45325 color RGB value is (196,83,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 00100101
Octal 304 123 45
Decimal 196 83 37
Hex C4 53 25

RGB Percentages of Color #c45325

%62.03
%26.27
%11.71

CMYK Percentages of Color #c45325

%0
%58
%81
%23

Triadic Colors of #c45325

#c45325 #25c453 #5325c4

Analogous Colors of #c45325

#c45325 #c4a325 #c42547

Monochromatic Colors of #c45325

#c45325

Complementary Color

#c45325 #2596c4

#c45325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45325 Color CSS Codes

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

#c45325 Text Font Color

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

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


#c45325 Background Color

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

This div background color is #c45325


#c45325 Border Color

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

This div border color is #c45325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45325


Comments

No comments written yet.

Please login to write comment.