Color Hex Logo

#14733b Color Hex

#14733B
(20,115,59)
0 Favorites   0 Comments

Color spaces of #14733b

RGB 2011559
HSL0.400.700.26
HSV145°83°45°
CMYK 0.830.000.49   0.55
XYZ7.208612.72606.2141
Yxy12.72600.27570.4867
Hunter Lab35.6735-26.358914.6435
CIE-Lab42.3475-39.852923.5969

#14733b color RGB value is (20,115,59).

#14733b hex color red value is 20, green value is 115 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #14733b hue: 0.40 , saturation: 0.70 and the lightness value of 14733b is 0.26.

The process color (four color CMYK) of #14733b color hex is 0.83, 0.00, 0.49, 0.55. Web safe color of #14733b is #006633. Color #14733b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110011 00111011
Octal 24 163 73
Decimal 20 115 59
Hex 14 73 3B

RGB Percentages of Color #14733b

%10.31
%59.28
%30.41

CMYK Percentages of Color #14733b

%83
%0
%49
%55

Triadic Colors of #14733b

#14733b #3b1473 #733b14

Analogous Colors of #14733b

#14733b #14736b #1d7314

Monochromatic Colors of #14733b

#14733b

Complementary Color

#14733b #73144c

#14733b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14733b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14733b Color CSS Codes

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

#14733b Text Font Color

<p style="color:#14733b">Text here</p>

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


#14733b Background Color

<div style="background-color:#14733b">
Div content here</div>

This div background color is #14733b


#14733b Border Color

<div style="border:3px solid #14733b">
Div here</div>

This div border color is #14733b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,115,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14733b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14733b;
  -webkit-box-shadow: 1px 1px 3px 2px #14733b;
  box-shadow:         1px 1px 3px 2px #14733b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14733b


Comments

No comments written yet.

Please login to write comment.