Color Hex Logo

#031517 Color Hex

#031517
(3,21,23)
0 Favorites   0 Comments

Color spaces of #031517

RGB 32123
HSL0.520.770.05
HSV186°87°
CMYK 0.870.090.00   0.91
XYZ0.46040.61760.9055
Yxy0.61760.23210.3114
Hunter Lab7.8588-3.2955-1.3304
CIE-Lab5.5787-5.1865-3.3333

#031517 color RGB value is (3,21,23).

#031517 hex color red value is 3, green value is 21 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #031517 hue: 0.52 , saturation: 0.77 and the lightness value of 031517 is 0.05.

The process color (four color CMYK) of #031517 color hex is 0.87, 0.09, 0.00, 0.91. Web safe color of #031517 is #000000. Color #031517 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010101 00010111
Octal 3 25 27
Decimal 3 21 23
Hex 3 15 17

RGB Percentages of Color #031517

%6.38
%44.68
%48.94

CMYK Percentages of Color #031517

%87
%9
%0
%91

Triadic Colors of #031517

#031517 #170315 #151703

Analogous Colors of #031517

#031517 #030b17 #03170f

Monochromatic Colors of #031517

#031517

Complementary Color

#031517 #170503

#031517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031517 Color CSS Codes

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

#031517 Text Font Color

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

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


#031517 Background Color

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

This div background color is #031517


#031517 Border Color

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

This div border color is #031517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031517


Comments

No comments written yet.

Please login to write comment.