Color Hex Logo

#c45412 Color Hex

#C45412
(196,84,18)
0 Favorites   0 Comments

Color spaces of #c45412

RGB 1968418
HSL0.060.830.42
HSV22°91°77°
CMYK 0.000.570.91   0.23
XYZ26.044518.12012.6971
Yxy18.12010.55580.3867
Hunter Lab42.567734.719426.0408
CIE-Lab49.641541.822754.8740

#c45412 color RGB value is (196,84,18).

#c45412 hex color red value is 196, green value is 84 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c45412 hue: 0.06 , saturation: 0.83 and the lightness value of c45412 is 0.42.

The process color (four color CMYK) of #c45412 color hex is 0.00, 0.57, 0.91, 0.23. Web safe color of #c45412 is #cc6600. Color #c45412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010100 00010010
Octal 304 124 22
Decimal 196 84 18
Hex C4 54 12

RGB Percentages of Color #c45412

%65.77
%28.19
%6.04

CMYK Percentages of Color #c45412

%0
%57
%91
%23

Triadic Colors of #c45412

#c45412 #12c454 #5412c4

Analogous Colors of #c45412

#c45412 #c4ad12 #c41229

Monochromatic Colors of #c45412

#c45412

Complementary Color

#c45412 #1282c4

#c45412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45412 Color CSS Codes

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

#c45412 Text Font Color

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

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


#c45412 Background Color

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

This div background color is #c45412


#c45412 Border Color

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

This div border color is #c45412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45412


Comments

No comments written yet.

Please login to write comment.