Color Hex Logo

#823944 Color Hex

#823944
(130,57,68)
0 Favorites   0 Comments

Color spaces of #823944

RGB 1305768
HSL0.970.390.37
HSV351°56°51°
CMYK 0.000.560.48   0.49
XYZ11.71248.08946.4129
Yxy8.08940.44680.3086
Hunter Lab28.441923.73336.5410
CIE-Lab34.168432.56968.6825

#823944 color RGB value is (130,57,68).

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

The process color (four color CMYK) of #823944 color hex is 0.00, 0.56, 0.48, 0.49. Web safe color of #823944 is #993333. Color #823944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111001 01000100
Octal 202 71 104
Decimal 130 57 68
Hex 82 39 44

RGB Percentages of Color #823944

%50.98
%22.35
%26.67

CMYK Percentages of Color #823944

%0
%56
%48
%49

Triadic Colors of #823944

#823944 #448239 #394482

Analogous Colors of #823944

#823944 #825339 #823969

Monochromatic Colors of #823944

#823944

Complementary Color

#823944 #398277

#823944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823944 Color CSS Codes

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

#823944 Text Font Color

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

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


#823944 Background Color

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

This div background color is #823944


#823944 Border Color

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

This div border color is #823944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823944


Comments

No comments written yet.

Please login to write comment.