Color Hex Logo

#031c15 Color Hex

#031C15
(3,28,21)
0 Favorites   0 Comments

Color spaces of #031c15

RGB 32821
HSL0.450.810.06
HSV163°89°11°
CMYK 0.890.000.25   0.89
XYZ0.58820.90400.8530
Yxy0.90400.25080.3855
Hunter Lab9.5079-5.59601.3363
CIE-Lab8.1647-11.09751.8762

#031c15 color RGB value is (3,28,21).

#031c15 hex color red value is 3, green value is 28 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #031c15 hue: 0.45 , saturation: 0.81 and the lightness value of 031c15 is 0.06.

The process color (four color CMYK) of #031c15 color hex is 0.89, 0.00, 0.25, 0.89. Web safe color of #031c15 is #003300. Color #031c15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011100 00010101
Octal 3 34 25
Decimal 3 28 21
Hex 3 1C 15

RGB Percentages of Color #031c15

%5.77
%53.85
%40.38

CMYK Percentages of Color #031c15

%89
%0
%25
%89

Triadic Colors of #031c15

#031c15 #15031c #1c1503

Analogous Colors of #031c15

#031c15 #03171c #031c09

Monochromatic Colors of #031c15

#031c15

Complementary Color

#031c15 #1c030a

#031c15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031c15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031c15 Color CSS Codes

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

#031c15 Text Font Color

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

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


#031c15 Background Color

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

This div background color is #031c15


#031c15 Border Color

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

This div border color is #031c15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,28,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031c15


Comments

No comments written yet.

Please login to write comment.