Color Hex Logo

#c4670c Color Hex

#C4670C
(196,103,12)
0 Favorites   0 Comments

Color spaces of #c4670c

RGB 19610312
HSL0.080.880.41
HSV30°94°77°
CMYK 0.000.470.94   0.23
XYZ27.681621.46283.0316
Yxy21.46280.53050.4114
Hunter Lab46.328025.582328.5498
CIE-Lab53.452332.063359.1275

#c4670c color RGB value is (196,103,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 00001100
Octal 304 147 14
Decimal 196 103 12
Hex C4 67 C

RGB Percentages of Color #c4670c

%63.02
%33.12
%3.86

CMYK Percentages of Color #c4670c

%0
%47
%94
%23

Triadic Colors of #c4670c

#c4670c #0cc467 #670cc4

Analogous Colors of #c4670c

#c4670c #c4c30c #c40c0d

Monochromatic Colors of #c4670c

#c4670c

Complementary Color

#c4670c #0c69c4

#c4670c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4670c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4670c Color CSS Codes

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

#c4670c Text Font Color

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

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


#c4670c Background Color

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

This div background color is #c4670c


#c4670c Border Color

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

This div border color is #c4670c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4670c


Comments

No comments written yet.

Please login to write comment.