Color Hex Logo

#14312f Color Hex

#14312F
(20,49,47)
0 Favorites   0 Comments

Color spaces of #14312f

RGB 204947
HSL0.490.420.14
HSV176°59°19°
CMYK 0.590.000.04   0.81
XYZ1.89992.55063.0815
Yxy2.55060.25220.3386
Hunter Lab15.9706-6.7138-0.2605
CIE-Lab18.1459-11.4845-2.0764

#14312f color RGB value is (20,49,47).

#14312f hex color red value is 20, green value is 49 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #14312f hue: 0.49 , saturation: 0.42 and the lightness value of 14312f is 0.14.

The process color (four color CMYK) of #14312f color hex is 0.59, 0.00, 0.04, 0.81. Web safe color of #14312f is #003333. Color #14312f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110001 00101111
Octal 24 61 57
Decimal 20 49 47
Hex 14 31 2F

RGB Percentages of Color #14312f

%17.24
%42.24
%40.52

CMYK Percentages of Color #14312f

%59
%0
%4
%81

Triadic Colors of #14312f

#14312f #2f1431 #312f14

Analogous Colors of #14312f

#14312f #142531 #143121

Monochromatic Colors of #14312f

#14312f

Complementary Color

#14312f #311416

#14312f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14312f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14312f Color CSS Codes

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

#14312f Text Font Color

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

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


#14312f Background Color

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

This div background color is #14312f


#14312f Border Color

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

This div border color is #14312f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,49,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14312f


Comments

No comments written yet.

Please login to write comment.