Color Hex Logo

#c37640 Color Hex

#C37640
(195,118,64)
0 Favorites   0 Comments

Color spaces of #c37640

RGB 19511864
HSL0.070.520.51
HSV25°67°76°
CMYK 0.000.390.67   0.24
XYZ29.909524.92918.0859
Yxy24.92910.47530.3962
Hunter Lab49.929019.552825.3484
CIE-Lab57.006325.407641.8071

#c37640 color RGB value is (195,118,64).

#c37640 hex color red value is 195, green value is 118 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c37640 hue: 0.07 , saturation: 0.52 and the lightness value of c37640 is 0.51.

The process color (four color CMYK) of #c37640 color hex is 0.00, 0.39, 0.67, 0.24. Web safe color of #c37640 is #cc6633. Color #c37640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 01000000
Octal 303 166 100
Decimal 195 118 64
Hex C3 76 40

RGB Percentages of Color #c37640

%51.72
%31.30
%16.98

CMYK Percentages of Color #c37640

%0
%39
%67
%24

Triadic Colors of #c37640

#c37640 #40c376 #7640c3

Analogous Colors of #c37640

#c37640 #c3b840 #c3404c

Monochromatic Colors of #c37640

#c37640

Complementary Color

#c37640 #408dc3

#c37640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37640 Color CSS Codes

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

#c37640 Text Font Color

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

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


#c37640 Background Color

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

This div background color is #c37640


#c37640 Border Color

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

This div border color is #c37640


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,118,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37640


Comments

No comments written yet.

Please login to write comment.