Color Hex Logo

#52831b Color Hex

#52831B
(82,131,27)
0 Favorites   0 Comments

Color spaces of #52831b

RGB 8213127
HSL0.250.660.31
HSV88°79°51°
CMYK 0.370.000.79   0.49
XYZ11.793818.10563.9100
Yxy18.10560.34880.5355
Hunter Lab42.5507-24.988724.3373
CIE-Lab49.6239-33.474147.1612

#52831b color RGB value is (82,131,27).

#52831b hex color red value is 82, green value is 131 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #52831b hue: 0.25 , saturation: 0.66 and the lightness value of 52831b is 0.31.

The process color (four color CMYK) of #52831b color hex is 0.37, 0.00, 0.79, 0.49. Web safe color of #52831b is #669933. Color #52831b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000011 00011011
Octal 122 203 33
Decimal 82 131 27
Hex 52 83 1B

RGB Percentages of Color #52831b

%34.17
%54.58
%11.25

CMYK Percentages of Color #52831b

%37
%0
%79
%49

Triadic Colors of #52831b

#52831b #1b5283 #831b52

Analogous Colors of #52831b

#52831b #1e831b #83801b

Monochromatic Colors of #52831b

#52831b

Complementary Color

#52831b #4c1b83

#52831b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52831b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52831b Color CSS Codes

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

#52831b Text Font Color

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

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


#52831b Background Color

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

This div background color is #52831b


#52831b Border Color

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

This div border color is #52831b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,131,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52831b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52831b;
  -webkit-box-shadow: 1px 1px 3px 2px #52831b;
  box-shadow:         1px 1px 3px 2px #52831b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,131,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52831b


Comments

No comments written yet.

Please login to write comment.