Color Hex Logo

#805138 Color Hex

#805138
(128,81,56)
0 Favorites   0 Comments

Color spaces of #805138

RGB 1288156
HSL0.060.390.36
HSV21°56°50°
CMYK 0.000.370.56   0.50
XYZ12.558310.75965.1563
Yxy10.75960.44100.3779
Hunter Lab32.801810.936213.6412
CIE-Lab39.172616.851122.7667

#805138 color RGB value is (128,81,56).

#805138 hex color red value is 128, green value is 81 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #805138 hue: 0.06 , saturation: 0.39 and the lightness value of 805138 is 0.36.

The process color (four color CMYK) of #805138 color hex is 0.00, 0.37, 0.56, 0.50. Web safe color of #805138 is #996633. Color #805138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 00111000
Octal 200 121 70
Decimal 128 81 56
Hex 80 51 38

RGB Percentages of Color #805138

%48.30
%30.57
%21.13

CMYK Percentages of Color #805138

%0
%37
%56
%50

Triadic Colors of #805138

#805138 #388051 #513880

Analogous Colors of #805138

#805138 #807538 #803843

Monochromatic Colors of #805138

#805138

Complementary Color

#805138 #386780

#805138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805138 Color CSS Codes

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

#805138 Text Font Color

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

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


#805138 Background Color

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

This div background color is #805138


#805138 Border Color

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

This div border color is #805138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,81,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805138


Comments

No comments written yet.

Please login to write comment.