Color Hex Logo

#015316 Color Hex

#015316
(1,83,22)
0 Favorites   0 Comments

Color spaces of #015316

RGB 18322
HSL0.380.980.16
HSV135°99°33°
CMYK 0.990.000.73   0.67
XYZ3.25066.25091.7943
Yxy6.25090.28780.5534
Hunter Lab25.0018-20.545513.2462
CIE-Lab30.0368-36.137228.4789

#015316 color RGB value is (1,83,22).

#015316 hex color red value is 1, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #015316 hue: 0.38 , saturation: 0.98 and the lightness value of 015316 is 0.16.

The process color (four color CMYK) of #015316 color hex is 0.99, 0.00, 0.73, 0.67. Web safe color of #015316 is #006600. Color #015316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010011 00010110
Octal 1 123 26
Decimal 1 83 22
Hex 1 53 16

RGB Percentages of Color #015316

%0.94
%78.30
%20.75

CMYK Percentages of Color #015316

%99
%0
%73
%67

Triadic Colors of #015316

#015316 #160153 #531601

Analogous Colors of #015316

#015316 #01533f #155301

Monochromatic Colors of #015316

#015316

Complementary Color

#015316 #53013e

#015316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015316 Color CSS Codes

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

#015316 Text Font Color

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

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


#015316 Background Color

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

This div background color is #015316


#015316 Border Color

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

This div border color is #015316


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,83,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015316


Comments

No comments written yet.

Please login to write comment.