Color Hex Logo

#328265 Color Hex

#328265
(50,130,101)
0 Favorites   0 Comments

Color spaces of #328265

RGB 50130101
HSL0.440.440.35
HSV158°62°51°
CMYK 0.620.000.22   0.49
XYZ11.647017.583015.0919
Yxy17.58300.26280.3967
Hunter Lab41.9321-23.80128.0132
CIE-Lab48.9864-31.76508.5413

#328265 color RGB value is (50,130,101).

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

The process color (four color CMYK) of #328265 color hex is 0.62, 0.00, 0.22, 0.49. Web safe color of #328265 is #339966. Color #328265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000010 01100101
Octal 62 202 145
Decimal 50 130 101
Hex 32 82 65

RGB Percentages of Color #328265

%17.79
%46.26
%35.94

CMYK Percentages of Color #328265

%62
%0
%22
%49

Triadic Colors of #328265

#328265 #653282 #826532

Analogous Colors of #328265

#328265 #327782 #32823d

Monochromatic Colors of #328265

#328265

Complementary Color

#328265 #82324f

#328265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328265 Color CSS Codes

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

#328265 Text Font Color

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

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


#328265 Background Color

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

This div background color is #328265


#328265 Border Color

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

This div border color is #328265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328265


Comments

No comments written yet.

Please login to write comment.