Color Hex Logo

#83382a Color Hex

#83382A
(131,56,42)
0 Favorites   0 Comments

Color spaces of #83382a

RGB 1315642
HSL0.030.510.34
HSV68°51°
CMYK 0.000.570.68   0.49
XYZ11.19227.82083.1102
Yxy7.82080.50590.3535
Hunter Lab27.965722.497812.9821
CIE-Lab33.606931.250524.3918

#83382a color RGB value is (131,56,42).

#83382a hex color red value is 131, green value is 56 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #83382a hue: 0.03 , saturation: 0.51 and the lightness value of 83382a is 0.34.

The process color (four color CMYK) of #83382a color hex is 0.00, 0.57, 0.68, 0.49. Web safe color of #83382a is #993333. Color #83382a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111000 00101010
Octal 203 70 52
Decimal 131 56 42
Hex 83 38 2A

RGB Percentages of Color #83382a

%57.21
%24.45
%18.34

CMYK Percentages of Color #83382a

%0
%57
%68
%49

Triadic Colors of #83382a

#83382a #2a8338 #382a83

Analogous Colors of #83382a

#83382a #83652a #832a49

Monochromatic Colors of #83382a

#83382a

Complementary Color

#83382a #2a7583

#83382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83382a Color CSS Codes

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

#83382a Text Font Color

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

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


#83382a Background Color

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

This div background color is #83382a


#83382a Border Color

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

This div border color is #83382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83382a

#83382a Color Palettes


Comments

No comments written yet.

Please login to write comment.