Color Hex Logo

#83442b Color Hex

#83442B
(131,68,43)
0 Favorites   0 Comments

Color spaces of #83442b

RGB 1316843
HSL0.050.510.34
HSV17°67°51°
CMYK 0.000.480.67   0.49
XYZ11.86329.13403.4233
Yxy9.13400.48580.3740
Hunter Lab30.222517.177014.4400
CIE-Lab36.241024.699126.9471

#83442b color RGB value is (131,68,43).

#83442b hex color red value is 131, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #83442b hue: 0.05 , saturation: 0.51 and the lightness value of 83442b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000100 00101011
Octal 203 104 53
Decimal 131 68 43
Hex 83 44 2B

RGB Percentages of Color #83442b

%54.13
%28.10
%17.77

CMYK Percentages of Color #83442b

%0
%48
%67
%49

Triadic Colors of #83442b

#83442b #2b8344 #442b83

Analogous Colors of #83442b

#83442b #83702b #832b3e

Monochromatic Colors of #83442b

#83442b

Complementary Color

#83442b #2b6a83

#83442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83442b Color CSS Codes

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

#83442b Text Font Color

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

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


#83442b Background Color

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

This div background color is #83442b


#83442b Border Color

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

This div border color is #83442b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,68,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83442b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83442b;
  -webkit-box-shadow: 1px 1px 3px 2px #83442b;
  box-shadow:         1px 1px 3px 2px #83442b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83442b


Comments

No comments written yet.

Please login to write comment.