Color Hex Logo

#148346 Color Hex

#148346
(20,131,70)
0 Favorites   0 Comments

Color spaces of #148346

RGB 2013170
HSL0.410.740.30
HSV147°85°51°
CMYK 0.850.000.47   0.49
XYZ9.510316.82358.5404
Yxy16.82350.27270.4824
Hunter Lab41.0165-30.390816.3662
CIE-Lab48.0369-43.896024.7961

#148346 color RGB value is (20,131,70).

#148346 hex color red value is 20, green value is 131 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #148346 hue: 0.41 , saturation: 0.74 and the lightness value of 148346 is 0.30.

The process color (four color CMYK) of #148346 color hex is 0.85, 0.00, 0.47, 0.49. Web safe color of #148346 is #009933. Color #148346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000011 01000110
Octal 24 203 106
Decimal 20 131 70
Hex 14 83 46

RGB Percentages of Color #148346

%9.05
%59.28
%31.67

CMYK Percentages of Color #148346

%85
%0
%47
%49

Triadic Colors of #148346

#148346 #461483 #834614

Analogous Colors of #148346

#148346 #14837e #1a8314

Monochromatic Colors of #148346

#148346

Complementary Color

#148346 #831451

#148346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148346 Color CSS Codes

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

#148346 Text Font Color

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

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


#148346 Background Color

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

This div background color is #148346


#148346 Border Color

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

This div border color is #148346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148346


Comments

No comments written yet.

Please login to write comment.