Color Hex Logo

#195413 Color Hex

#195413
(25,84,19)
0 Favorites   0 Comments

Color spaces of #195413

RGB 258419
HSL0.320.630.20
HSV114°77°33°
CMYK 0.700.000.77   0.67
XYZ3.68886.59431.6945
Yxy6.59430.30800.5506
Hunter Lab25.6794-19.297714.0632
CIE-Lab30.8649-32.718630.8682

#195413 color RGB value is (25,84,19).

#195413 hex color red value is 25, green value is 84 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #195413 hue: 0.32 , saturation: 0.63 and the lightness value of 195413 is 0.20.

The process color (four color CMYK) of #195413 color hex is 0.70, 0.00, 0.77, 0.67. Web safe color of #195413 is #006600. Color #195413 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010100 00010011
Octal 31 124 23
Decimal 25 84 19
Hex 19 54 13

RGB Percentages of Color #195413

%19.53
%65.63
%14.84

CMYK Percentages of Color #195413

%70
%0
%77
%67

Triadic Colors of #195413

#195413 #131954 #541319

Analogous Colors of #195413

#195413 #13542e #3a5413

Monochromatic Colors of #195413

#195413

Complementary Color

#195413 #4e1354

#195413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195413 Color CSS Codes

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

#195413 Text Font Color

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

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


#195413 Background Color

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

This div background color is #195413


#195413 Border Color

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

This div border color is #195413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195413


Comments

No comments written yet.

Please login to write comment.