Color Hex Logo

#326301 Color Hex

#326301
(50,99,1)
0 Favorites   0 Comments

Color spaces of #326301

RGB 50991
HSL0.250.980.20
HSV90°99°39°
CMYK 0.490.000.99   0.61
XYZ5.78279.60401.5777
Yxy9.60400.34090.5661
Hunter Lab30.9903-20.925518.6748
CIE-Lab37.1221-32.321642.8312

#326301 color RGB value is (50,99,1).

#326301 hex color red value is 50, green value is 99 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #326301 hue: 0.25 , saturation: 0.98 and the lightness value of 326301 is 0.20.

The process color (four color CMYK) of #326301 color hex is 0.49, 0.00, 0.99, 0.61. Web safe color of #326301 is #336600. Color #326301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 00000001
Octal 62 143 1
Decimal 50 99 1
Hex 32 63 1

RGB Percentages of Color #326301

%33.33
%66.00
%0.67

CMYK Percentages of Color #326301

%49
%0
%99
%61

Triadic Colors of #326301

#326301 #013263 #630132

Analogous Colors of #326301

#326301 #016301 #636301

Monochromatic Colors of #326301

#326301

Complementary Color

#326301 #320163

#326301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326301 Color CSS Codes

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

#326301 Text Font Color

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

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


#326301 Background Color

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

This div background color is #326301


#326301 Border Color

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

This div border color is #326301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326301


Comments

No comments written yet.

Please login to write comment.