Color Hex Logo

#326513 Color Hex

#326513
(50,101,19)
0 Favorites   0 Comments

Color spaces of #326513

RGB 5010119
HSL0.270.680.24
HSV97°81°40°
CMYK 0.500.000.81   0.60
XYZ6.086610.03252.2318
Yxy10.03250.33170.5467
Hunter Lab31.6741-21.128617.9942
CIE-Lab37.9007-32.291238.1977

#326513 color RGB value is (50,101,19).

#326513 hex color red value is 50, green value is 101 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #326513 hue: 0.27 , saturation: 0.68 and the lightness value of 326513 is 0.24.

The process color (four color CMYK) of #326513 color hex is 0.50, 0.00, 0.81, 0.60. Web safe color of #326513 is #336600. Color #326513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100101 00010011
Octal 62 145 23
Decimal 50 101 19
Hex 32 65 13

RGB Percentages of Color #326513

%29.41
%59.41
%11.18

CMYK Percentages of Color #326513

%50
%0
%81
%60

Triadic Colors of #326513

#326513 #133265 #651332

Analogous Colors of #326513

#326513 #13651d #5b6513

Monochromatic Colors of #326513

#326513

Complementary Color

#326513 #461365

#326513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326513 Color CSS Codes

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

#326513 Text Font Color

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

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


#326513 Background Color

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

This div background color is #326513


#326513 Border Color

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

This div border color is #326513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326513


Comments

No comments written yet.

Please login to write comment.