Color Hex Logo

#13953c Color Hex

#13953C
(19,149,60)
0 Favorites   0 Comments

Color spaces of #13953c

RGB 1914960
HSL0.390.770.33
HSV139°87°58°
CMYK 0.870.000.60   0.42
XYZ11.831621.95967.8900
Yxy21.95960.28390.5268
Hunter Lab46.8611-36.938822.8201
CIE-Lab53.9841-52.001837.2809

#13953c color RGB value is (19,149,60).

#13953c hex color red value is 19, green value is 149 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #13953c hue: 0.39 , saturation: 0.77 and the lightness value of 13953c is 0.33.

The process color (four color CMYK) of #13953c color hex is 0.87, 0.00, 0.60, 0.42. Web safe color of #13953c is #009933. Color #13953c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010101 00111100
Octal 23 225 74
Decimal 19 149 60
Hex 13 95 3C

RGB Percentages of Color #13953c

%8.33
%65.35
%26.32

CMYK Percentages of Color #13953c

%87
%0
%60
%42

Triadic Colors of #13953c

#13953c #3c1395 #953c13

Analogous Colors of #13953c

#13953c #13957d #2b9513

Monochromatic Colors of #13953c

#13953c

Complementary Color

#13953c #95136c

#13953c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13953c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13953c Color CSS Codes

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

#13953c Text Font Color

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

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


#13953c Background Color

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

This div background color is #13953c


#13953c Border Color

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

This div border color is #13953c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,149,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 #13953c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13953c


Comments

No comments written yet.

Please login to write comment.