Color Hex Logo

#326046 Color Hex

#326046
(50,96,70)
0 Favorites   0 Comments

Color spaces of #326046

RGB 509670
HSL0.410.320.29
HSV146°48°38°
CMYK 0.480.000.27   0.62
XYZ6.60389.48607.2773
Yxy9.48600.28260.4060
Hunter Lab30.7994-15.62607.5504
CIE-Lab36.9037-22.480910.0486

#326046 color RGB value is (50,96,70).

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

The process color (four color CMYK) of #326046 color hex is 0.48, 0.00, 0.27, 0.62. Web safe color of #326046 is #336633. Color #326046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 01000110
Octal 62 140 106
Decimal 50 96 70
Hex 32 60 46

RGB Percentages of Color #326046

%23.15
%44.44
%32.41

CMYK Percentages of Color #326046

%48
%0
%27
%62

Triadic Colors of #326046

#326046 #463260 #604632

Analogous Colors of #326046

#326046 #32605d #356032

Monochromatic Colors of #326046

#326046

Complementary Color

#326046 #60324c

#326046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326046 Color CSS Codes

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

#326046 Text Font Color

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

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


#326046 Background Color

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

This div background color is #326046


#326046 Border Color

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

This div border color is #326046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326046


Comments

No comments written yet.

Please login to write comment.