Color Hex Logo

#c35710 Color Hex

#C35710
(195,87,16)
0 Favorites   0 Comments

Color spaces of #c35710

RGB 1958716
HSL0.070.850.41
HSV24°92°76°
CMYK 0.000.550.92   0.24
XYZ26.007418.45592.6818
Yxy18.45590.55160.3915
Hunter Lab42.960332.880126.3711
CIE-Lab50.044539.931355.6793

#c35710 color RGB value is (195,87,16).

#c35710 hex color red value is 195, green value is 87 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c35710 hue: 0.07 , saturation: 0.85 and the lightness value of c35710 is 0.41.

The process color (four color CMYK) of #c35710 color hex is 0.00, 0.55, 0.92, 0.24. Web safe color of #c35710 is #cc6600. Color #c35710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010111 00010000
Octal 303 127 20
Decimal 195 87 16
Hex C3 57 10

RGB Percentages of Color #c35710

%65.44
%29.19
%5.37

CMYK Percentages of Color #c35710

%0
%55
%92
%24

Triadic Colors of #c35710

#c35710 #10c357 #5710c3

Analogous Colors of #c35710

#c35710 #c3b110 #c31023

Monochromatic Colors of #c35710

#c35710

Complementary Color

#c35710 #107cc3

#c35710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35710 Color CSS Codes

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

#c35710 Text Font Color

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

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


#c35710 Background Color

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

This div background color is #c35710


#c35710 Border Color

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

This div border color is #c35710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35710


Comments

No comments written yet.

Please login to write comment.