Color Hex Logo

#133712 Color Hex

#133712
(19,55,18)
0 Favorites   0 Comments

Color spaces of #133712

RGB 195518
HSL0.330.510.14
HSV118°67°22°
CMYK 0.650.000.67   0.78
XYZ1.74392.91451.0429
Yxy2.91450.30590.5112
Hunter Lab17.0719-11.64208.3284
CIE-Lab19.6982-21.995919.0745

#133712 color RGB value is (19,55,18).

#133712 hex color red value is 19, green value is 55 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #133712 hue: 0.33 , saturation: 0.51 and the lightness value of 133712 is 0.14.

The process color (four color CMYK) of #133712 color hex is 0.65, 0.00, 0.67, 0.78. Web safe color of #133712 is #003300. Color #133712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 00010010
Octal 23 67 22
Decimal 19 55 18
Hex 13 37 12

RGB Percentages of Color #133712

%20.65
%59.78
%19.57

CMYK Percentages of Color #133712

%65
%0
%67
%78

Triadic Colors of #133712

#133712 #121337 #371213

Analogous Colors of #133712

#133712 #123724 #263712

Monochromatic Colors of #133712

#133712

Complementary Color

#133712 #361237

#133712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133712 Color CSS Codes

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

#133712 Text Font Color

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

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


#133712 Background Color

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

This div background color is #133712


#133712 Border Color

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

This div border color is #133712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133712


Comments

No comments written yet.

Please login to write comment.