Color Hex Logo

#133427 Color Hex

#133427
(19,52,39)
0 Favorites   0 Comments

Color spaces of #133427

RGB 195239
HSL0.430.460.14
HSV156°63°20°
CMYK 0.630.000.25   0.80
XYZ1.86282.74092.3503
Yxy2.74090.26790.3941
Hunter Lab16.5557-8.88813.1719
CIE-Lab18.9748-15.94664.6148

#133427 color RGB value is (19,52,39).

#133427 hex color red value is 19, green value is 52 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #133427 hue: 0.43 , saturation: 0.46 and the lightness value of 133427 is 0.14.

The process color (four color CMYK) of #133427 color hex is 0.63, 0.00, 0.25, 0.80. Web safe color of #133427 is #003333. Color #133427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110100 00100111
Octal 23 64 47
Decimal 19 52 39
Hex 13 34 27

RGB Percentages of Color #133427

%17.27
%47.27
%35.45

CMYK Percentages of Color #133427

%63
%0
%25
%80

Triadic Colors of #133427

#133427 #271334 #342713

Analogous Colors of #133427

#133427 #133134 #133417

Monochromatic Colors of #133427

#133427

Complementary Color

#133427 #341320

#133427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133427 Color CSS Codes

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

#133427 Text Font Color

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

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


#133427 Background Color

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

This div background color is #133427


#133427 Border Color

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

This div border color is #133427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133427


Comments

No comments written yet.

Please login to write comment.