Color Hex Logo

#146835 Color Hex

#146835
(20,104,53)
0 Favorites   0 Comments

Color spaces of #146835

RGB 2010453
HSL0.400.680.24
HSV144°81°41°
CMYK 0.810.000.49   0.59
XYZ5.881410.30645.0475
Yxy10.30640.27700.4853
Hunter Lab32.1036-23.479913.1506
CIE-Lab38.3868-36.660321.9245

#146835 color RGB value is (20,104,53).

#146835 hex color red value is 20, green value is 104 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #146835 hue: 0.40 , saturation: 0.68 and the lightness value of 146835 is 0.24.

The process color (four color CMYK) of #146835 color hex is 0.81, 0.00, 0.49, 0.59. Web safe color of #146835 is #006633. Color #146835 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 00110101
Octal 24 150 65
Decimal 20 104 53
Hex 14 68 35

RGB Percentages of Color #146835

%11.30
%58.76
%29.94

CMYK Percentages of Color #146835

%81
%0
%49
%59

Triadic Colors of #146835

#146835 #351468 #683514

Analogous Colors of #146835

#146835 #14685f #1d6814

Monochromatic Colors of #146835

#146835

Complementary Color

#146835 #681447

#146835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146835 Color CSS Codes

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

#146835 Text Font Color

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

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


#146835 Background Color

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

This div background color is #146835


#146835 Border Color

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

This div border color is #146835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146835


Comments

No comments written yet.

Please login to write comment.