Color Hex Logo

#147961 Color Hex

#147961
(20,121,97)
0 Favorites   0 Comments

Color spaces of #147961

RGB 2012197
HSL0.460.720.28
HSV166°83°47°
CMYK 0.830.000.20   0.53
XYZ9.283514.686513.6548
Yxy14.68650.24670.3903
Hunter Lab38.3230-23.82475.7005
CIE-Lab45.2018-33.53595.4116

#147961 color RGB value is (20,121,97).

#147961 hex color red value is 20, green value is 121 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #147961 hue: 0.46 , saturation: 0.72 and the lightness value of 147961 is 0.28.

The process color (four color CMYK) of #147961 color hex is 0.83, 0.00, 0.20, 0.53. Web safe color of #147961 is #006666. Color #147961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111001 01100001
Octal 24 171 141
Decimal 20 121 97
Hex 14 79 61

RGB Percentages of Color #147961

%8.40
%50.84
%40.76

CMYK Percentages of Color #147961

%83
%0
%20
%53

Triadic Colors of #147961

#147961 #611479 #796114

Analogous Colors of #147961

#147961 #145f79 #14792f

Monochromatic Colors of #147961

#147961

Complementary Color

#147961 #79142c

#147961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147961 Color CSS Codes

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

#147961 Text Font Color

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

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


#147961 Background Color

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

This div background color is #147961


#147961 Border Color

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

This div border color is #147961


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,121,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #147961; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #147961;
  -webkit-box-shadow: 1px 1px 3px 2px #147961;
  box-shadow:         1px 1px 3px 2px #147961; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147961


Comments

No comments written yet.

Please login to write comment.