Color Hex Logo

#13760a Color Hex

#13760A
(19,118,10)
0 Favorites   0 Comments

Color spaces of #13760a

RGB 1911810
HSL0.320.840.25
HSV115°92°46°
CMYK 0.840.000.92   0.54
XYZ6.801813.11722.4605
Yxy13.11720.30390.5861
Hunter Lab36.2177-29.858021.3244
CIE-Lab42.9393-46.462545.0758

#13760a color RGB value is (19,118,10).

#13760a hex color red value is 19, green value is 118 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #13760a hue: 0.32 , saturation: 0.84 and the lightness value of 13760a is 0.25.

The process color (four color CMYK) of #13760a color hex is 0.84, 0.00, 0.92, 0.54. Web safe color of #13760a is #006600. Color #13760a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 00001010
Octal 23 166 12
Decimal 19 118 10
Hex 13 76 A

RGB Percentages of Color #13760a

%12.93
%80.27
%6.80

CMYK Percentages of Color #13760a

%84
%0
%92
%54

Triadic Colors of #13760a

#13760a #0a1376 #760a13

Analogous Colors of #13760a

#13760a #0a7637 #49760a

Monochromatic Colors of #13760a

#13760a

Complementary Color

#13760a #6d0a76

#13760a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13760a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13760a Color CSS Codes

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

#13760a Text Font Color

<p style="color:#13760a">Text here</p>

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


#13760a Background Color

<div style="background-color:#13760a">
Div content here</div>

This div background color is #13760a


#13760a Border Color

<div style="border:3px solid #13760a">
Div here</div>

This div border color is #13760a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13760a


Comments

No comments written yet.

Please login to write comment.