Color Hex Logo

#196047 Color Hex

#196047
(25,96,71)
0 Favorites   0 Comments

Color spaces of #196047

RGB 259671
HSL0.440.590.24
HSV159°74°38°
CMYK 0.740.000.26   0.62
XYZ5.72119.02737.4022
Yxy9.02730.25830.4075
Hunter Lab30.0455-18.59056.4247
CIE-Lab36.0368-28.34438.0923

#196047 color RGB value is (25,96,71).

#196047 hex color red value is 25, green value is 96 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #196047 hue: 0.44 , saturation: 0.59 and the lightness value of 196047 is 0.24.

The process color (four color CMYK) of #196047 color hex is 0.74, 0.00, 0.26, 0.62. Web safe color of #196047 is #006633. Color #196047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100000 01000111
Octal 31 140 107
Decimal 25 96 71
Hex 19 60 47

RGB Percentages of Color #196047

%13.02
%50.00
%36.98

CMYK Percentages of Color #196047

%74
%0
%26
%62

Triadic Colors of #196047

#196047 #471960 #604719

Analogous Colors of #196047

#196047 #195660 #196024

Monochromatic Colors of #196047

#196047

Complementary Color

#196047 #601932

#196047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196047 Color CSS Codes

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

#196047 Text Font Color

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

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


#196047 Background Color

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

This div background color is #196047


#196047 Border Color

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

This div border color is #196047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196047


Comments

No comments written yet.

Please login to write comment.