Color Hex Logo

#82733f Color Hex

#82733F
(130,115,63)
0 Favorites   0 Comments

Color spaces of #82733f

RGB 13011563
HSL0.130.350.38
HSV47°52°51°
CMYK 0.000.120.52   0.49
XYZ16.233917.36627.1990
Yxy17.36620.39790.4257
Hunter Lab41.6728-3.391518.9286
CIE-Lab48.7182-1.541730.7106

#82733f color RGB value is (130,115,63).

#82733f hex color red value is 130, green value is 115 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #82733f hue: 0.13 , saturation: 0.35 and the lightness value of 82733f is 0.38.

The process color (four color CMYK) of #82733f color hex is 0.00, 0.12, 0.52, 0.49. Web safe color of #82733f is #996633. Color #82733f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110011 00111111
Octal 202 163 77
Decimal 130 115 63
Hex 82 73 3F

RGB Percentages of Color #82733f

%42.21
%37.34
%20.45

CMYK Percentages of Color #82733f

%0
%12
%52
%49

Triadic Colors of #82733f

#82733f #3f8273 #733f82

Analogous Colors of #82733f

#82733f #70823f #82523f

Monochromatic Colors of #82733f

#82733f

Complementary Color

#82733f #3f4e82

#82733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82733f Color CSS Codes

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

#82733f Text Font Color

<p style="color:#82733f">Text here</p>

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


#82733f Background Color

<div style="background-color:#82733f">
Div content here</div>

This div background color is #82733f


#82733f Border Color

<div style="border:3px solid #82733f">
Div here</div>

This div border color is #82733f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,115,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82733f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82733f;
  -webkit-box-shadow: 1px 1px 3px 2px #82733f;
  box-shadow:         1px 1px 3px 2px #82733f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,115,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82733f


Comments

No comments written yet.

Please login to write comment.