Color Hex Logo

#132423 Color Hex

#132423
(19,36,35)
0 Favorites   0 Comments

Color spaces of #132423

RGB 193635
HSL0.490.310.11
HSV176°47°14°
CMYK 0.470.000.03   0.86
XYZ1.20281.52151.8204
Yxy1.52150.26470.3348
Hunter Lab12.3349-4.1802-0.1156
CIE-Lab12.7441-7.3802-1.5818

#132423 color RGB value is (19,36,35).

#132423 hex color red value is 19, green value is 36 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #132423 hue: 0.49 , saturation: 0.31 and the lightness value of 132423 is 0.11.

The process color (four color CMYK) of #132423 color hex is 0.47, 0.00, 0.03, 0.86. Web safe color of #132423 is #003333. Color #132423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100100 00100011
Octal 23 44 43
Decimal 19 36 35
Hex 13 24 23

RGB Percentages of Color #132423

%21.11
%40.00
%38.89

CMYK Percentages of Color #132423

%47
%0
%3
%86

Triadic Colors of #132423

#132423 #231324 #242313

Analogous Colors of #132423

#132423 #131d24 #13241b

Monochromatic Colors of #132423

#132423

Complementary Color

#132423 #241314

#132423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132423 Color CSS Codes

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

#132423 Text Font Color

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

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


#132423 Background Color

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

This div background color is #132423


#132423 Border Color

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

This div border color is #132423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132423


Comments

No comments written yet.

Please login to write comment.