Color Hex Logo

#14351f Color Hex

#14351F
(20,53,31)
0 Favorites   0 Comments

Color spaces of #14351f

RGB 205331
HSL0.390.450.14
HSV140°62°21°
CMYK 0.620.000.42   0.79
XYZ1.80892.79391.7403
Yxy2.79390.28520.4405
Hunter Lab16.7150-9.93385.5274
CIE-Lab19.1988-18.225010.3084

#14351f color RGB value is (20,53,31).

#14351f hex color red value is 20, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14351f hue: 0.39 , saturation: 0.45 and the lightness value of 14351f is 0.14.

The process color (four color CMYK) of #14351f color hex is 0.62, 0.00, 0.42, 0.79. Web safe color of #14351f is #003333. Color #14351f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 00011111
Octal 24 65 37
Decimal 20 53 31
Hex 14 35 1F

RGB Percentages of Color #14351f

%19.23
%50.96
%29.81

CMYK Percentages of Color #14351f

%62
%0
%42
%79

Triadic Colors of #14351f

#14351f #1f1435 #351f14

Analogous Colors of #14351f

#14351f #143530 #1a3514

Monochromatic Colors of #14351f

#14351f

Complementary Color

#14351f #35142a

#14351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14351f Color CSS Codes

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

#14351f Text Font Color

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

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


#14351f Background Color

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

This div background color is #14351f


#14351f Border Color

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

This div border color is #14351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14351f


Comments

No comments written yet.

Please login to write comment.