Color Hex Logo

#193d39 Color Hex

#193D39
(25,61,57)
0 Favorites   0 Comments

Color spaces of #193d39

RGB 256157
HSL0.480.420.17
HSV173°59°24°
CMYK 0.590.000.07   0.76
XYZ2.80823.83964.4640
Yxy3.83960.25270.3455
Hunter Lab19.5949-8.70970.2093
CIE-Lab23.1339-14.1078-1.4910

#193d39 color RGB value is (25,61,57).

#193d39 hex color red value is 25, green value is 61 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #193d39 hue: 0.48 , saturation: 0.42 and the lightness value of 193d39 is 0.17.

The process color (four color CMYK) of #193d39 color hex is 0.59, 0.00, 0.07, 0.76. Web safe color of #193d39 is #003333. Color #193d39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 00111001
Octal 31 75 71
Decimal 25 61 57
Hex 19 3D 39

RGB Percentages of Color #193d39

%17.48
%42.66
%39.86

CMYK Percentages of Color #193d39

%59
%0
%7
%76

Triadic Colors of #193d39

#193d39 #39193d #3d3919

Analogous Colors of #193d39

#193d39 #192f3d #193d27

Monochromatic Colors of #193d39

#193d39

Complementary Color

#193d39 #3d191d

#193d39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193d39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193d39 Color CSS Codes

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

#193d39 Text Font Color

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

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


#193d39 Background Color

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

This div background color is #193d39


#193d39 Border Color

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

This div border color is #193d39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,61,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193d39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193d39;
  -webkit-box-shadow: 1px 1px 3px 2px #193d39;
  box-shadow:         1px 1px 3px 2px #193d39; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,61,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193d39


Comments

No comments written yet.

Please login to write comment.