Color Hex Logo

#136445 Color Hex

#136445
(19,100,69)
0 Favorites   0 Comments

Color spaces of #136445

RGB 1910069
HSL0.440.680.23
HSV157°81°39°
CMYK 0.810.000.31   0.61
XYZ5.89999.68257.1882
Yxy9.68250.25910.4252
Hunter Lab31.1167-20.60978.0853
CIE-Lab37.2665-31.624111.0067

#136445 color RGB value is (19,100,69).

#136445 hex color red value is 19, green value is 100 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #136445 hue: 0.44 , saturation: 0.68 and the lightness value of 136445 is 0.23.

The process color (four color CMYK) of #136445 color hex is 0.81, 0.00, 0.31, 0.61. Web safe color of #136445 is #006633. Color #136445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 01000101
Octal 23 144 105
Decimal 19 100 69
Hex 13 64 45

RGB Percentages of Color #136445

%10.11
%53.19
%36.70

CMYK Percentages of Color #136445

%81
%0
%31
%61

Triadic Colors of #136445

#136445 #451364 #644513

Analogous Colors of #136445

#136445 #135a64 #13641d

Monochromatic Colors of #136445

#136445

Complementary Color

#136445 #641332

#136445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136445 Color CSS Codes

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

#136445 Text Font Color

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

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


#136445 Background Color

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

This div background color is #136445


#136445 Border Color

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

This div border color is #136445


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,100,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #136445">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136445


Comments

No comments written yet.

Please login to write comment.