Color Hex Logo

#c36814 Color Hex

#C36814
(195,104,20)
0 Favorites   0 Comments

Color spaces of #c36814

RGB 19510420
HSL0.080.810.42
HSV29°90°76°
CMYK 0.000.470.90   0.24
XYZ27.582321.55323.3683
Yxy21.55320.52530.4105
Hunter Lab46.425424.806028.1961
CIE-Lab53.549731.246857.1296

#c36814 color RGB value is (195,104,20).

#c36814 hex color red value is 195, green value is 104 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c36814 hue: 0.08 , saturation: 0.81 and the lightness value of c36814 is 0.42.

The process color (four color CMYK) of #c36814 color hex is 0.00, 0.47, 0.90, 0.24. Web safe color of #c36814 is #cc6600. Color #c36814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 00010100
Octal 303 150 24
Decimal 195 104 20
Hex C3 68 14

RGB Percentages of Color #c36814

%61.13
%32.60
%6.27

CMYK Percentages of Color #c36814

%0
%47
%90
%24

Triadic Colors of #c36814

#c36814 #14c368 #6814c3

Analogous Colors of #c36814

#c36814 #c3c014 #c31418

Monochromatic Colors of #c36814

#c36814

Complementary Color

#c36814 #146fc3

#c36814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36814 Color CSS Codes

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

#c36814 Text Font Color

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

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


#c36814 Background Color

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

This div background color is #c36814


#c36814 Border Color

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

This div border color is #c36814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36814


Comments

No comments written yet.

Please login to write comment.