Color Hex Logo

#136748 Color Hex

#136748
(19,103,72)
0 Favorites   0 Comments

Color spaces of #136748

RGB 1910372
HSL0.440.690.24
HSV158°82°40°
CMYK 0.820.000.30   0.60
XYZ6.288510.30687.7889
Yxy10.30680.25790.4227
Hunter Lab32.1042-21.21828.0884
CIE-Lab38.3875-32.201810.7479

#136748 color RGB value is (19,103,72).

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

The process color (four color CMYK) of #136748 color hex is 0.82, 0.00, 0.30, 0.60. Web safe color of #136748 is #006633. Color #136748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 01001000
Octal 23 147 110
Decimal 19 103 72
Hex 13 67 48

RGB Percentages of Color #136748

%9.79
%53.09
%37.11

CMYK Percentages of Color #136748

%82
%0
%30
%60

Triadic Colors of #136748

#136748 #481367 #674813

Analogous Colors of #136748

#136748 #135c67 #13671e

Monochromatic Colors of #136748

#136748

Complementary Color

#136748 #671332

#136748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136748 Color CSS Codes

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

#136748 Text Font Color

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

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


#136748 Background Color

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

This div background color is #136748


#136748 Border Color

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

This div border color is #136748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136748


Comments

No comments written yet.

Please login to write comment.