Color Hex Logo

#137338 Color Hex

#137338
(19,115,56)
0 Favorites   0 Comments

Color spaces of #137338

RGB 1911556
HSL0.400.720.26
HSV143°83°45°
CMYK 0.830.000.51   0.55
XYZ7.113112.68545.8150
Yxy12.68540.27770.4953
Hunter Lab35.6166-26.680215.2515
CIE-Lab42.2853-40.524025.1749

#137338 color RGB value is (19,115,56).

#137338 hex color red value is 19, green value is 115 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #137338 hue: 0.40 , saturation: 0.72 and the lightness value of 137338 is 0.26.

The process color (four color CMYK) of #137338 color hex is 0.83, 0.00, 0.51, 0.55. Web safe color of #137338 is #006633. Color #137338 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 00111000
Octal 23 163 70
Decimal 19 115 56
Hex 13 73 38

RGB Percentages of Color #137338

%10.00
%60.53
%29.47

CMYK Percentages of Color #137338

%83
%0
%51
%55

Triadic Colors of #137338

#137338 #381373 #733813

Analogous Colors of #137338

#137338 #137368 #1e7313

Monochromatic Colors of #137338

#137338

Complementary Color

#137338 #73134e

#137338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137338 Color CSS Codes

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

#137338 Text Font Color

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

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


#137338 Background Color

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

This div background color is #137338


#137338 Border Color

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

This div border color is #137338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,115,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #137338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #137338;
  -webkit-box-shadow: 1px 1px 3px 2px #137338;
  box-shadow:         1px 1px 3px 2px #137338; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137338


Comments

No comments written yet.

Please login to write comment.