Color Hex Logo

#14761b Color Hex

#14761B
(20,118,27)
0 Favorites   0 Comments

Color spaces of #14761b

RGB 2011827
HSL0.350.710.27
HSV124°83°46°
CMYK 0.830.000.77   0.54
XYZ6.964813.18473.2147
Yxy13.18470.29810.5643
Hunter Lab36.3107-29.305520.1684
CIE-Lab43.0402-45.252439.9790

#14761b color RGB value is (20,118,27).

#14761b hex color red value is 20, green value is 118 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #14761b hue: 0.35 , saturation: 0.71 and the lightness value of 14761b is 0.27.

The process color (four color CMYK) of #14761b color hex is 0.83, 0.00, 0.77, 0.54. Web safe color of #14761b is #006633. Color #14761b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110110 00011011
Octal 24 166 33
Decimal 20 118 27
Hex 14 76 1B

RGB Percentages of Color #14761b

%12.12
%71.52
%16.36

CMYK Percentages of Color #14761b

%83
%0
%77
%54

Triadic Colors of #14761b

#14761b #1b1476 #761b14

Analogous Colors of #14761b

#14761b #14764c #3e7614

Monochromatic Colors of #14761b

#14761b

Complementary Color

#14761b #76146f

#14761b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14761b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14761b Color CSS Codes

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

#14761b Text Font Color

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

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


#14761b Background Color

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

This div background color is #14761b


#14761b Border Color

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

This div border color is #14761b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14761b


Comments

No comments written yet.

Please login to write comment.