Color Hex Logo

#133307 Color Hex

#133307
(19,51,7)
0 Favorites   0 Comments

Color spaces of #133307

RGB 19517
HSL0.290.760.11
HSV104°86°20°
CMYK 0.630.000.86   0.80
XYZ1.49072.52140.6091
Yxy2.52140.32260.5456
Hunter Lab15.8789-11.03078.8409
CIE-Lab18.0151-21.460222.3483

#133307 color RGB value is (19,51,7).

#133307 hex color red value is 19, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #133307 hue: 0.29 , saturation: 0.76 and the lightness value of 133307 is 0.11.

The process color (four color CMYK) of #133307 color hex is 0.63, 0.00, 0.86, 0.80. Web safe color of #133307 is #003300. Color #133307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 00000111
Octal 23 63 7
Decimal 19 51 7
Hex 13 33 7

RGB Percentages of Color #133307

%24.68
%66.23
%9.09

CMYK Percentages of Color #133307

%63
%0
%86
%80

Triadic Colors of #133307

#133307 #071333 #330713

Analogous Colors of #133307

#133307 #073311 #293307

Monochromatic Colors of #133307

#133307

Complementary Color

#133307 #270733

#133307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133307 Color CSS Codes

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

#133307 Text Font Color

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

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


#133307 Background Color

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

This div background color is #133307


#133307 Border Color

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

This div border color is #133307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133307


Comments

No comments written yet.

Please login to write comment.