Color Hex Logo

#57821d Color Hex

#57821D
(87,130,29)
0 Favorites   0 Comments

Color spaces of #57821d

RGB 8713029
HSL0.240.640.31
HSV86°78°51°
CMYK 0.330.000.78   0.49
XYZ12.134918.08024.0127
Yxy18.08020.35450.5282
Hunter Lab42.5208-23.469824.1694
CIE-Lab49.5932-30.960346.5355

#57821d color RGB value is (87,130,29).

#57821d hex color red value is 87, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #57821d hue: 0.24 , saturation: 0.64 and the lightness value of 57821d is 0.31.

The process color (four color CMYK) of #57821d color hex is 0.33, 0.00, 0.78, 0.49. Web safe color of #57821d is #669933. Color #57821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000010 00011101
Octal 127 202 35
Decimal 87 130 29
Hex 57 82 1D

RGB Percentages of Color #57821d

%35.37
%52.85
%11.79

CMYK Percentages of Color #57821d

%33
%0
%78
%49

Triadic Colors of #57821d

#57821d #1d5782 #821d57

Analogous Colors of #57821d

#57821d #25821d #827b1d

Monochromatic Colors of #57821d

#57821d

Complementary Color

#57821d #481d82

#57821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57821d Color CSS Codes

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

#57821d Text Font Color

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

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


#57821d Background Color

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

This div background color is #57821d


#57821d Border Color

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

This div border color is #57821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57821d


Comments

No comments written yet.

Please login to write comment.