Color Hex Logo

#14463f Color Hex

#14463F
(20,70,63)
0 Favorites   0 Comments

Color spaces of #14463f

RGB 207063
HSL0.480.560.18
HSV172°71°27°
CMYK 0.710.000.10   0.73
XYZ3.37594.88795.4682
Yxy4.88790.24580.3559
Hunter Lab22.1086-11.43380.8116
CIE-Lab26.4130-18.4580-0.6631

#14463f color RGB value is (20,70,63).

#14463f hex color red value is 20, green value is 70 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14463f hue: 0.48 , saturation: 0.56 and the lightness value of 14463f is 0.18.

The process color (four color CMYK) of #14463f color hex is 0.71, 0.00, 0.10, 0.73. Web safe color of #14463f is #003333. Color #14463f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000110 00111111
Octal 24 106 77
Decimal 20 70 63
Hex 14 46 3F

RGB Percentages of Color #14463f

%13.07
%45.75
%41.18

CMYK Percentages of Color #14463f

%71
%0
%10
%73

Triadic Colors of #14463f

#14463f #3f1446 #463f14

Analogous Colors of #14463f

#14463f #143446 #144626

Monochromatic Colors of #14463f

#14463f

Complementary Color

#14463f #46141b

#14463f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14463f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14463f Color CSS Codes

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

#14463f Text Font Color

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

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


#14463f Background Color

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

This div background color is #14463f


#14463f Border Color

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

This div border color is #14463f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,70,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 #14463f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14463f


Comments

No comments written yet.

Please login to write comment.