Color Hex Logo

#c4670e Color Hex

#C4670E
(196,103,14)
0 Favorites   0 Comments

Color spaces of #c4670e

RGB 19610314
HSL0.080.870.41
HSV29°93°77°
CMYK 0.000.470.93   0.23
XYZ27.694521.46803.0995
Yxy21.46800.52990.4108
Hunter Lab46.333625.609328.4673
CIE-Lab53.457932.090658.6880

#c4670e color RGB value is (196,103,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 00001110
Octal 304 147 16
Decimal 196 103 14
Hex C4 67 E

RGB Percentages of Color #c4670e

%62.62
%32.91
%4.47

CMYK Percentages of Color #c4670e

%0
%47
%93
%23

Triadic Colors of #c4670e

#c4670e #0ec467 #670ec4

Analogous Colors of #c4670e

#c4670e #c4c20e #c40e10

Monochromatic Colors of #c4670e

#c4670e

Complementary Color

#c4670e #0e6bc4

#c4670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4670e Color CSS Codes

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

#c4670e Text Font Color

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

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


#c4670e Background Color

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

This div background color is #c4670e


#c4670e Border Color

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

This div border color is #c4670e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4670e


Comments

No comments written yet.

Please login to write comment.