Color Hex Logo

#c68544 Color Hex

#C68544
(198,133,68)
0 Favorites   0 Comments

Color spaces of #c68544

RGB 19813368
HSL0.080.530.52
HSV30°66°78°
CMYK 0.000.330.66   0.22
XYZ32.719629.19829.3801
Yxy29.19820.45890.4095
Hunter Lab54.035413.523827.5325
CIE-Lab60.956218.715944.3522

#c68544 color RGB value is (198,133,68).

#c68544 hex color red value is 198, green value is 133 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #c68544 hue: 0.08 , saturation: 0.53 and the lightness value of c68544 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 01000100
Octal 306 205 104
Decimal 198 133 68
Hex C6 85 44

RGB Percentages of Color #c68544

%49.62
%33.33
%17.04

CMYK Percentages of Color #c68544

%0
%33
%66
%22

Triadic Colors of #c68544

#c68544 #44c685 #8544c6

Analogous Colors of #c68544

#c68544 #c6c644 #c64444

Monochromatic Colors of #c68544

#c68544

Complementary Color

#c68544 #4485c6

#c68544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68544 Color CSS Codes

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

#c68544 Text Font Color

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

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


#c68544 Background Color

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

This div background color is #c68544


#c68544 Border Color

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

This div border color is #c68544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68544


Comments

No comments written yet.

Please login to write comment.