Color Hex Logo

#c4580c Color Hex

#C4580C
(196,88,12)
0 Favorites   0 Comments

Color spaces of #c4580c

RGB 1968812
HSL0.070.880.41
HSV25°94°77°
CMYK 0.000.550.94   0.23
XYZ26.321018.74182.5781
Yxy18.74180.55250.3934
Hunter Lab43.291832.765626.7734
CIE-Lab50.383739.768457.0242

#c4580c color RGB value is (196,88,12).

#c4580c hex color red value is 196, green value is 88 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c4580c hue: 0.07 , saturation: 0.88 and the lightness value of c4580c is 0.41.

The process color (four color CMYK) of #c4580c color hex is 0.00, 0.55, 0.94, 0.23. Web safe color of #c4580c is #cc6600. Color #c4580c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 00001100
Octal 304 130 14
Decimal 196 88 12
Hex C4 58 C

RGB Percentages of Color #c4580c

%66.22
%29.73
%4.05

CMYK Percentages of Color #c4580c

%0
%55
%94
%23

Triadic Colors of #c4580c

#c4580c #0cc458 #580cc4

Analogous Colors of #c4580c

#c4580c #c4b40c #c40c1c

Monochromatic Colors of #c4580c

#c4580c

Complementary Color

#c4580c #0c78c4

#c4580c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4580c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4580c Color CSS Codes

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

#c4580c Text Font Color

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

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


#c4580c Background Color

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

This div background color is #c4580c


#c4580c Border Color

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

This div border color is #c4580c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4580c


Comments

No comments written yet.

Please login to write comment.