Color Hex Logo

#c7730e Color Hex

#C7730E
(199,115,14)
0 Favorites   0 Comments

Color spaces of #c7730e

RGB 19911514
HSL0.090.870.42
HSV33°93°78°
CMYK 0.000.420.93   0.22
XYZ29.763224.43533.5633
Yxy24.43530.51530.4230
Hunter Lab49.432120.969330.3285
CIE-Lab56.521026.943861.0636

#c7730e color RGB value is (199,115,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110011 00001110
Octal 307 163 16
Decimal 199 115 14
Hex C7 73 E

RGB Percentages of Color #c7730e

%60.67
%35.06
%4.27

CMYK Percentages of Color #c7730e

%0
%42
%93
%22

Triadic Colors of #c7730e

#c7730e #0ec773 #730ec7

Analogous Colors of #c7730e

#c7730e #bfc70e #c7170e

Monochromatic Colors of #c7730e

#c7730e

Complementary Color

#c7730e #0e62c7

#c7730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7730e Color CSS Codes

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

#c7730e Text Font Color

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

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


#c7730e Background Color

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

This div background color is #c7730e


#c7730e Border Color

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

This div border color is #c7730e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7730e


Comments

No comments written yet.

Please login to write comment.