Color Hex Logo

#13781f Color Hex

#13781F
(19,120,31)
0 Favorites   0 Comments

Color spaces of #13781f

RGB 1912031
HSL0.350.730.27
HSV127°84°47°
CMYK 0.840.000.74   0.53
XYZ7.232413.67033.5538
Yxy13.67030.29570.5590
Hunter Lab36.9734-29.786820.1825
CIE-Lab43.7563-45.693039.1125

#13781f color RGB value is (19,120,31).

#13781f hex color red value is 19, green value is 120 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13781f hue: 0.35 , saturation: 0.73 and the lightness value of 13781f is 0.27.

The process color (four color CMYK) of #13781f color hex is 0.84, 0.00, 0.74, 0.53. Web safe color of #13781f is #006633. Color #13781f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111000 00011111
Octal 23 170 37
Decimal 19 120 31
Hex 13 78 1F

RGB Percentages of Color #13781f

%11.18
%70.59
%18.24

CMYK Percentages of Color #13781f

%84
%0
%74
%53

Triadic Colors of #13781f

#13781f #1f1378 #781f13

Analogous Colors of #13781f

#13781f #137852 #397813

Monochromatic Colors of #13781f

#13781f

Complementary Color

#13781f #78136c

#13781f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13781f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13781f Color CSS Codes

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

#13781f Text Font Color

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

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


#13781f Background Color

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

This div background color is #13781f


#13781f Border Color

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

This div border color is #13781f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13781f


Comments

No comments written yet.

Please login to write comment.