Color Hex Logo

#132e0d Color Hex

#132E0D
(19,46,13)
0 Favorites   0 Comments

Color spaces of #132e0d

RGB 194613
HSL0.300.560.12
HSV109°72°18°
CMYK 0.590.000.72   0.82
XYZ1.31822.12150.7208
Yxy2.12150.31680.5099
Hunter Lab14.5654-9.33477.2617
CIE-Lab16.1124-18.285517.4700

#132e0d color RGB value is (19,46,13).

#132e0d hex color red value is 19, green value is 46 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #132e0d hue: 0.30 , saturation: 0.56 and the lightness value of 132e0d is 0.12.

The process color (four color CMYK) of #132e0d color hex is 0.59, 0.00, 0.72, 0.82. Web safe color of #132e0d is #003300. Color #132e0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101110 00001101
Octal 23 56 15
Decimal 19 46 13
Hex 13 2E D

RGB Percentages of Color #132e0d

%24.36
%58.97
%16.67

CMYK Percentages of Color #132e0d

%59
%0
%72
%82

Triadic Colors of #132e0d

#132e0d #0d132e #2e0d13

Analogous Colors of #132e0d

#132e0d #0d2e18 #242e0d

Monochromatic Colors of #132e0d

#132e0d

Complementary Color

#132e0d #280d2e

#132e0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132e0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#132e0d Color CSS Codes

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

#132e0d Text Font Color

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

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


#132e0d Background Color

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

This div background color is #132e0d


#132e0d Border Color

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

This div border color is #132e0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132e0d


Comments

No comments written yet.

Please login to write comment.