Color Hex Logo

#01633d Color Hex

#01633D
(1,99,61)
0 Favorites   0 Comments

Color spaces of #01633d

RGB 19961
HSL0.440.980.20
HSV157°99°39°
CMYK 0.990.000.38   0.61
XYZ5.31679.26715.9234
Yxy9.26710.25930.4519
Hunter Lab30.4419-22.09829.7727
CIE-Lab36.4935-35.043314.7240

#01633d color RGB value is (1,99,61).

#01633d hex color red value is 1, green value is 99 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #01633d hue: 0.44 , saturation: 0.98 and the lightness value of 01633d is 0.20.

The process color (four color CMYK) of #01633d color hex is 0.99, 0.00, 0.38, 0.61. Web safe color of #01633d is #006633. Color #01633d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100011 00111101
Octal 1 143 75
Decimal 1 99 61
Hex 1 63 3D

RGB Percentages of Color #01633d

%0.62
%61.49
%37.89

CMYK Percentages of Color #01633d

%99
%0
%38
%61

Triadic Colors of #01633d

#01633d #3d0163 #633d01

Analogous Colors of #01633d

#01633d #015863 #01630c

Monochromatic Colors of #01633d

#01633d

Complementary Color

#01633d #630127

#01633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01633d Color CSS Codes

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

#01633d Text Font Color

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

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


#01633d Background Color

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

This div background color is #01633d


#01633d Border Color

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

This div border color is #01633d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,99,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01633d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01633d;
  -webkit-box-shadow: 1px 1px 3px 2px #01633d;
  box-shadow:         1px 1px 3px 2px #01633d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01633d


Comments

No comments written yet.

Please login to write comment.