Color Hex Logo

#135a44 Color Hex

#135A44
(19,90,68)
0 Favorites   0 Comments

Color spaces of #135a44

RGB 199068
HSL0.450.650.21
HSV161°79°35°
CMYK 0.790.000.24   0.65
XYZ4.96817.86816.7257
Yxy7.86810.25400.4022
Hunter Lab28.0501-17.47275.4189
CIE-Lab33.7067-27.30496.6413

#135a44 color RGB value is (19,90,68).

#135a44 hex color red value is 19, green value is 90 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #135a44 hue: 0.45 , saturation: 0.65 and the lightness value of 135a44 is 0.21.

The process color (four color CMYK) of #135a44 color hex is 0.79, 0.00, 0.24, 0.65. Web safe color of #135a44 is #006633. Color #135a44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011010 01000100
Octal 23 132 104
Decimal 19 90 68
Hex 13 5A 44

RGB Percentages of Color #135a44

%10.73
%50.85
%38.42

CMYK Percentages of Color #135a44

%79
%0
%24
%65

Triadic Colors of #135a44

#135a44 #44135a #5a4413

Analogous Colors of #135a44

#135a44 #134d5a #135a21

Monochromatic Colors of #135a44

#135a44

Complementary Color

#135a44 #5a1329

#135a44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135a44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135a44 Color CSS Codes

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

#135a44 Text Font Color

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

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


#135a44 Background Color

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

This div background color is #135a44


#135a44 Border Color

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

This div border color is #135a44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,90,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135a44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135a44;
  -webkit-box-shadow: 1px 1px 3px 2px #135a44;
  box-shadow:         1px 1px 3px 2px #135a44; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,90,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135a44


Comments

No comments written yet.

Please login to write comment.