Color Hex Logo

#197327 Color Hex

#197327
(25,115,39)
0 Favorites   0 Comments

Color spaces of #197327

RGB 2511539
HSL0.360.640.27
HSV129°78°45°
CMYK 0.780.000.66   0.55
XYZ6.897812.61463.9908
Yxy12.61460.29350.5367
Hunter Lab35.5170-27.488218.1999
CIE-Lab42.1767-42.203433.8697

#197327 color RGB value is (25,115,39).

#197327 hex color red value is 25, green value is 115 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #197327 hue: 0.36 , saturation: 0.64 and the lightness value of 197327 is 0.27.

The process color (four color CMYK) of #197327 color hex is 0.78, 0.00, 0.66, 0.55. Web safe color of #197327 is #006633. Color #197327 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110011 00100111
Octal 31 163 47
Decimal 25 115 39
Hex 19 73 27

RGB Percentages of Color #197327

%13.97
%64.25
%21.79

CMYK Percentages of Color #197327

%78
%0
%66
%55

Triadic Colors of #197327

#197327 #271973 #732719

Analogous Colors of #197327

#197327 #197354 #387319

Monochromatic Colors of #197327

#197327

Complementary Color

#197327 #731965

#197327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197327 Color CSS Codes

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

#197327 Text Font Color

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

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


#197327 Background Color

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

This div background color is #197327


#197327 Border Color

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

This div border color is #197327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197327


Comments

No comments written yet.

Please login to write comment.