Color Hex Logo

#52886d Color Hex

#52886D
(82,136,109)
0 Favorites   0 Comments

Color spaces of #52886d

RGB 82136109
HSL0.420.250.43
HSV150°40°53°
CMYK 0.400.000.20   0.47
XYZ15.044220.506317.6332
Yxy20.50630.28290.3856
Hunter Lab45.2839-19.94568.6116
CIE-Lab52.4049-24.38218.9243

#52886d color RGB value is (82,136,109).

#52886d hex color red value is 82, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #52886d hue: 0.42 , saturation: 0.25 and the lightness value of 52886d is 0.43.

The process color (four color CMYK) of #52886d color hex is 0.40, 0.00, 0.20, 0.47. Web safe color of #52886d is #669966. Color #52886d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 01101101
Octal 122 210 155
Decimal 82 136 109
Hex 52 88 6D

RGB Percentages of Color #52886d

%25.08
%41.59
%33.33

CMYK Percentages of Color #52886d

%40
%0
%20
%47

Triadic Colors of #52886d

#52886d #6d5288 #886d52

Analogous Colors of #52886d

#52886d #528888 #528852

Monochromatic Colors of #52886d

#52886d

Complementary Color

#52886d #88526d

#52886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52886d Color CSS Codes

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

#52886d Text Font Color

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

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


#52886d Background Color

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

This div background color is #52886d


#52886d Border Color

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

This div border color is #52886d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,136,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52886d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52886d;
  -webkit-box-shadow: 1px 1px 3px 2px #52886d;
  box-shadow:         1px 1px 3px 2px #52886d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52886d


Comments

No comments written yet.

Please login to write comment.