Color Hex Logo

#13753e Color Hex

#13753E
(19,117,62)
0 Favorites   0 Comments

Color spaces of #13753e

RGB 1911762
HSL0.410.720.27
HSV146°84°46°
CMYK 0.840.000.47   0.54
XYZ7.499313.20886.7117
Yxy13.20880.27350.4817
Hunter Lab36.3439-26.769714.4915
CIE-Lab43.0762-40.186422.8506

#13753e color RGB value is (19,117,62).

#13753e hex color red value is 19, green value is 117 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #13753e hue: 0.41 , saturation: 0.72 and the lightness value of 13753e is 0.27.

The process color (four color CMYK) of #13753e color hex is 0.84, 0.00, 0.47, 0.54. Web safe color of #13753e is #006633. Color #13753e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 00111110
Octal 23 165 76
Decimal 19 117 62
Hex 13 75 3E

RGB Percentages of Color #13753e

%9.60
%59.09
%31.31

CMYK Percentages of Color #13753e

%84
%0
%47
%54

Triadic Colors of #13753e

#13753e #3e1375 #753e13

Analogous Colors of #13753e

#13753e #13756f #197513

Monochromatic Colors of #13753e

#13753e

Complementary Color

#13753e #75134a

#13753e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13753e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13753e Color CSS Codes

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

#13753e Text Font Color

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

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


#13753e Background Color

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

This div background color is #13753e


#13753e Border Color

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

This div border color is #13753e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13753e


Comments

No comments written yet.

Please login to write comment.