Color Hex Logo

#17130d Color Hex

#17130D
(23,19,13)
0 Favorites   0 Comments

Color spaces of #17130d

RGB 231913
HSL0.100.280.07
HSV36°43°
CMYK 0.000.170.43   0.91
XYZ0.65890.67700.4767
Yxy0.67700.36350.3735
Hunter Lab8.2280-0.10472.3246
CIE-Lab6.11530.63213.7252

#17130d color RGB value is (23,19,13).

#17130d hex color red value is 23, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #17130d hue: 0.10 , saturation: 0.28 and the lightness value of 17130d is 0.07.

The process color (four color CMYK) of #17130d color hex is 0.00, 0.17, 0.43, 0.91. Web safe color of #17130d is #000000. Color #17130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010011 00001101
Octal 27 23 15
Decimal 23 19 13
Hex 17 13 D

RGB Percentages of Color #17130d

%41.82
%34.55
%23.64

CMYK Percentages of Color #17130d

%0
%17
%43
%91

Triadic Colors of #17130d

#17130d #0d1713 #130d17

Analogous Colors of #17130d

#17130d #16170d #170e0d

Monochromatic Colors of #17130d

#17130d

Complementary Color

#17130d #0d1117

#17130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17130d Color CSS Codes

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

#17130d Text Font Color

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

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


#17130d Background Color

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

This div background color is #17130d


#17130d Border Color

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

This div border color is #17130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17130d


Comments

No comments written yet.

Please login to write comment.