Color Hex Logo

#133017 Color Hex

#133017
(19,48,23)
0 Favorites   0 Comments

Color spaces of #133017

RGB 194823
HSL0.360.430.13
HSV128°60°19°
CMYK 0.600.000.52   0.81
XYZ1.48022.31421.1793
Yxy2.31420.29760.4653
Hunter Lab15.2125-9.25356.0525
CIE-Lab17.0566-17.623312.7437

#133017 color RGB value is (19,48,23).

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

The process color (four color CMYK) of #133017 color hex is 0.60, 0.00, 0.52, 0.81. Web safe color of #133017 is #003300. Color #133017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 00010111
Octal 23 60 27
Decimal 19 48 23
Hex 13 30 17

RGB Percentages of Color #133017

%21.11
%53.33
%25.56

CMYK Percentages of Color #133017

%60
%0
%52
%81

Triadic Colors of #133017

#133017 #171330 #301713

Analogous Colors of #133017

#133017 #133026 #1e3013

Monochromatic Colors of #133017

#133017

Complementary Color

#133017 #30132c

#133017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133017 Color CSS Codes

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

#133017 Text Font Color

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

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


#133017 Background Color

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

This div background color is #133017


#133017 Border Color

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

This div border color is #133017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133017

#133017 Color Palettes


Comments

No comments written yet.

Please login to write comment.