Color Hex Logo

#82883d Color Hex

#82883D
(130,136,61)
0 Favorites   0 Comments

Color spaces of #82883d

RGB 13013661
HSL0.180.380.39
HSV65°55°53°
CMYK 0.040.000.55   0.47
XYZ18.852422.69117.8011
Yxy22.69110.38210.4598
Hunter Lab47.6352-12.717323.6348
CIE-Lab54.7527-13.374138.9204

#82883d color RGB value is (130,136,61).

#82883d hex color red value is 130, green value is 136 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #82883d hue: 0.18 , saturation: 0.38 and the lightness value of 82883d is 0.39.

The process color (four color CMYK) of #82883d color hex is 0.04, 0.00, 0.55, 0.47. Web safe color of #82883d is #999933. Color #82883d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001000 00111101
Octal 202 210 75
Decimal 130 136 61
Hex 82 88 3D

RGB Percentages of Color #82883d

%39.76
%41.59
%18.65

CMYK Percentages of Color #82883d

%4
%0
%55
%47

Triadic Colors of #82883d

#82883d #3d8288 #883d82

Analogous Colors of #82883d

#82883d #5d883d #88693d

Monochromatic Colors of #82883d

#82883d

Complementary Color

#82883d #433d88

#82883d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82883d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82883d Color CSS Codes

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

#82883d Text Font Color

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

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


#82883d Background Color

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

This div background color is #82883d


#82883d Border Color

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

This div border color is #82883d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,136,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82883d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82883d;
  -webkit-box-shadow: 1px 1px 3px 2px #82883d;
  box-shadow:         1px 1px 3px 2px #82883d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82883d


Comments

No comments written yet.

Please login to write comment.