Color Hex Logo

#133117 Color Hex

#133117
(19,49,23)
0 Favorites   0 Comments

Color spaces of #133117

RGB 194923
HSL0.360.440.13
HSV128°61°19°
CMYK 0.610.000.53   0.81
XYZ1.52152.39691.1931
Yxy2.39690.29770.4689
Hunter Lab15.4819-9.55116.2682
CIE-Lab17.4458-18.150113.2427

#133117 color RGB value is (19,49,23).

#133117 hex color red value is 19, green value is 49 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #133117 hue: 0.36 , saturation: 0.44 and the lightness value of 133117 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 00010111
Octal 23 61 27
Decimal 19 49 23
Hex 13 31 17

RGB Percentages of Color #133117

%20.88
%53.85
%25.27

CMYK Percentages of Color #133117

%61
%0
%53
%81

Triadic Colors of #133117

#133117 #171331 #311713

Analogous Colors of #133117

#133117 #133126 #1e3113

Monochromatic Colors of #133117

#133117

Complementary Color

#133117 #31132d

#133117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133117 Color CSS Codes

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

#133117 Text Font Color

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

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


#133117 Background Color

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

This div background color is #133117


#133117 Border Color

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

This div border color is #133117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133117


Comments

No comments written yet.

Please login to write comment.