Color Hex Logo

#193311 Color Hex

#193311
(25,51,17)
0 Favorites   0 Comments

Color spaces of #193311

RGB 255117
HSL0.290.500.13
HSV106°67°20°
CMYK 0.510.000.67   0.80
XYZ1.68592.61480.9462
Yxy2.61480.32130.4984
Hunter Lab16.1703-9.68797.8499
CIE-Lab18.4300-18.008318.2420

#193311 color RGB value is (25,51,17).

#193311 hex color red value is 25, green value is 51 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #193311 hue: 0.29 , saturation: 0.50 and the lightness value of 193311 is 0.13.

The process color (four color CMYK) of #193311 color hex is 0.51, 0.00, 0.67, 0.80. Web safe color of #193311 is #003300. Color #193311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110011 00010001
Octal 31 63 21
Decimal 25 51 17
Hex 19 33 11

RGB Percentages of Color #193311

%26.88
%54.84
%18.28

CMYK Percentages of Color #193311

%51
%0
%67
%80

Triadic Colors of #193311

#193311 #111933 #331119

Analogous Colors of #193311

#193311 #11331a #2a3311

Monochromatic Colors of #193311

#193311

Complementary Color

#193311 #2b1133

#193311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#193311 Color CSS Codes

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

#193311 Text Font Color

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

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


#193311 Background Color

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

This div background color is #193311


#193311 Border Color

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

This div border color is #193311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193311


Comments

No comments written yet.

Please login to write comment.