Color Hex Logo

#136948 Color Hex

#136948
(19,105,72)
0 Favorites   0 Comments

Color spaces of #136948

RGB 1910572
HSL0.440.690.24
HSV157°82°41°
CMYK 0.820.000.31   0.59
XYZ6.489810.70957.8560
Yxy10.70950.25900.4274
Hunter Lab32.7254-21.87098.6747
CIE-Lab39.0868-33.080811.7159

#136948 color RGB value is (19,105,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 01001000
Octal 23 151 110
Decimal 19 105 72
Hex 13 69 48

RGB Percentages of Color #136948

%9.69
%53.57
%36.73

CMYK Percentages of Color #136948

%82
%0
%31
%59

Triadic Colors of #136948

#136948 #481369 #694813

Analogous Colors of #136948

#136948 #135f69 #13691d

Monochromatic Colors of #136948

#136948

Complementary Color

#136948 #691334

#136948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136948 Color CSS Codes

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

#136948 Text Font Color

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

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


#136948 Background Color

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

This div background color is #136948


#136948 Border Color

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

This div border color is #136948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136948


Comments

No comments written yet.

Please login to write comment.