Color Hex Logo

#8c6515 Color Hex

#8C6515
(140,101,21)
0 Favorites   0 Comments

Color spaces of #8c6515

RGB 14010121
HSL0.110.740.32
HSV40°85°55°
CMYK 0.000.280.85   0.45
XYZ15.604314.93702.7702
Yxy14.93700.46840.4484
Hunter Lab38.64844.434722.8042
CIE-Lab45.54788.490147.2939

#8c6515 color RGB value is (140,101,21).

#8c6515 hex color red value is 140, green value is 101 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #8c6515 hue: 0.11 , saturation: 0.74 and the lightness value of 8c6515 is 0.32.

The process color (four color CMYK) of #8c6515 color hex is 0.00, 0.28, 0.85, 0.45. Web safe color of #8c6515 is #996600. Color #8c6515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100101 00010101
Octal 214 145 25
Decimal 140 101 21
Hex 8C 65 15

RGB Percentages of Color #8c6515

%53.44
%38.55
%8.02

CMYK Percentages of Color #8c6515

%0
%28
%85
%45

Triadic Colors of #8c6515

#8c6515 #158c65 #65158c

Analogous Colors of #8c6515

#8c6515 #788c15 #8c2a15

Monochromatic Colors of #8c6515

#8c6515

Complementary Color

#8c6515 #153c8c

#8c6515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6515 Color CSS Codes

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

#8c6515 Text Font Color

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

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


#8c6515 Background Color

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

This div background color is #8c6515


#8c6515 Border Color

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

This div border color is #8c6515


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,101,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c6515; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c6515;
  -webkit-box-shadow: 1px 1px 3px 2px #8c6515;
  box-shadow:         1px 1px 3px 2px #8c6515; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,101,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6515


Comments

No comments written yet.

Please login to write comment.