Color Hex Logo

#132725 Color Hex

#132725
(19,39,37)
0 Favorites   0 Comments

Color spaces of #132725

RGB 193937
HSL0.480.340.11
HSV174°51°15°
CMYK 0.510.000.05   0.85
XYZ1.32801.72312.0129
Yxy1.72310.26220.3403
Hunter Lab13.1267-4.91320.0969
CIE-Lab13.9614-8.7170-1.2256

#132725 color RGB value is (19,39,37).

#132725 hex color red value is 19, green value is 39 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #132725 hue: 0.48 , saturation: 0.34 and the lightness value of 132725 is 0.11.

The process color (four color CMYK) of #132725 color hex is 0.51, 0.00, 0.05, 0.85. Web safe color of #132725 is #003333. Color #132725 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 00100101
Octal 23 47 45
Decimal 19 39 37
Hex 13 27 25

RGB Percentages of Color #132725

%20.00
%41.05
%38.95

CMYK Percentages of Color #132725

%51
%0
%5
%85

Triadic Colors of #132725

#132725 #251327 #272513

Analogous Colors of #132725

#132725 #131f27 #13271b

Monochromatic Colors of #132725

#132725

Complementary Color

#132725 #271315

#132725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132725 Color CSS Codes

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

#132725 Text Font Color

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

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


#132725 Background Color

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

This div background color is #132725


#132725 Border Color

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

This div border color is #132725


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,39,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132725; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132725;
  -webkit-box-shadow: 1px 1px 3px 2px #132725;
  box-shadow:         1px 1px 3px 2px #132725; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132725


Comments

No comments written yet.

Please login to write comment.