Color Hex Logo

#13763f Color Hex

#13763F
(19,118,63)
0 Favorites   0 Comments

Color spaces of #13763f

RGB 1911863
HSL0.410.720.27
HSV147°84°46°
CMYK 0.840.000.47   0.54
XYZ7.644213.45426.8967
Yxy13.45420.27310.4806
Hunter Lab36.6800-26.990114.5281
CIE-Lab43.4398-40.381322.7582

#13763f color RGB value is (19,118,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 00111111
Octal 23 166 77
Decimal 19 118 63
Hex 13 76 3F

RGB Percentages of Color #13763f

%9.50
%59.00
%31.50

CMYK Percentages of Color #13763f

%84
%0
%47
%54

Triadic Colors of #13763f

#13763f #3f1376 #763f13

Analogous Colors of #13763f

#13763f #137671 #197613

Monochromatic Colors of #13763f

#13763f

Complementary Color

#13763f #76134a

#13763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13763f Color CSS Codes

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

#13763f Text Font Color

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

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


#13763f Background Color

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

This div background color is #13763f


#13763f Border Color

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

This div border color is #13763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13763f


Comments

No comments written yet.

Please login to write comment.