Color Hex Logo

#83270c Color Hex

#83270C
(131,39,12)
0 Favorites   0 Comments

Color spaces of #83270c

RGB 1313912
HSL0.040.830.28
HSV14°91°51°
CMYK 0.000.700.91   0.49
XYZ10.15206.30291.0293
Yxy6.30290.58060.3605
Hunter Lab25.105628.245715.1431
CIE-Lab30.164138.249237.3047

#83270c color RGB value is (131,39,12).

#83270c hex color red value is 131, green value is 39 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #83270c hue: 0.04 , saturation: 0.83 and the lightness value of 83270c is 0.28.

The process color (four color CMYK) of #83270c color hex is 0.00, 0.70, 0.91, 0.49. Web safe color of #83270c is #993300. Color #83270c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100111 00001100
Octal 203 47 14
Decimal 131 39 12
Hex 83 27 C

RGB Percentages of Color #83270c

%71.98
%21.43
%6.59

CMYK Percentages of Color #83270c

%0
%70
%91
%49

Triadic Colors of #83270c

#83270c #0c8327 #270c83

Analogous Colors of #83270c

#83270c #83630c #830c2d

Monochromatic Colors of #83270c

#83270c

Complementary Color

#83270c #0c6883

#83270c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83270c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83270c Color CSS Codes

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

#83270c Text Font Color

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

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


#83270c Background Color

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

This div background color is #83270c


#83270c Border Color

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

This div border color is #83270c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,39,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83270c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83270c;
  -webkit-box-shadow: 1px 1px 3px 2px #83270c;
  box-shadow:         1px 1px 3px 2px #83270c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83270c


Comments

No comments written yet.

Please login to write comment.