Color Hex Logo

#135548 Color Hex

#135548
(19,85,72)
0 Favorites   0 Comments

Color spaces of #135548

RGB 198572
HSL0.470.630.20
HSV168°78°33°
CMYK 0.780.000.15   0.67
XYZ4.68687.10337.2550
Yxy7.10330.24610.3730
Hunter Lab26.6520-15.25152.5170
CIE-Lab32.0409-23.72221.7476

#135548 color RGB value is (19,85,72).

#135548 hex color red value is 19, green value is 85 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #135548 hue: 0.47 , saturation: 0.63 and the lightness value of 135548 is 0.20.

The process color (four color CMYK) of #135548 color hex is 0.78, 0.00, 0.15, 0.67. Web safe color of #135548 is #006633. Color #135548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 01001000
Octal 23 125 110
Decimal 19 85 72
Hex 13 55 48

RGB Percentages of Color #135548

%10.80
%48.30
%40.91

CMYK Percentages of Color #135548

%78
%0
%15
%67

Triadic Colors of #135548

#135548 #481355 #554813

Analogous Colors of #135548

#135548 #134155 #135527

Monochromatic Colors of #135548

#135548

Complementary Color

#135548 #551320

#135548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135548 Color CSS Codes

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

#135548 Text Font Color

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

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


#135548 Background Color

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

This div background color is #135548


#135548 Border Color

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

This div border color is #135548


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,85,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 #135548">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135548


Comments

No comments written yet.

Please login to write comment.