Color Hex Logo

#13837e Color Hex

#13837E
(19,131,126)
0 Favorites   0 Comments

Color spaces of #13837e

RGB 19131126
HSL0.490.750.29
HSV177°85°51°
CMYK 0.850.000.04   0.49
XYZ12.150817.877422.5489
Yxy17.87740.23110.3400
Hunter Lab42.2817-22.6961-2.0223
CIE-Lab49.3471-29.7893-5.6600

#13837e color RGB value is (19,131,126).

#13837e hex color red value is 19, green value is 131 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #13837e hue: 0.49 , saturation: 0.75 and the lightness value of 13837e is 0.29.

The process color (four color CMYK) of #13837e color hex is 0.85, 0.00, 0.04, 0.49. Web safe color of #13837e is #009966. Color #13837e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 01111110
Octal 23 203 176
Decimal 19 131 126
Hex 13 83 7E

RGB Percentages of Color #13837e

%6.88
%47.46
%45.65

CMYK Percentages of Color #13837e

%85
%0
%4
%49

Triadic Colors of #13837e

#13837e #7e1383 #837e13

Analogous Colors of #13837e

#13837e #135083 #138346

Monochromatic Colors of #13837e

#13837e

Complementary Color

#13837e #831318

#13837e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13837e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13837e Color CSS Codes

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

#13837e Text Font Color

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

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


#13837e Background Color

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

This div background color is #13837e


#13837e Border Color

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

This div border color is #13837e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13837e


Comments

No comments written yet.

Please login to write comment.