Color Hex Logo

#14330f Color Hex

#14330F
(20,51,15)
0 Favorites   0 Comments

Color spaces of #14330f

RGB 205115
HSL0.310.550.13
HSV112°71°20°
CMYK 0.610.000.71   0.80
XYZ1.55852.55090.8622
Yxy2.55090.31350.5131
Hunter Lab15.9715-10.53227.9794
CIE-Lab18.1473-20.160418.9560

#14330f color RGB value is (20,51,15).

#14330f hex color red value is 20, green value is 51 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #14330f hue: 0.31 , saturation: 0.55 and the lightness value of 14330f is 0.13.

The process color (four color CMYK) of #14330f color hex is 0.61, 0.00, 0.71, 0.80. Web safe color of #14330f is #003300. Color #14330f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 00001111
Octal 24 63 17
Decimal 20 51 15
Hex 14 33 F

RGB Percentages of Color #14330f

%23.26
%59.30
%17.44

CMYK Percentages of Color #14330f

%61
%0
%71
%80

Triadic Colors of #14330f

#14330f #0f1433 #330f14

Analogous Colors of #14330f

#14330f #0f331c #26330f

Monochromatic Colors of #14330f

#14330f

Complementary Color

#14330f #2e0f33

#14330f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14330f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14330f Color CSS Codes

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

#14330f Text Font Color

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

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


#14330f Background Color

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

This div background color is #14330f


#14330f Border Color

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

This div border color is #14330f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14330f


Comments

No comments written yet.

Please login to write comment.