Color Hex Logo

#136848 Color Hex

#136848
(19,104,72)
0 Favorites   0 Comments

Color spaces of #136848

RGB 1910472
HSL0.440.690.24
HSV157°82°41°
CMYK 0.820.000.31   0.59
XYZ6.388610.50707.8222
Yxy10.50700.25850.4251
Hunter Lab32.4145-21.54478.3824
CIE-Lab38.7374-32.642511.2330

#136848 color RGB value is (19,104,72).

#136848 hex color red value is 19, green value is 104 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #136848 hue: 0.44 , saturation: 0.69 and the lightness value of 136848 is 0.24.

The process color (four color CMYK) of #136848 color hex is 0.82, 0.00, 0.31, 0.59. Web safe color of #136848 is #006633. Color #136848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 01001000
Octal 23 150 110
Decimal 19 104 72
Hex 13 68 48

RGB Percentages of Color #136848

%9.74
%53.33
%36.92

CMYK Percentages of Color #136848

%82
%0
%31
%59

Triadic Colors of #136848

#136848 #481368 #684813

Analogous Colors of #136848

#136848 #135e68 #13681e

Monochromatic Colors of #136848

#136848

Complementary Color

#136848 #681333

#136848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136848 Color CSS Codes

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

#136848 Text Font Color

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

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


#136848 Background Color

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

This div background color is #136848


#136848 Border Color

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

This div border color is #136848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136848


Comments

No comments written yet.

Please login to write comment.