Color Hex Logo

#327055 Color Hex

#327055
(50,112,85)
0 Favorites   0 Comments

Color spaces of #327055

RGB 5011285
HSL0.430.380.32
HSV154°55°44°
CMYK 0.550.000.24   0.56
XYZ8.749312.922310.6275
Yxy12.92230.27090.4001
Hunter Lab35.9476-19.46317.6349
CIE-Lab42.6459-27.02359.0291

#327055 color RGB value is (50,112,85).

#327055 hex color red value is 50, green value is 112 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #327055 hue: 0.43 , saturation: 0.38 and the lightness value of 327055 is 0.32.

The process color (four color CMYK) of #327055 color hex is 0.55, 0.00, 0.24, 0.56. Web safe color of #327055 is #336666. Color #327055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110000 01010101
Octal 62 160 125
Decimal 50 112 85
Hex 32 70 55

RGB Percentages of Color #327055

%20.24
%45.34
%34.41

CMYK Percentages of Color #327055

%55
%0
%24
%56

Triadic Colors of #327055

#327055 #553270 #705532

Analogous Colors of #327055

#327055 #326c70 #327036

Monochromatic Colors of #327055

#327055

Complementary Color

#327055 #70324d

#327055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327055 Color CSS Codes

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

#327055 Text Font Color

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

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


#327055 Background Color

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

This div background color is #327055


#327055 Border Color

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

This div border color is #327055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327055


Comments

No comments written yet.

Please login to write comment.