Color Hex Logo

#c3770c Color Hex

#C3770C
(195,119,12)
0 Favorites   0 Comments

Color spaces of #c3770c

RGB 19511912
HSL0.100.880.41
HSV35°94°76°
CMYK 0.000.390.94   0.24
XYZ29.168924.82233.6016
Yxy24.82230.50650.4310
Hunter Lab49.822017.316630.5894
CIE-Lab56.901923.027161.4919

#c3770c color RGB value is (195,119,12).

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

The process color (four color CMYK) of #c3770c color hex is 0.00, 0.39, 0.94, 0.24. Web safe color of #c3770c is #cc6600. Color #c3770c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110111 00001100
Octal 303 167 14
Decimal 195 119 12
Hex C3 77 C

RGB Percentages of Color #c3770c

%59.82
%36.50
%3.68

CMYK Percentages of Color #c3770c

%0
%39
%94
%24

Triadic Colors of #c3770c

#c3770c #0cc377 #770cc3

Analogous Colors of #c3770c

#c3770c #b4c30c #c31b0c

Monochromatic Colors of #c3770c

#c3770c

Complementary Color

#c3770c #0c58c3

#c3770c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3770c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3770c Color CSS Codes

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

#c3770c Text Font Color

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

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


#c3770c Background Color

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

This div background color is #c3770c


#c3770c Border Color

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

This div border color is #c3770c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3770c


Comments

No comments written yet.

Please login to write comment.