Color Hex Logo

#135f48 Color Hex

#135F48
(19,95,72)
0 Favorites   0 Comments

Color spaces of #135f48

RGB 199572
HSL0.450.670.22
HSV162°80°37°
CMYK 0.800.000.24   0.63
XYZ5.53058.79077.5362
Yxy8.79070.25300.4022
Hunter Lab29.6491-18.59005.6841
CIE-Lab35.5782-28.56806.8119

#135f48 color RGB value is (19,95,72).

#135f48 hex color red value is 19, green value is 95 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #135f48 hue: 0.45 , saturation: 0.67 and the lightness value of 135f48 is 0.22.

The process color (four color CMYK) of #135f48 color hex is 0.80, 0.00, 0.24, 0.63. Web safe color of #135f48 is #006633. Color #135f48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011111 01001000
Octal 23 137 110
Decimal 19 95 72
Hex 13 5F 48

RGB Percentages of Color #135f48

%10.22
%51.08
%38.71

CMYK Percentages of Color #135f48

%80
%0
%24
%63

Triadic Colors of #135f48

#135f48 #48135f #5f4813

Analogous Colors of #135f48

#135f48 #13505f #135f22

Monochromatic Colors of #135f48

#135f48

Complementary Color

#135f48 #5f132a

#135f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135f48 Color CSS Codes

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

#135f48 Text Font Color

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

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


#135f48 Background Color

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

This div background color is #135f48


#135f48 Border Color

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

This div border color is #135f48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135f48


Comments

No comments written yet.

Please login to write comment.