Color Hex Logo

#133207 Color Hex

#133207
(19,50,7)
0 Favorites   0 Comments

Color spaces of #133207

RGB 19507
HSL0.290.750.11
HSV103°86°20°
CMYK 0.620.000.86   0.80
XYZ1.44752.43500.5947
Yxy2.43500.32330.5439
Hunter Lab15.6045-10.74998.6635
CIE-Lab17.6221-20.986921.8766

#133207 color RGB value is (19,50,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110010 00000111
Octal 23 62 7
Decimal 19 50 7
Hex 13 32 7

RGB Percentages of Color #133207

%25.00
%65.79
%9.21

CMYK Percentages of Color #133207

%62
%0
%86
%80

Triadic Colors of #133207

#133207 #071332 #320713

Analogous Colors of #133207

#133207 #073211 #293207

Monochromatic Colors of #133207

#133207

Complementary Color

#133207 #260732

#133207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133207 Color CSS Codes

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

#133207 Text Font Color

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

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


#133207 Background Color

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

This div background color is #133207


#133207 Border Color

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

This div border color is #133207


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,50,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 #133207">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133207


Comments

No comments written yet.

Please login to write comment.