Color Hex Logo

#82340f Color Hex

#82340F
(130,52,15)
0 Favorites   0 Comments

Color spaces of #82340f

RGB 1305215
HSL0.050.790.28
HSV19°88°51°
CMYK 0.000.600.88   0.49
XYZ10.52017.23631.2942
Yxy7.23630.55220.3798
Hunter Lab26.900422.731515.9778
CIE-Lab32.338931.708537.6996

#82340f color RGB value is (130,52,15).

#82340f hex color red value is 130, green value is 52 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #82340f hue: 0.05 , saturation: 0.79 and the lightness value of 82340f is 0.28.

The process color (four color CMYK) of #82340f color hex is 0.00, 0.60, 0.88, 0.49. Web safe color of #82340f is #993300. Color #82340f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 00001111
Octal 202 64 17
Decimal 130 52 15
Hex 82 34 F

RGB Percentages of Color #82340f

%65.99
%26.40
%7.61

CMYK Percentages of Color #82340f

%0
%60
%88
%49

Triadic Colors of #82340f

#82340f #0f8234 #340f82

Analogous Colors of #82340f

#82340f #826e0f #820f23

Monochromatic Colors of #82340f

#82340f

Complementary Color

#82340f #0f5d82

#82340f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82340f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82340f Color CSS Codes

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

#82340f Text Font Color

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

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


#82340f Background Color

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

This div background color is #82340f


#82340f Border Color

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

This div border color is #82340f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82340f


Comments

No comments written yet.

Please login to write comment.