Color Hex Logo

#824037 Color Hex

#824037
(130,64,55)
0 Favorites   0 Comments

Color spaces of #824037

RGB 1306455
HSL0.020.410.36
HSV58°51°
CMYK 0.000.510.58   0.49
XYZ11.72898.68854.6733
Yxy8.68850.46750.3463
Hunter Lab29.476319.443511.2333
CIE-Lab35.377527.474718.5572

#824037 color RGB value is (130,64,55).

#824037 hex color red value is 130, green value is 64 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #824037 hue: 0.02 , saturation: 0.41 and the lightness value of 824037 is 0.36.

The process color (four color CMYK) of #824037 color hex is 0.00, 0.51, 0.58, 0.49. Web safe color of #824037 is #993333. Color #824037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000000 00110111
Octal 202 100 67
Decimal 130 64 55
Hex 82 40 37

RGB Percentages of Color #824037

%52.21
%25.70
%22.09

CMYK Percentages of Color #824037

%0
%51
%58
%49

Triadic Colors of #824037

#824037 #378240 #403782

Analogous Colors of #824037

#824037 #826637 #823754

Monochromatic Colors of #824037

#824037

Complementary Color

#824037 #377982

#824037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824037 Color CSS Codes

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

#824037 Text Font Color

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

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


#824037 Background Color

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

This div background color is #824037


#824037 Border Color

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

This div border color is #824037


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,64,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824037; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824037;
  -webkit-box-shadow: 1px 1px 3px 2px #824037;
  box-shadow:         1px 1px 3px 2px #824037; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824037


Comments

No comments written yet.

Please login to write comment.