Color Hex Logo

#805715 Color Hex

#805715
(128,87,21)
0 Favorites   0 Comments

Color spaces of #805715

RGB 1288721
HSL0.100.720.29
HSV37°84°50°
CMYK 0.000.320.84   0.50
XYZ12.445611.45972.2655
Yxy11.45970.47560.4379
Hunter Lab33.85226.383419.7286
CIE-Lab40.344211.037042.1364

#805715 color RGB value is (128,87,21).

#805715 hex color red value is 128, green value is 87 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #805715 hue: 0.10 , saturation: 0.72 and the lightness value of 805715 is 0.29.

The process color (four color CMYK) of #805715 color hex is 0.00, 0.32, 0.84, 0.50. Web safe color of #805715 is #996600. Color #805715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010111 00010101
Octal 200 127 25
Decimal 128 87 21
Hex 80 57 15

RGB Percentages of Color #805715

%54.24
%36.86
%8.90

CMYK Percentages of Color #805715

%0
%32
%84
%50

Triadic Colors of #805715

#805715 #158057 #571580

Analogous Colors of #805715

#805715 #748015 #802215

Monochromatic Colors of #805715

#805715

Complementary Color

#805715 #153e80

#805715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805715 Color CSS Codes

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

#805715 Text Font Color

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

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


#805715 Background Color

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

This div background color is #805715


#805715 Border Color

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

This div border color is #805715


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,87,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805715; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805715;
  -webkit-box-shadow: 1px 1px 3px 2px #805715;
  box-shadow:         1px 1px 3px 2px #805715; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805715


Comments

No comments written yet.

Please login to write comment.