Color Hex Logo

#83302e Color Hex

#83302E
(131,48,46)
0 Favorites   0 Comments

Color spaces of #83302e

RGB 1314846
HSL0.000.480.35
HSV65°51°
CMYK 0.000.630.65   0.49
XYZ10.91027.13653.3872
Yxy7.13650.50900.3330
Hunter Lab26.714226.150211.1824
CIE-Lab32.115735.602220.0571

#83302e color RGB value is (131,48,46).

#83302e hex color red value is 131, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #83302e hue: 0.00 , saturation: 0.48 and the lightness value of 83302e is 0.35.

The process color (four color CMYK) of #83302e color hex is 0.00, 0.63, 0.65, 0.49. Web safe color of #83302e is #993333. Color #83302e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110000 00101110
Octal 203 60 56
Decimal 131 48 46
Hex 83 30 2E

RGB Percentages of Color #83302e

%58.22
%21.33
%20.44

CMYK Percentages of Color #83302e

%0
%63
%65
%49

Triadic Colors of #83302e

#83302e #2e8330 #302e83

Analogous Colors of #83302e

#83302e #835b2e #832e57

Monochromatic Colors of #83302e

#83302e

Complementary Color

#83302e #2e8183

#83302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83302e Color CSS Codes

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

#83302e Text Font Color

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

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


#83302e Background Color

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

This div background color is #83302e


#83302e Border Color

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

This div border color is #83302e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,48,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83302e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83302e;
  -webkit-box-shadow: 1px 1px 3px 2px #83302e;
  box-shadow:         1px 1px 3px 2px #83302e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83302e


Comments

No comments written yet.

Please login to write comment.