Color Hex Logo

#803844 Color Hex

#803844
(128,56,68)
0 Favorites   0 Comments

Color spaces of #803844

RGB 1285668
HSL0.970.390.36
HSV350°56°50°
CMYK 0.000.560.47   0.50
XYZ11.35967.83496.3824
Yxy7.83490.44410.3063
Hunter Lab27.990923.45706.0745
CIE-Lab33.636732.33787.8893

#803844 color RGB value is (128,56,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01000100
Octal 200 70 104
Decimal 128 56 68
Hex 80 38 44

RGB Percentages of Color #803844

%50.79
%22.22
%26.98

CMYK Percentages of Color #803844

%0
%56
%47
%50

Triadic Colors of #803844

#803844 #448038 #384480

Analogous Colors of #803844

#803844 #805038 #803868

Monochromatic Colors of #803844

#803844

Complementary Color

#803844 #388074

#803844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803844 Color CSS Codes

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

#803844 Text Font Color

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

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


#803844 Background Color

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

This div background color is #803844


#803844 Border Color

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

This div border color is #803844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803844


Comments

No comments written yet.

Please login to write comment.