Color Hex Logo

#19580c Color Hex

#19580C
(25,88,12)
0 Favorites   0 Comments

Color spaces of #19580c

RGB 258812
HSL0.300.760.20
HSV110°86°35°
CMYK 0.720.000.86   0.65
XYZ3.95707.21271.5315
Yxy7.21270.31150.5679
Hunter Lab26.8565-20.698815.4185
CIE-Lab32.2863-34.838334.9743

#19580c color RGB value is (25,88,12).

#19580c hex color red value is 25, green value is 88 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #19580c hue: 0.30 , saturation: 0.76 and the lightness value of 19580c is 0.20.

The process color (four color CMYK) of #19580c color hex is 0.72, 0.00, 0.86, 0.65. Web safe color of #19580c is #006600. Color #19580c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011000 00001100
Octal 31 130 14
Decimal 25 88 12
Hex 19 58 C

RGB Percentages of Color #19580c

%20.00
%70.40
%9.60

CMYK Percentages of Color #19580c

%72
%0
%86
%65

Triadic Colors of #19580c

#19580c #0c1958 #580c19

Analogous Colors of #19580c

#19580c #0c5825 #3f580c

Monochromatic Colors of #19580c

#19580c

Complementary Color

#19580c #4b0c58

#19580c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19580c Color Preview on White Background

Lorem ipsum dolor sit amet.

#19580c Color CSS Codes

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

#19580c Text Font Color

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

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


#19580c Background Color

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

This div background color is #19580c


#19580c Border Color

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

This div border color is #19580c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,88,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19580c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19580c;
  -webkit-box-shadow: 1px 1px 3px 2px #19580c;
  box-shadow:         1px 1px 3px 2px #19580c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19580c


Comments

No comments written yet.

Please login to write comment.