Color Hex Logo

#c67311 Color Hex

#C67311
(198,115,17)
0 Favorites   0 Comments

Color spaces of #c67311

RGB 19811517
HSL0.090.840.42
HSV32°91°78°
CMYK 0.000.420.91   0.22
XYZ29.520624.30773.6663
Yxy24.30770.51340.4228
Hunter Lab49.302820.598830.1030
CIE-Lab56.394626.563860.2350

#c67311 color RGB value is (198,115,17).

#c67311 hex color red value is 198, green value is 115 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #c67311 hue: 0.09 , saturation: 0.84 and the lightness value of c67311 is 0.42.

The process color (four color CMYK) of #c67311 color hex is 0.00, 0.42, 0.91, 0.22. Web safe color of #c67311 is #cc6600. Color #c67311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 00010001
Octal 306 163 21
Decimal 198 115 17
Hex C6 73 11

RGB Percentages of Color #c67311

%60.00
%34.85
%5.15

CMYK Percentages of Color #c67311

%0
%42
%91
%22

Triadic Colors of #c67311

#c67311 #11c673 #7311c6

Analogous Colors of #c67311

#c67311 #bfc611 #c61911

Monochromatic Colors of #c67311

#c67311

Complementary Color

#c67311 #1164c6

#c67311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67311 Color CSS Codes

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

#c67311 Text Font Color

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

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


#c67311 Background Color

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

This div background color is #c67311


#c67311 Border Color

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

This div border color is #c67311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67311


Comments

No comments written yet.

Please login to write comment.