Color Hex Logo

#13581e Color Hex

#13581E
(19,88,30)
0 Favorites   0 Comments

Color spaces of #13581e

RGB 198830
HSL0.360.640.21
HSV130°78°35°
CMYK 0.780.000.66   0.65
XYZ3.99267.21162.4098
Yxy7.21160.29330.5297
Hunter Lab26.8544-20.456613.4777
CIE-Lab32.2838-34.309627.0954

#13581e color RGB value is (19,88,30).

#13581e hex color red value is 19, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #13581e hue: 0.36 , saturation: 0.64 and the lightness value of 13581e is 0.21.

The process color (four color CMYK) of #13581e color hex is 0.78, 0.00, 0.66, 0.65. Web safe color of #13581e is #006633. Color #13581e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 00011110
Octal 23 130 36
Decimal 19 88 30
Hex 13 58 1E

RGB Percentages of Color #13581e

%13.87
%64.23
%21.90

CMYK Percentages of Color #13581e

%78
%0
%66
%65

Triadic Colors of #13581e

#13581e #1e1358 #581e13

Analogous Colors of #13581e

#13581e #135841 #2b5813

Monochromatic Colors of #13581e

#13581e

Complementary Color

#13581e #58134d

#13581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13581e Color CSS Codes

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

#13581e Text Font Color

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

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


#13581e Background Color

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

This div background color is #13581e


#13581e Border Color

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

This div border color is #13581e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13581e


Comments

No comments written yet.

Please login to write comment.