Color Hex Logo

#c45623 Color Hex

#C45623
(196,86,35)
0 Favorites   0 Comments

Color spaces of #c45623

RGB 1968635
HSL0.050.700.45
HSV19°82°77°
CMYK 0.000.560.82   0.23
XYZ26.396118.51273.7722
Yxy18.51270.54220.3803
Hunter Lab43.026434.211124.9204
CIE-Lab50.112141.248848.7874

#c45623 color RGB value is (196,86,35).

#c45623 hex color red value is 196, green value is 86 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #c45623 hue: 0.05 , saturation: 0.70 and the lightness value of c45623 is 0.45.

The process color (four color CMYK) of #c45623 color hex is 0.00, 0.56, 0.82, 0.23. Web safe color of #c45623 is #cc6633. Color #c45623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010110 00100011
Octal 304 126 43
Decimal 196 86 35
Hex C4 56 23

RGB Percentages of Color #c45623

%61.83
%27.13
%11.04

CMYK Percentages of Color #c45623

%0
%56
%82
%23

Triadic Colors of #c45623

#c45623 #23c456 #5623c4

Analogous Colors of #c45623

#c45623 #c4a723 #c42341

Monochromatic Colors of #c45623

#c45623

Complementary Color

#c45623 #2391c4

#c45623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45623 Color CSS Codes

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

#c45623 Text Font Color

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

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


#c45623 Background Color

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

This div background color is #c45623


#c45623 Border Color

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

This div border color is #c45623


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,86,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45623


Comments

No comments written yet.

Please login to write comment.