Color Hex Logo

#193d3b Color Hex

#193D3B
(25,61,59)
0 Favorites   0 Comments

Color spaces of #193d3b

RGB 256159
HSL0.490.420.17
HSV177°59°24°
CMYK 0.590.000.03   0.76
XYZ2.85913.85994.7320
Yxy3.85990.24970.3371
Hunter Lab19.6466-8.4052-0.5277
CIE-Lab23.2028-13.4763-2.7257

#193d3b color RGB value is (25,61,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 00111011
Octal 31 75 73
Decimal 25 61 59
Hex 19 3D 3B

RGB Percentages of Color #193d3b

%17.24
%42.07
%40.69

CMYK Percentages of Color #193d3b

%59
%0
%3
%76

Triadic Colors of #193d3b

#193d3b #3b193d #3d3b19

Analogous Colors of #193d3b

#193d3b #192d3d #193d29

Monochromatic Colors of #193d3b

#193d3b

Complementary Color

#193d3b #3d191b

#193d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#193d3b Color CSS Codes

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

#193d3b Text Font Color

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

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


#193d3b Background Color

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

This div background color is #193d3b


#193d3b Border Color

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

This div border color is #193d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193d3b


Comments

No comments written yet.

Please login to write comment.