Color Hex Logo

#32676d Color Hex

#32676D
(50,103,109)
0 Favorites   0 Comments

Color spaces of #32676d

RGB 50103109
HSL0.520.370.31
HSV186°54°43°
CMYK 0.540.060.00   0.57
XYZ8.926011.482716.2139
Yxy11.48270.24370.3135
Hunter Lab33.8861-12.2818-4.6489
CIE-Lab40.3819-15.7548-8.7980

#32676d color RGB value is (50,103,109).

#32676d hex color red value is 50, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #32676d hue: 0.52 , saturation: 0.37 and the lightness value of 32676d is 0.31.

The process color (four color CMYK) of #32676d color hex is 0.54, 0.06, 0.00, 0.57. Web safe color of #32676d is #336666. Color #32676d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100111 01101101
Octal 62 147 155
Decimal 50 103 109
Hex 32 67 6D

RGB Percentages of Color #32676d

%19.08
%39.31
%41.60

CMYK Percentages of Color #32676d

%54
%6
%0
%57

Triadic Colors of #32676d

#32676d #6d3267 #676d32

Analogous Colors of #32676d

#32676d #324a6d #326d55

Monochromatic Colors of #32676d

#32676d

Complementary Color

#32676d #6d3832

#32676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32676d Color CSS Codes

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

#32676d Text Font Color

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

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


#32676d Background Color

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

This div background color is #32676d


#32676d Border Color

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

This div border color is #32676d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,103,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 #32676d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32676d


Comments

No comments written yet.

Please login to write comment.