Color Hex Logo

#c35316 Color Hex

#C35316
(195,83,22)
0 Favorites   0 Comments

Color spaces of #c35316

RGB 1958322
HSL0.060.800.43
HSV21°89°76°
CMYK 0.000.570.89   0.24
XYZ25.743817.84652.8469
Yxy17.84650.55440.3843
Hunter Lab42.245134.847425.5760
CIE-Lab49.309441.999353.2415

#c35316 color RGB value is (195,83,22).

#c35316 hex color red value is 195, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c35316 hue: 0.06 , saturation: 0.80 and the lightness value of c35316 is 0.43.

The process color (four color CMYK) of #c35316 color hex is 0.00, 0.57, 0.89, 0.24. Web safe color of #c35316 is #cc6600. Color #c35316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 00010110
Octal 303 123 26
Decimal 195 83 22
Hex C3 53 16

RGB Percentages of Color #c35316

%65.00
%27.67
%7.33

CMYK Percentages of Color #c35316

%0
%57
%89
%24

Triadic Colors of #c35316

#c35316 #16c353 #5316c3

Analogous Colors of #c35316

#c35316 #c3aa16 #c3162f

Monochromatic Colors of #c35316

#c35316

Complementary Color

#c35316 #1686c3

#c35316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35316 Color CSS Codes

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

#c35316 Text Font Color

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

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


#c35316 Background Color

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

This div background color is #c35316


#c35316 Border Color

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

This div border color is #c35316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35316


Comments

No comments written yet.

Please login to write comment.