Color Hex Logo

#83331a Color Hex

#83331A
(131,51,26)
0 Favorites   0 Comments

Color spaces of #83331a

RGB 1315126
HSL0.040.670.31
HSV14°80°51°
CMYK 0.000.610.80   0.49
XYZ10.73047.26751.8145
Yxy7.26750.54160.3668
Hunter Lab26.958323.872614.8801
CIE-Lab32.408332.998632.3773

#83331a color RGB value is (131,51,26).

#83331a hex color red value is 131, green value is 51 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #83331a hue: 0.04 , saturation: 0.67 and the lightness value of 83331a is 0.31.

The process color (four color CMYK) of #83331a color hex is 0.00, 0.61, 0.80, 0.49. Web safe color of #83331a is #993333. Color #83331a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110011 00011010
Octal 203 63 32
Decimal 131 51 26
Hex 83 33 1A

RGB Percentages of Color #83331a

%62.98
%24.52
%12.50

CMYK Percentages of Color #83331a

%0
%61
%80
%49

Triadic Colors of #83331a

#83331a #1a8333 #331a83

Analogous Colors of #83331a

#83331a #83681a #831a36

Monochromatic Colors of #83331a

#83331a

Complementary Color

#83331a #1a6a83

#83331a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83331a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83331a Color CSS Codes

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

#83331a Text Font Color

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

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


#83331a Background Color

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

This div background color is #83331a


#83331a Border Color

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

This div border color is #83331a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,51,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83331a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83331a;
  -webkit-box-shadow: 1px 1px 3px 2px #83331a;
  box-shadow:         1px 1px 3px 2px #83331a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,51,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83331a


Comments

No comments written yet.

Please login to write comment.