Color Hex Logo

#133105 Color Hex

#133105
(19,49,5)
0 Favorites   0 Comments

Color spaces of #133105

RGB 19495
HSL0.280.810.11
HSV101°90°19°
CMYK 0.610.000.90   0.81
XYZ1.39432.34600.5229
Yxy2.34600.32710.5503
Hunter Lab15.3167-10.55508.6975
CIE-Lab17.2073-20.736622.1886

#133105 color RGB value is (19,49,5).

#133105 hex color red value is 19, green value is 49 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #133105 hue: 0.28 , saturation: 0.81 and the lightness value of 133105 is 0.11.

The process color (four color CMYK) of #133105 color hex is 0.61, 0.00, 0.90, 0.81. Web safe color of #133105 is #003300. Color #133105 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 00000101
Octal 23 61 5
Decimal 19 49 5
Hex 13 31 5

RGB Percentages of Color #133105

%26.03
%67.12
%6.85

CMYK Percentages of Color #133105

%61
%0
%90
%81

Triadic Colors of #133105

#133105 #051331 #310513

Analogous Colors of #133105

#133105 #05310d #293105

Monochromatic Colors of #133105

#133105

Complementary Color

#133105 #230531

#133105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133105 Color CSS Codes

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

#133105 Text Font Color

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

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


#133105 Background Color

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

This div background color is #133105


#133105 Border Color

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

This div border color is #133105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133105


Comments

No comments written yet.

Please login to write comment.