Color Hex Logo

#325f6b Color Hex

#325F6B
(50,95,107)
0 Favorites   0 Comments

Color spaces of #325f6b

RGB 5095107
HSL0.540.360.31
HSV193°53°42°
CMYK 0.530.110.00   0.58
XYZ8.06149.924115.4006
Yxy9.92410.24150.2973
Hunter Lab31.5025-9.4519-6.9332
CIE-Lab37.7059-11.8090-11.6088

#325f6b color RGB value is (50,95,107).

#325f6b hex color red value is 50, green value is 95 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #325f6b hue: 0.54 , saturation: 0.36 and the lightness value of 325f6b is 0.31.

The process color (four color CMYK) of #325f6b color hex is 0.53, 0.11, 0.00, 0.58. Web safe color of #325f6b is #336666. Color #325f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 01101011
Octal 62 137 153
Decimal 50 95 107
Hex 32 5F 6B

RGB Percentages of Color #325f6b

%19.84
%37.70
%42.46

CMYK Percentages of Color #325f6b

%53
%11
%0
%58

Triadic Colors of #325f6b

#325f6b #6b325f #5f6b32

Analogous Colors of #325f6b

#325f6b #32436b #326b5b

Monochromatic Colors of #325f6b

#325f6b

Complementary Color

#325f6b #6b3e32

#325f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#325f6b Color CSS Codes

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

#325f6b Text Font Color

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

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


#325f6b Background Color

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

This div background color is #325f6b


#325f6b Border Color

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

This div border color is #325f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,95,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #325f6b;
  box-shadow:         1px 1px 3px 2px #325f6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325f6b


Comments

No comments written yet.

Please login to write comment.