Color Hex Logo

#c36422 Color Hex

#C36422
(195,100,34)
0 Favorites   0 Comments

Color spaces of #c36422

RGB 19510034
HSL0.070.700.45
HSV25°83°76°
CMYK 0.000.490.83   0.24
XYZ27.351620.83194.0928
Yxy20.83190.52320.3985
Hunter Lab45.642027.095226.6327
CIE-Lab52.765033.703551.5642

#c36422 color RGB value is (195,100,34).

#c36422 hex color red value is 195, green value is 100 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c36422 hue: 0.07 , saturation: 0.70 and the lightness value of c36422 is 0.45.

The process color (four color CMYK) of #c36422 color hex is 0.00, 0.49, 0.83, 0.24. Web safe color of #c36422 is #cc6633. Color #c36422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 00100010
Octal 303 144 42
Decimal 195 100 34
Hex C3 64 22

RGB Percentages of Color #c36422

%59.27
%30.40
%10.33

CMYK Percentages of Color #c36422

%0
%49
%83
%24

Triadic Colors of #c36422

#c36422 #22c364 #6422c3

Analogous Colors of #c36422

#c36422 #c3b522 #c32231

Monochromatic Colors of #c36422

#c36422

Complementary Color

#c36422 #2281c3

#c36422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36422 Color CSS Codes

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

#c36422 Text Font Color

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

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


#c36422 Background Color

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

This div background color is #c36422


#c36422 Border Color

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

This div border color is #c36422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36422


Comments

No comments written yet.

Please login to write comment.