Color Hex Logo

#324215 Color Hex

#324215
(50,66,21)
0 Favorites   0 Comments

Color spaces of #324215

RGB 506621
HSL0.230.520.17
HSV81°68°26°
CMYK 0.240.000.68   0.74
XYZ3.39904.62871.4237
Yxy4.62870.35960.4897
Hunter Lab21.5144-9.449511.1366
CIE-Lab25.6496-14.793624.6921

#324215 color RGB value is (50,66,21).

#324215 hex color red value is 50, green value is 66 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #324215 hue: 0.23 , saturation: 0.52 and the lightness value of 324215 is 0.17.

The process color (four color CMYK) of #324215 color hex is 0.24, 0.00, 0.68, 0.74. Web safe color of #324215 is #333300. Color #324215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000010 00010101
Octal 62 102 25
Decimal 50 66 21
Hex 32 42 15

RGB Percentages of Color #324215

%36.50
%48.18
%15.33

CMYK Percentages of Color #324215

%24
%0
%68
%74

Triadic Colors of #324215

#324215 #153242 #421532

Analogous Colors of #324215

#324215 #1c4215 #423c15

Monochromatic Colors of #324215

#324215

Complementary Color

#324215 #251542

#324215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324215 Color CSS Codes

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

#324215 Text Font Color

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

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


#324215 Background Color

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

This div background color is #324215


#324215 Border Color

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

This div border color is #324215


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,66,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 #324215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324215


Comments

No comments written yet.

Please login to write comment.