Color Hex Logo

#c7700e Color Hex

#C7700E
(199,112,14)
0 Favorites   0 Comments

Color spaces of #c7700e

RGB 19911214
HSL0.090.870.42
HSV32°93°78°
CMYK 0.000.440.93   0.22
XYZ29.426623.76223.4511
Yxy23.76220.51950.4195
Hunter Lab48.746522.448029.9250
CIE-Lab55.848928.556060.5834

#c7700e color RGB value is (199,112,14).

#c7700e hex color red value is 199, green value is 112 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c7700e hue: 0.09 , saturation: 0.87 and the lightness value of c7700e is 0.42.

The process color (four color CMYK) of #c7700e color hex is 0.00, 0.44, 0.93, 0.22. Web safe color of #c7700e is #cc6600. Color #c7700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 00001110
Octal 307 160 16
Decimal 199 112 14
Hex C7 70 E

RGB Percentages of Color #c7700e

%61.23
%34.46
%4.31

CMYK Percentages of Color #c7700e

%0
%44
%93
%22

Triadic Colors of #c7700e

#c7700e #0ec770 #700ec7

Analogous Colors of #c7700e

#c7700e #c2c70e #c7140e

Monochromatic Colors of #c7700e

#c7700e

Complementary Color

#c7700e #0e65c7

#c7700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7700e Color CSS Codes

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

#c7700e Text Font Color

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

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


#c7700e Background Color

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

This div background color is #c7700e


#c7700e Border Color

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

This div border color is #c7700e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7700e


Comments

No comments written yet.

Please login to write comment.