Color Hex Logo

#136648 Color Hex

#136648
(19,102,72)
0 Favorites   0 Comments

Color spaces of #136648

RGB 1910272
HSL0.440.690.24
HSV158°81°40°
CMYK 0.810.000.29   0.60
XYZ6.189610.10917.7559
Yxy10.10910.25730.4203
Hunter Lab31.7948-20.89177.7934
CIE-Lab38.0375-31.759010.2619

#136648 color RGB value is (19,102,72).

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

The process color (four color CMYK) of #136648 color hex is 0.81, 0.00, 0.29, 0.60. Web safe color of #136648 is #006633. Color #136648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100110 01001000
Octal 23 146 110
Decimal 19 102 72
Hex 13 66 48

RGB Percentages of Color #136648

%9.84
%52.85
%37.31

CMYK Percentages of Color #136648

%81
%0
%29
%60

Triadic Colors of #136648

#136648 #481366 #664813

Analogous Colors of #136648

#136648 #135b66 #13661f

Monochromatic Colors of #136648

#136648

Complementary Color

#136648 #661331

#136648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136648 Color CSS Codes

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

#136648 Text Font Color

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

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


#136648 Background Color

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

This div background color is #136648


#136648 Border Color

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

This div border color is #136648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136648


Comments

No comments written yet.

Please login to write comment.