Color Hex Logo

#13582e Color Hex

#13582E
(19,88,46)
0 Favorites   0 Comments

Color spaces of #13582e

RGB 198846
HSL0.400.640.21
HSV143°78°35°
CMYK 0.780.000.48   0.65
XYZ4.25147.31523.7727
Yxy7.31520.27720.4769
Hunter Lab27.0466-19.273610.6624
CIE-Lab32.5140-31.624418.4428

#13582e color RGB value is (19,88,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 00101110
Octal 23 130 56
Decimal 19 88 46
Hex 13 58 2E

RGB Percentages of Color #13582e

%12.42
%57.52
%30.07

CMYK Percentages of Color #13582e

%78
%0
%48
%65

Triadic Colors of #13582e

#13582e #2e1358 #582e13

Analogous Colors of #13582e

#13582e #135851 #1b5813

Monochromatic Colors of #13582e

#13582e

Complementary Color

#13582e #58133d

#13582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13582e Color CSS Codes

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

#13582e Text Font Color

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

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


#13582e Background Color

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

This div background color is #13582e


#13582e Border Color

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

This div border color is #13582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13582e


Comments

No comments written yet.

Please login to write comment.