Color Hex Logo

#13531f Color Hex

#13531F
(19,83,31)
0 Favorites   0 Comments

Color spaces of #13531f

RGB 198331
HSL0.360.630.20
HSV131°77°33°
CMYK 0.770.000.63   0.67
XYZ3.60916.42392.3460
Yxy6.42390.29160.5189
Hunter Lab25.3454-18.936712.2538
CIE-Lab30.4577-32.191624.4468

#13531f color RGB value is (19,83,31).

#13531f hex color red value is 19, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13531f hue: 0.36 , saturation: 0.63 and the lightness value of 13531f is 0.20.

The process color (four color CMYK) of #13531f color hex is 0.77, 0.00, 0.63, 0.67. Web safe color of #13531f is #006633. Color #13531f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 00011111
Octal 23 123 37
Decimal 19 83 31
Hex 13 53 1F

RGB Percentages of Color #13531f

%14.29
%62.41
%23.31

CMYK Percentages of Color #13531f

%77
%0
%63
%67

Triadic Colors of #13531f

#13531f #1f1353 #531f13

Analogous Colors of #13531f

#13531f #13533f #275313

Monochromatic Colors of #13531f

#13531f

Complementary Color

#13531f #531347

#13531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13531f Color CSS Codes

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

#13531f Text Font Color

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

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


#13531f Background Color

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

This div background color is #13531f


#13531f Border Color

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

This div border color is #13531f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,83,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13531f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13531f;
  -webkit-box-shadow: 1px 1px 3px 2px #13531f;
  box-shadow:         1px 1px 3px 2px #13531f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13531f


Comments

No comments written yet.

Please login to write comment.