Color Hex Logo

#327448 Color Hex

#327448
(50,116,72)
0 Favorites   0 Comments

Color spaces of #327448

RGB 5011672
HSL0.390.400.33
HSV140°57°45°
CMYK 0.570.000.38   0.55
XYZ8.730513.63688.3029
Yxy13.63680.28470.4446
Hunter Lab36.9280-22.423212.5189
CIE-Lab43.7075-31.761018.1327

#327448 color RGB value is (50,116,72).

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

The process color (four color CMYK) of #327448 color hex is 0.57, 0.00, 0.38, 0.55. Web safe color of #327448 is #336633. Color #327448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110100 01001000
Octal 62 164 110
Decimal 50 116 72
Hex 32 74 48

RGB Percentages of Color #327448

%21.01
%48.74
%30.25

CMYK Percentages of Color #327448

%57
%0
%38
%55

Triadic Colors of #327448

#327448 #483274 #744832

Analogous Colors of #327448

#327448 #327469 #3d7432

Monochromatic Colors of #327448

#327448

Complementary Color

#327448 #74325e

#327448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327448 Color CSS Codes

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

#327448 Text Font Color

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

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


#327448 Background Color

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

This div background color is #327448


#327448 Border Color

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

This div border color is #327448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327448


Comments

No comments written yet.

Please login to write comment.