Color Hex Logo

#326250 Color Hex

#326250
(50,98,80)
0 Favorites   0 Comments

Color spaces of #326250

RGB 509880
HSL0.440.320.29
HSV158°49°38°
CMYK 0.490.000.18   0.62
XYZ7.13109.99279.1423
Yxy9.99270.27150.3804
Hunter Lab31.6112-15.05284.9806
CIE-Lab37.8293-21.14045.2312

#326250 color RGB value is (50,98,80).

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

The process color (four color CMYK) of #326250 color hex is 0.49, 0.00, 0.18, 0.62. Web safe color of #326250 is #336666. Color #326250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100010 01010000
Octal 62 142 120
Decimal 50 98 80
Hex 32 62 50

RGB Percentages of Color #326250

%21.93
%42.98
%35.09

CMYK Percentages of Color #326250

%49
%0
%18
%62

Triadic Colors of #326250

#326250 #503262 #625032

Analogous Colors of #326250

#326250 #325c62 #326238

Monochromatic Colors of #326250

#326250

Complementary Color

#326250 #623244

#326250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326250 Color CSS Codes

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

#326250 Text Font Color

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

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


#326250 Background Color

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

This div background color is #326250


#326250 Border Color

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

This div border color is #326250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326250


Comments

No comments written yet.

Please login to write comment.