Color Hex Logo

#01623f Color Hex

#01623F
(1,98,63)
0 Favorites   0 Comments

Color spaces of #01623f

RGB 19863
HSL0.440.980.19
HSV158°99°38°
CMYK 0.990.000.36   0.62
XYZ5.27749.10076.1811
Yxy9.10070.25670.4427
Hunter Lab30.1674-21.56668.9690
CIE-Lab36.1775-34.153113.0956

#01623f color RGB value is (1,98,63).

#01623f hex color red value is 1, green value is 98 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #01623f hue: 0.44 , saturation: 0.98 and the lightness value of 01623f is 0.19.

The process color (four color CMYK) of #01623f color hex is 0.99, 0.00, 0.36, 0.62. Web safe color of #01623f is #006633. Color #01623f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 00111111
Octal 1 142 77
Decimal 1 98 63
Hex 1 62 3F

RGB Percentages of Color #01623f

%0.62
%60.49
%38.89

CMYK Percentages of Color #01623f

%99
%0
%36
%62

Triadic Colors of #01623f

#01623f #3f0162 #623f01

Analogous Colors of #01623f

#01623f #015562 #01620f

Monochromatic Colors of #01623f

#01623f

Complementary Color

#01623f #620124

#01623f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01623f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01623f Color CSS Codes

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

#01623f Text Font Color

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

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


#01623f Background Color

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

This div background color is #01623f


#01623f Border Color

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

This div border color is #01623f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,98,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01623f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01623f;
  -webkit-box-shadow: 1px 1px 3px 2px #01623f;
  box-shadow:         1px 1px 3px 2px #01623f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01623f


Comments

No comments written yet.

Please login to write comment.