Color Hex Logo

#13673c Color Hex

#13673C
(19,103,60)
0 Favorites   0 Comments

Color spaces of #13673c

RGB 1910360
HSL0.410.690.24
HSV149°82°40°
CMYK 0.820.000.42   0.60
XYZ5.934410.16525.9243
Yxy10.16520.26950.4616
Hunter Lab31.8829-22.570711.3011
CIE-Lab38.1373-34.992617.5542

#13673c color RGB value is (19,103,60).

#13673c hex color red value is 19, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #13673c hue: 0.41 , saturation: 0.69 and the lightness value of 13673c is 0.24.

The process color (four color CMYK) of #13673c color hex is 0.82, 0.00, 0.42, 0.60. Web safe color of #13673c is #006633. Color #13673c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100111 00111100
Octal 23 147 74
Decimal 19 103 60
Hex 13 67 3C

RGB Percentages of Color #13673c

%10.44
%56.59
%32.97

CMYK Percentages of Color #13673c

%82
%0
%42
%60

Triadic Colors of #13673c

#13673c #3c1367 #673c13

Analogous Colors of #13673c

#13673c #136766 #146713

Monochromatic Colors of #13673c

#13673c

Complementary Color

#13673c #67133e

#13673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13673c Color CSS Codes

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

#13673c Text Font Color

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

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


#13673c Background Color

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

This div background color is #13673c


#13673c Border Color

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

This div border color is #13673c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,103,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13673c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13673c;
  -webkit-box-shadow: 1px 1px 3px 2px #13673c;
  box-shadow:         1px 1px 3px 2px #13673c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13673c


Comments

No comments written yet.

Please login to write comment.