Color Hex Logo

#148531 Color Hex

#148531
(20,133,49)
0 Favorites   0 Comments

Color spaces of #148531

RGB 2013349
HSL0.380.740.30
HSV135°85°52°
CMYK 0.850.000.63   0.48
XYZ9.230417.14555.7287
Yxy17.14550.28750.5341
Hunter Lab41.4071-32.671620.7822
CIE-Lab48.4428-47.945836.1658

#148531 color RGB value is (20,133,49).

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

The process color (four color CMYK) of #148531 color hex is 0.85, 0.00, 0.63, 0.48. Web safe color of #148531 is #009933. Color #148531 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000101 00110001
Octal 24 205 61
Decimal 20 133 49
Hex 14 85 31

RGB Percentages of Color #148531

%9.90
%65.84
%24.26

CMYK Percentages of Color #148531

%85
%0
%63
%48

Triadic Colors of #148531

#148531 #311485 #853114

Analogous Colors of #148531

#148531 #14856a #308514

Monochromatic Colors of #148531

#148531

Complementary Color

#148531 #851468

#148531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148531 Color CSS Codes

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

#148531 Text Font Color

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

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


#148531 Background Color

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

This div background color is #148531


#148531 Border Color

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

This div border color is #148531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148531


Comments

No comments written yet.

Please login to write comment.