Color Hex Logo

#012521 Color Hex

#012521
(1,37,33)
0 Favorites   0 Comments

Color spaces of #012521

RGB 13733
HSL0.480.950.07
HSV173°97°15°
CMYK 0.970.000.11   0.85
XYZ0.94861.43941.6667
Yxy1.43940.23400.3550
Hunter Lab11.9975-6.88230.1616
CIE-Lab12.2175-13.9761-1.0079

#012521 color RGB value is (1,37,33).

#012521 hex color red value is 1, green value is 37 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #012521 hue: 0.48 , saturation: 0.95 and the lightness value of 012521 is 0.07.

The process color (four color CMYK) of #012521 color hex is 0.97, 0.00, 0.11, 0.85. Web safe color of #012521 is #003333. Color #012521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100101 00100001
Octal 1 45 41
Decimal 1 37 33
Hex 1 25 21

RGB Percentages of Color #012521

%1.41
%52.11
%46.48

CMYK Percentages of Color #012521

%97
%0
%11
%85

Triadic Colors of #012521

#012521 #210125 #252101

Analogous Colors of #012521

#012521 #011725 #01250f

Monochromatic Colors of #012521

#012521

Complementary Color

#012521 #250105

#012521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012521 Color CSS Codes

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

#012521 Text Font Color

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

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


#012521 Background Color

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

This div background color is #012521


#012521 Border Color

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

This div border color is #012521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012521


Comments

No comments written yet.

Please login to write comment.