Color Hex Logo

#326348 Color Hex

#326348
(50,99,72)
0 Favorites   0 Comments

Color spaces of #326348

RGB 509972
HSL0.410.330.29
HSV147°49°39°
CMYK 0.490.000.27   0.61
XYZ6.946910.06977.7084
Yxy10.06970.28100.4073
Hunter Lab31.7328-16.45547.8105
CIE-Lab37.9672-23.565410.3103

#326348 color RGB value is (50,99,72).

#326348 hex color red value is 50, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #326348 hue: 0.41 , saturation: 0.33 and the lightness value of 326348 is 0.29.

The process color (four color CMYK) of #326348 color hex is 0.49, 0.00, 0.27, 0.61. Web safe color of #326348 is #336633. Color #326348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01001000
Octal 62 143 110
Decimal 50 99 72
Hex 32 63 48

RGB Percentages of Color #326348

%22.62
%44.80
%32.58

CMYK Percentages of Color #326348

%49
%0
%27
%61

Triadic Colors of #326348

#326348 #483263 #634832

Analogous Colors of #326348

#326348 #326361 #356332

Monochromatic Colors of #326348

#326348

Complementary Color

#326348 #63324d

#326348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326348 Color CSS Codes

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

#326348 Text Font Color

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

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


#326348 Background Color

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

This div background color is #326348


#326348 Border Color

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

This div border color is #326348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326348


Comments

No comments written yet.

Please login to write comment.