Color Hex Logo

#c68427 Color Hex

#C68427
(198,132,39)
0 Favorites   0 Comments

Color spaces of #c68427

RGB 19813239
HSL0.100.670.46
HSV35°80°78°
CMYK 0.000.330.80   0.22
XYZ31.906228.65485.7687
Yxy28.65480.48100.4320
Hunter Lab53.530212.715631.0817
CIE-Lab60.475817.858456.7381

#c68427 color RGB value is (198,132,39).

#c68427 hex color red value is 198, green value is 132 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c68427 hue: 0.10 , saturation: 0.67 and the lightness value of c68427 is 0.46.

The process color (four color CMYK) of #c68427 color hex is 0.00, 0.33, 0.80, 0.22. Web safe color of #c68427 is #cc9933. Color #c68427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 00100111
Octal 306 204 47
Decimal 198 132 39
Hex C6 84 27

RGB Percentages of Color #c68427

%53.66
%35.77
%10.57

CMYK Percentages of Color #c68427

%0
%33
%80
%22

Triadic Colors of #c68427

#c68427 #27c684 #8427c6

Analogous Colors of #c68427

#c68427 #b9c627 #c63527

Monochromatic Colors of #c68427

#c68427

Complementary Color

#c68427 #2769c6

#c68427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68427 Color CSS Codes

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

#c68427 Text Font Color

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

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


#c68427 Background Color

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

This div background color is #c68427


#c68427 Border Color

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

This div border color is #c68427


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,132,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68427; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68427;
  -webkit-box-shadow: 1px 1px 3px 2px #c68427;
  box-shadow:         1px 1px 3px 2px #c68427; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,132,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68427


Comments

No comments written yet.

Please login to write comment.