Color Hex Logo

#328163 Color Hex

#328163
(50,129,99)
0 Favorites   0 Comments

Color spaces of #328163

RGB 5012999
HSL0.440.440.35
HSV157°61°51°
CMYK 0.610.000.23   0.49
XYZ11.417817.279514.5379
Yxy17.27950.26410.3997
Hunter Lab41.5686-23.71598.3624
CIE-Lab48.6103-31.78389.1752

#328163 color RGB value is (50,129,99).

#328163 hex color red value is 50, green value is 129 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #328163 hue: 0.44 , saturation: 0.44 and the lightness value of 328163 is 0.35.

The process color (four color CMYK) of #328163 color hex is 0.61, 0.00, 0.23, 0.49. Web safe color of #328163 is #339966. Color #328163 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000001 01100011
Octal 62 201 143
Decimal 50 129 99
Hex 32 81 63

RGB Percentages of Color #328163

%17.99
%46.40
%35.61

CMYK Percentages of Color #328163

%61
%0
%23
%49

Triadic Colors of #328163

#328163 #633281 #816332

Analogous Colors of #328163

#328163 #327881 #32813c

Monochromatic Colors of #328163

#328163

Complementary Color

#328163 #813250

#328163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328163 Color CSS Codes

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

#328163 Text Font Color

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

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


#328163 Background Color

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

This div background color is #328163


#328163 Border Color

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

This div border color is #328163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328163


Comments

No comments written yet.

Please login to write comment.