Color Hex Logo

#193328 Color Hex

#193328
(25,51,40)
0 Favorites   0 Comments

Color spaces of #193328

RGB 255140
HSL0.430.340.15
HSV155°51°20°
CMYK 0.510.000.22   0.80
XYZ1.96772.72752.4302
Yxy2.72750.27620.3828
Hunter Lab16.5151-7.63412.8361
CIE-Lab18.9177-13.21613.8924

#193328 color RGB value is (25,51,40).

#193328 hex color red value is 25, green value is 51 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #193328 hue: 0.43 , saturation: 0.34 and the lightness value of 193328 is 0.15.

The process color (four color CMYK) of #193328 color hex is 0.51, 0.00, 0.22, 0.80. Web safe color of #193328 is #003333. Color #193328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 00101000
Octal 31 63 50
Decimal 25 51 40
Hex 19 33 28

RGB Percentages of Color #193328

%21.55
%43.97
%34.48

CMYK Percentages of Color #193328

%51
%0
%22
%80

Triadic Colors of #193328

#193328 #281933 #332819

Analogous Colors of #193328

#193328 #193133 #19331b

Monochromatic Colors of #193328

#193328

Complementary Color

#193328 #331924

#193328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193328 Color CSS Codes

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

#193328 Text Font Color

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

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


#193328 Background Color

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

This div background color is #193328


#193328 Border Color

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

This div border color is #193328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,51,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193328;
  -webkit-box-shadow: 1px 1px 3px 2px #193328;
  box-shadow:         1px 1px 3px 2px #193328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193328


Comments

No comments written yet.

Please login to write comment.