Color Hex Logo

#83762d Color Hex

#83762D
(131,118,45)
0 Favorites   0 Comments

Color spaces of #83762d

RGB 13111845
HSL0.140.490.35
HSV51°66°51°
CMYK 0.000.100.66   0.49
XYZ16.312217.97165.0918
Yxy17.97160.41430.4564
Hunter Lab42.3929-5.503322.5537
CIE-Lab49.4616-4.301040.8094

#83762d color RGB value is (131,118,45).

#83762d hex color red value is 131, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #83762d hue: 0.14 , saturation: 0.49 and the lightness value of 83762d is 0.35.

The process color (four color CMYK) of #83762d color hex is 0.00, 0.10, 0.66, 0.49. Web safe color of #83762d is #996633. Color #83762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110110 00101101
Octal 203 166 55
Decimal 131 118 45
Hex 83 76 2D

RGB Percentages of Color #83762d

%44.56
%40.14
%15.31

CMYK Percentages of Color #83762d

%0
%10
%66
%49

Triadic Colors of #83762d

#83762d #2d8376 #762d83

Analogous Colors of #83762d

#83762d #65832d #834b2d

Monochromatic Colors of #83762d

#83762d

Complementary Color

#83762d #2d3a83

#83762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83762d Color CSS Codes

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

#83762d Text Font Color

<p style="color:#83762d">Text here</p>

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


#83762d Background Color

<div style="background-color:#83762d">
Div content here</div>

This div background color is #83762d


#83762d Border Color

<div style="border:3px solid #83762d">
Div here</div>

This div border color is #83762d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,118,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83762d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83762d;
  -webkit-box-shadow: 1px 1px 3px 2px #83762d;
  box-shadow:         1px 1px 3px 2px #83762d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83762d


Comments

No comments written yet.

Please login to write comment.