Color Hex Logo

#13681e Color Hex

#13681E
(19,104,30)
0 Favorites   0 Comments

Color spaces of #13681e

RGB 1910430
HSL0.350.690.24
HSV128°82°41°
CMYK 0.820.000.71   0.59
XYZ5.453210.13282.8967
Yxy10.13280.29500.5482
Hunter Lab31.8321-25.127016.8871
CIE-Lab38.0797-40.257633.5358

#13681e color RGB value is (19,104,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 00011110
Octal 23 150 36
Decimal 19 104 30
Hex 13 68 1E

RGB Percentages of Color #13681e

%12.42
%67.97
%19.61

CMYK Percentages of Color #13681e

%82
%0
%71
%59

Triadic Colors of #13681e

#13681e #1e1368 #681e13

Analogous Colors of #13681e

#13681e #136849 #336813

Monochromatic Colors of #13681e

#13681e

Complementary Color

#13681e #68135d

#13681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13681e Color CSS Codes

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

#13681e Text Font Color

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

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


#13681e Background Color

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

This div background color is #13681e


#13681e Border Color

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

This div border color is #13681e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13681e


Comments

No comments written yet.

Please login to write comment.