Color Hex Logo

#133616 Color Hex

#133616
(19,54,22)
0 Favorites   0 Comments

Color spaces of #133616

RGB 195422
HSL0.350.480.14
HSV125°65°21°
CMYK 0.650.000.59   0.79
XYZ1.73252.83471.2149
Yxy2.83470.29960.4903
Hunter Lab16.8366-11.09627.5073
CIE-Lab19.3693-20.866516.2903

#133616 color RGB value is (19,54,22).

#133616 hex color red value is 19, green value is 54 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #133616 hue: 0.35 , saturation: 0.48 and the lightness value of 133616 is 0.14.

The process color (four color CMYK) of #133616 color hex is 0.65, 0.00, 0.59, 0.79. Web safe color of #133616 is #003300. Color #133616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00010110
Octal 23 66 26
Decimal 19 54 22
Hex 13 36 16

RGB Percentages of Color #133616

%20.00
%56.84
%23.16

CMYK Percentages of Color #133616

%65
%0
%59
%79

Triadic Colors of #133616

#133616 #161336 #361613

Analogous Colors of #133616

#133616 #133628 #223613

Monochromatic Colors of #133616

#133616

Complementary Color

#133616 #361333

#133616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133616 Color CSS Codes

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

#133616 Text Font Color

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

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


#133616 Background Color

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

This div background color is #133616


#133616 Border Color

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

This div border color is #133616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133616


Comments

No comments written yet.

Please login to write comment.