Color Hex Logo

#13361f Color Hex

#13361F
(19,54,31)
0 Favorites   0 Comments

Color spaces of #13361f

RGB 195431
HSL0.390.480.14
HSV141°65°21°
CMYK 0.650.000.43   0.79
XYZ1.83502.87571.7547
Yxy2.87570.28380.4448
Hunter Lab16.9579-10.36105.7356
CIE-Lab19.5391-19.052510.7564

#13361f color RGB value is (19,54,31).

#13361f hex color red value is 19, green value is 54 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13361f hue: 0.39 , saturation: 0.48 and the lightness value of 13361f is 0.14.

The process color (four color CMYK) of #13361f color hex is 0.65, 0.00, 0.43, 0.79. Web safe color of #13361f is #003333. Color #13361f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00011111
Octal 23 66 37
Decimal 19 54 31
Hex 13 36 1F

RGB Percentages of Color #13361f

%18.27
%51.92
%29.81

CMYK Percentages of Color #13361f

%65
%0
%43
%79

Triadic Colors of #13361f

#13361f #1f1336 #361f13

Analogous Colors of #13361f

#13361f #133631 #193613

Monochromatic Colors of #13361f

#13361f

Complementary Color

#13361f #36132a

#13361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13361f Color CSS Codes

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

#13361f Text Font Color

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

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


#13361f Background Color

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

This div background color is #13361f


#13361f Border Color

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

This div border color is #13361f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,54,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13361f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13361f;
  -webkit-box-shadow: 1px 1px 3px 2px #13361f;
  box-shadow:         1px 1px 3px 2px #13361f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13361f


Comments

No comments written yet.

Please login to write comment.