Color Hex Logo

#326315 Color Hex

#326315
(50,99,21)
0 Favorites   0 Comments

Color spaces of #326315

RGB 509921
HSL0.270.650.24
HSV98°79°39°
CMYK 0.490.000.79   0.61
XYZ5.91269.65592.2616
Yxy9.65590.33160.5416
Hunter Lab31.0739-20.415317.4366
CIE-Lab37.2176-31.271736.7774

#326315 color RGB value is (50,99,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 00010101
Octal 62 143 25
Decimal 50 99 21
Hex 32 63 15

RGB Percentages of Color #326315

%29.41
%58.24
%12.35

CMYK Percentages of Color #326315

%49
%0
%79
%61

Triadic Colors of #326315

#326315 #153263 #631532

Analogous Colors of #326315

#326315 #15631f #596315

Monochromatic Colors of #326315

#326315

Complementary Color

#326315 #461563

#326315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326315 Color CSS Codes

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

#326315 Text Font Color

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

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


#326315 Background Color

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

This div background color is #326315


#326315 Border Color

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

This div border color is #326315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326315


Comments

No comments written yet.

Please login to write comment.