Color Hex Logo

#803832 Color Hex

#803832
(128,56,50)
0 Favorites   0 Comments

Color spaces of #803832

RGB 1285650
HSL0.010.440.35
HSV61°50°
CMYK 0.000.560.61   0.50
XYZ10.89207.64783.9197
Yxy7.64780.48500.3405
Hunter Lab27.654721.908010.9546
CIE-Lab33.238430.627818.8557

#803832 color RGB value is (128,56,50).

#803832 hex color red value is 128, green value is 56 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #803832 hue: 0.01 , saturation: 0.44 and the lightness value of 803832 is 0.35.

The process color (four color CMYK) of #803832 color hex is 0.00, 0.56, 0.61, 0.50. Web safe color of #803832 is #993333. Color #803832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 00110010
Octal 200 70 62
Decimal 128 56 50
Hex 80 38 32

RGB Percentages of Color #803832

%54.70
%23.93
%21.37

CMYK Percentages of Color #803832

%0
%56
%61
%50

Triadic Colors of #803832

#803832 #328038 #383280

Analogous Colors of #803832

#803832 #805f32 #803253

Monochromatic Colors of #803832

#803832

Complementary Color

#803832 #327a80

#803832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803832 Color CSS Codes

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

#803832 Text Font Color

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

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


#803832 Background Color

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

This div background color is #803832


#803832 Border Color

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

This div border color is #803832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803832


Comments

No comments written yet.

Please login to write comment.