Color Hex Logo

#c68d1f Color Hex

#C68D1F
(198,141,31)
0 Favorites   0 Comments

Color spaces of #c68d1f

RGB 19814131
HSL0.110.730.45
HSV40°84°78°
CMYK 0.000.290.84   0.22
XYZ33.060931.15445.5672
Yxy31.15440.47380.4465
Hunter Lab55.81618.050633.1576
CIE-Lab62.637812.681861.3507

#c68d1f color RGB value is (198,141,31).

#c68d1f hex color red value is 198, green value is 141 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c68d1f hue: 0.11 , saturation: 0.73 and the lightness value of c68d1f is 0.45.

The process color (four color CMYK) of #c68d1f color hex is 0.00, 0.29, 0.84, 0.22. Web safe color of #c68d1f is #cc9933. Color #c68d1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 00011111
Octal 306 215 37
Decimal 198 141 31
Hex C6 8D 1F

RGB Percentages of Color #c68d1f

%53.51
%38.11
%8.38

CMYK Percentages of Color #c68d1f

%0
%29
%84
%22

Triadic Colors of #c68d1f

#c68d1f #1fc68d #8d1fc6

Analogous Colors of #c68d1f

#c68d1f #acc61f #c63a1f

Monochromatic Colors of #c68d1f

#c68d1f

Complementary Color

#c68d1f #1f58c6

#c68d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68d1f Color CSS Codes

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

#c68d1f Text Font Color

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

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


#c68d1f Background Color

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

This div background color is #c68d1f


#c68d1f Border Color

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

This div border color is #c68d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68d1f


Comments

No comments written yet.

Please login to write comment.