Color Hex Logo

#324318 Color Hex

#324318
(50,67,24)
0 Favorites   0 Comments

Color spaces of #324318

RGB 506724
HSL0.230.470.18
HSV84°64°26°
CMYK 0.250.000.64   0.74
XYZ3.48744.75841.5988
Yxy4.75840.35420.4834
Hunter Lab21.8138-9.637010.9241
CIE-Lab26.0351-15.039123.4992

#324318 color RGB value is (50,67,24).

#324318 hex color red value is 50, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #324318 hue: 0.23 , saturation: 0.47 and the lightness value of 324318 is 0.18.

The process color (four color CMYK) of #324318 color hex is 0.25, 0.00, 0.64, 0.74. Web safe color of #324318 is #333300. Color #324318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000011 00011000
Octal 62 103 30
Decimal 50 67 24
Hex 32 43 18

RGB Percentages of Color #324318

%35.46
%47.52
%17.02

CMYK Percentages of Color #324318

%25
%0
%64
%74

Triadic Colors of #324318

#324318 #183243 #431832

Analogous Colors of #324318

#324318 #1d4318 #433f18

Monochromatic Colors of #324318

#324318

Complementary Color

#324318 #291843

#324318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324318 Color CSS Codes

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

#324318 Text Font Color

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

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


#324318 Background Color

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

This div background color is #324318


#324318 Border Color

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

This div border color is #324318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324318


Comments

No comments written yet.

Please login to write comment.