Color Hex Logo

#326052 Color Hex

#326052
(50,96,82)
0 Favorites   0 Comments

Color spaces of #326052

RGB 509682
HSL0.450.320.29
HSV162°48°38°
CMYK 0.480.000.15   0.62
XYZ7.02139.65309.4758
Yxy9.65300.26850.3691
Hunter Lab31.0693-14.03233.6657
CIE-Lab37.2123-19.56783.1151

#326052 color RGB value is (50,96,82).

#326052 hex color red value is 50, green value is 96 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #326052 hue: 0.45 , saturation: 0.32 and the lightness value of 326052 is 0.29.

The process color (four color CMYK) of #326052 color hex is 0.48, 0.00, 0.15, 0.62. Web safe color of #326052 is #336666. Color #326052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 01010010
Octal 62 140 122
Decimal 50 96 82
Hex 32 60 52

RGB Percentages of Color #326052

%21.93
%42.11
%35.96

CMYK Percentages of Color #326052

%48
%0
%15
%62

Triadic Colors of #326052

#326052 #523260 #605232

Analogous Colors of #326052

#326052 #325760 #32603b

Monochromatic Colors of #326052

#326052

Complementary Color

#326052 #603240

#326052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326052 Color CSS Codes

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

#326052 Text Font Color

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

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


#326052 Background Color

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

This div background color is #326052


#326052 Border Color

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

This div border color is #326052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,96,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326052;
  -webkit-box-shadow: 1px 1px 3px 2px #326052;
  box-shadow:         1px 1px 3px 2px #326052; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326052


Comments

No comments written yet.

Please login to write comment.