Color Hex Logo

#01431d Color Hex

#01431D
(1,67,29)
0 Favorites   0 Comments

Color spaces of #01431d

RGB 16729
HSL0.400.970.13
HSV145°99°26°
CMYK 0.990.000.57   0.74
XYZ2.24144.10951.8375
Yxy4.10950.27370.5019
Hunter Lab20.2719-15.73968.8161
CIE-Lab24.0302-29.161117.7174

#01431d color RGB value is (1,67,29).

#01431d hex color red value is 1, green value is 67 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #01431d hue: 0.40 , saturation: 0.97 and the lightness value of 01431d is 0.13.

The process color (four color CMYK) of #01431d color hex is 0.99, 0.00, 0.57, 0.74. Web safe color of #01431d is #003333. Color #01431d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000011 00011101
Octal 1 103 35
Decimal 1 67 29
Hex 1 43 1D

RGB Percentages of Color #01431d

%1.03
%69.07
%29.90

CMYK Percentages of Color #01431d

%99
%0
%57
%74

Triadic Colors of #01431d

#01431d #1d0143 #431d01

Analogous Colors of #01431d

#01431d #01433e #064301

Monochromatic Colors of #01431d

#01431d

Complementary Color

#01431d #430127

#01431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01431d Color CSS Codes

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

#01431d Text Font Color

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

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


#01431d Background Color

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

This div background color is #01431d


#01431d Border Color

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

This div border color is #01431d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01431d


Comments

No comments written yet.

Please login to write comment.