Color Hex Logo

#132f3e Color Hex

#132F3E
(19,47,62)
0 Favorites   0 Comments

Color spaces of #132f3e

RGB 194762
HSL0.560.530.16
HSV201°69°24°
CMYK 0.690.240.00   0.76
XYZ2.15462.51934.9301
Yxy2.51930.22430.2623
Hunter Lab15.8723-3.5459-7.3055
CIE-Lab18.0057-5.0687-12.6541

#132f3e color RGB value is (19,47,62).

#132f3e hex color red value is 19, green value is 47 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #132f3e hue: 0.56 , saturation: 0.53 and the lightness value of 132f3e is 0.16.

The process color (four color CMYK) of #132f3e color hex is 0.69, 0.24, 0.00, 0.76. Web safe color of #132f3e is #003333. Color #132f3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101111 00111110
Octal 23 57 76
Decimal 19 47 62
Hex 13 2F 3E

RGB Percentages of Color #132f3e

%14.84
%36.72
%48.44

CMYK Percentages of Color #132f3e

%69
%24
%0
%76

Triadic Colors of #132f3e

#132f3e #3e132f #2f3e13

Analogous Colors of #132f3e

#132f3e #131a3e #133e38

Monochromatic Colors of #132f3e

#132f3e

Complementary Color

#132f3e #3e2213

#132f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#132f3e Color CSS Codes

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

#132f3e Text Font Color

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

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


#132f3e Background Color

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

This div background color is #132f3e


#132f3e Border Color

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

This div border color is #132f3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,47,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132f3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132f3e;
  -webkit-box-shadow: 1px 1px 3px 2px #132f3e;
  box-shadow:         1px 1px 3px 2px #132f3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,47,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132f3e


Comments

No comments written yet.

Please login to write comment.