Color Hex Logo

#32584d Color Hex

#32584D
(50,88,77)
0 Favorites   0 Comments

Color spaces of #32584d

RGB 508877
HSL0.450.280.27
HSV163°43°35°
CMYK 0.430.000.13   0.65
XYZ6.14478.19348.2788
Yxy8.19340.27170.3623
Hunter Lab28.6241-11.77392.8888
CIE-Lab34.3825-16.49192.1372

#32584d color RGB value is (50,88,77).

#32584d hex color red value is 50, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #32584d hue: 0.45 , saturation: 0.28 and the lightness value of 32584d is 0.27.

The process color (four color CMYK) of #32584d color hex is 0.43, 0.00, 0.13, 0.65. Web safe color of #32584d is #336666. Color #32584d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 01001101
Octal 62 130 115
Decimal 50 88 77
Hex 32 58 4D

RGB Percentages of Color #32584d

%23.26
%40.93
%35.81

CMYK Percentages of Color #32584d

%43
%0
%13
%65

Triadic Colors of #32584d

#32584d #4d3258 #584d32

Analogous Colors of #32584d

#32584d #325058 #32583a

Monochromatic Colors of #32584d

#32584d

Complementary Color

#32584d #58323d

#32584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32584d Color CSS Codes

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

#32584d Text Font Color

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

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


#32584d Background Color

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

This div background color is #32584d


#32584d Border Color

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

This div border color is #32584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32584d;
  -webkit-box-shadow: 1px 1px 3px 2px #32584d;
  box-shadow:         1px 1px 3px 2px #32584d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,88,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32584d


Comments

No comments written yet.

Please login to write comment.