Color Hex Logo

#328671 Color Hex

#328671
(50,134,113)
0 Favorites   0 Comments

Color spaces of #328671

RGB 50134113
HSL0.460.460.36
HSV165°63°53°
CMYK 0.630.000.16   0.47
XYZ12.821118.920618.5991
Yxy18.92060.25470.3759
Hunter Lab43.4978-23.50785.0968
CIE-Lab50.5942-30.61583.8471

#328671 color RGB value is (50,134,113).

#328671 hex color red value is 50, green value is 134 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #328671 hue: 0.46 , saturation: 0.46 and the lightness value of 328671 is 0.36.

The process color (four color CMYK) of #328671 color hex is 0.63, 0.00, 0.16, 0.47. Web safe color of #328671 is #339966. Color #328671 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000110 01110001
Octal 62 206 161
Decimal 50 134 113
Hex 32 86 71

RGB Percentages of Color #328671

%16.84
%45.12
%38.05

CMYK Percentages of Color #328671

%63
%0
%16
%47

Triadic Colors of #328671

#328671 #713286 #867132

Analogous Colors of #328671

#328671 #327186 #328647

Monochromatic Colors of #328671

#328671

Complementary Color

#328671 #863247

#328671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328671 Color CSS Codes

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

#328671 Text Font Color

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

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


#328671 Background Color

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

This div background color is #328671


#328671 Border Color

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

This div border color is #328671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328671


Comments

No comments written yet.

Please login to write comment.