Color Hex Logo

#133836 Color Hex

#133836
(19,56,54)
0 Favorites   0 Comments

Color spaces of #133836

RGB 195654
HSL0.490.490.15
HSV177°66°22°
CMYK 0.660.000.04   0.78
XYZ2.34863.23313.9903
Yxy3.23310.24540.3378
Hunter Lab17.9808-8.1513-0.5710
CIE-Lab20.9542-13.6524-2.7180

#133836 color RGB value is (19,56,54).

#133836 hex color red value is 19, green value is 56 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #133836 hue: 0.49 , saturation: 0.49 and the lightness value of 133836 is 0.15.

The process color (four color CMYK) of #133836 color hex is 0.66, 0.00, 0.04, 0.78. Web safe color of #133836 is #003333. Color #133836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 00110110
Octal 23 70 66
Decimal 19 56 54
Hex 13 38 36

RGB Percentages of Color #133836

%14.73
%43.41
%41.86

CMYK Percentages of Color #133836

%66
%0
%4
%78

Triadic Colors of #133836

#133836 #361338 #383613

Analogous Colors of #133836

#133836 #132838 #133824

Monochromatic Colors of #133836

#133836

Complementary Color

#133836 #381315

#133836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133836 Color CSS Codes

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

#133836 Text Font Color

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

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


#133836 Background Color

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

This div background color is #133836


#133836 Border Color

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

This div border color is #133836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133836


Comments

No comments written yet.

Please login to write comment.