Color Hex Logo

#13351f Color Hex

#13351F
(19,53,31)
0 Favorites   0 Comments

Color spaces of #13351f

RGB 195331
HSL0.390.470.14
HSV141°64°21°
CMYK 0.640.000.42   0.79
XYZ1.78902.78361.7393
Yxy2.78360.28340.4410
Hunter Lab16.6841-10.05715.4980
CIE-Lab19.1555-18.529710.2434

#13351f color RGB value is (19,53,31).

#13351f hex color red value is 19, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #13351f hue: 0.39 , saturation: 0.47 and the lightness value of 13351f is 0.14.

The process color (four color CMYK) of #13351f color hex is 0.64, 0.00, 0.42, 0.79. Web safe color of #13351f is #003333. Color #13351f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 00011111
Octal 23 65 37
Decimal 19 53 31
Hex 13 35 1F

RGB Percentages of Color #13351f

%18.45
%51.46
%30.10

CMYK Percentages of Color #13351f

%64
%0
%42
%79

Triadic Colors of #13351f

#13351f #1f1335 #351f13

Analogous Colors of #13351f

#13351f #133530 #183513

Monochromatic Colors of #13351f

#13351f

Complementary Color

#13351f #351329

#13351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13351f Color CSS Codes

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

#13351f Text Font Color

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

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


#13351f Background Color

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

This div background color is #13351f


#13351f Border Color

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

This div border color is #13351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13351f


Comments

No comments written yet.

Please login to write comment.