Color Hex Logo

#193321 Color Hex

#193321
(25,51,33)
0 Favorites   0 Comments

Color spaces of #193321

RGB 255133
HSL0.380.340.15
HSV138°51°20°
CMYK 0.510.000.35   0.80
XYZ1.85922.68411.8589
Yxy2.68410.29040.4192
Hunter Lab16.3832-8.41414.7410
CIE-Lab18.7316-14.98488.3834

#193321 color RGB value is (25,51,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 00100001
Octal 31 63 41
Decimal 25 51 33
Hex 19 33 21

RGB Percentages of Color #193321

%22.94
%46.79
%30.28

CMYK Percentages of Color #193321

%51
%0
%35
%80

Triadic Colors of #193321

#193321 #211933 #332119

Analogous Colors of #193321

#193321 #19332e #1e3319

Monochromatic Colors of #193321

#193321

Complementary Color

#193321 #33192b

#193321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193321 Color CSS Codes

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

#193321 Text Font Color

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

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


#193321 Background Color

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

This div background color is #193321


#193321 Border Color

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

This div border color is #193321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193321


Comments

No comments written yet.

Please login to write comment.