Color Hex Logo

#c68527 Color Hex

#C68527
(198,133,39)
0 Favorites   0 Comments

Color spaces of #c68527

RGB 19813339
HSL0.100.670.46
HSV35°80°78°
CMYK 0.000.330.80   0.22
XYZ32.042428.92735.8142
Yxy28.92730.47980.4331
Hunter Lab53.784112.220931.2395
CIE-Lab60.717417.310556.9578

#c68527 color RGB value is (198,133,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 00100111
Octal 306 205 47
Decimal 198 133 39
Hex C6 85 27

RGB Percentages of Color #c68527

%53.51
%35.95
%10.54

CMYK Percentages of Color #c68527

%0
%33
%80
%22

Triadic Colors of #c68527

#c68527 #27c685 #8527c6

Analogous Colors of #c68527

#c68527 #b8c627 #c63627

Monochromatic Colors of #c68527

#c68527

Complementary Color

#c68527 #2768c6

#c68527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68527 Color CSS Codes

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

#c68527 Text Font Color

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

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


#c68527 Background Color

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

This div background color is #c68527


#c68527 Border Color

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

This div border color is #c68527


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,133,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 #c68527">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68527


Comments

No comments written yet.

Please login to write comment.