Color Hex Logo

#82453c Color Hex

#82453C
(130,69,60)
0 Favorites   0 Comments

Color spaces of #82453c

RGB 1306960
HSL0.020.370.37
HSV54°51°
CMYK 0.000.470.54   0.49
XYZ12.14979.32835.4352
Yxy9.32830.45140.3466
Hunter Lab30.542317.558310.8285
CIE-Lab36.608925.109217.0647

#82453c color RGB value is (130,69,60).

#82453c hex color red value is 130, green value is 69 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #82453c hue: 0.02 , saturation: 0.37 and the lightness value of 82453c is 0.37.

The process color (four color CMYK) of #82453c color hex is 0.00, 0.47, 0.54, 0.49. Web safe color of #82453c is #993333. Color #82453c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 00111100
Octal 202 105 74
Decimal 130 69 60
Hex 82 45 3C

RGB Percentages of Color #82453c

%50.19
%26.64
%23.17

CMYK Percentages of Color #82453c

%0
%47
%54
%49

Triadic Colors of #82453c

#82453c #3c8245 #453c82

Analogous Colors of #82453c

#82453c #82683c #823c56

Monochromatic Colors of #82453c

#82453c

Complementary Color

#82453c #3c7982

#82453c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82453c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82453c Color CSS Codes

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

#82453c Text Font Color

<p style="color:#82453c">Text here</p>

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


#82453c Background Color

<div style="background-color:#82453c">
Div content here</div>

This div background color is #82453c


#82453c Border Color

<div style="border:3px solid #82453c">
Div here</div>

This div border color is #82453c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,69,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82453c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82453c;
  -webkit-box-shadow: 1px 1px 3px 2px #82453c;
  box-shadow:         1px 1px 3px 2px #82453c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82453c


Comments

No comments written yet.

Please login to write comment.