Color Hex Logo

#13350d Color Hex

#13350D
(19,53,13)
0 Favorites   0 Comments

Color spaces of #13350d

RGB 195313
HSL0.310.610.13
HSV111°75°21°
CMYK 0.640.000.75   0.79
XYZ1.61432.71370.8195
Yxy2.71370.31360.5272
Hunter Lab16.4733-11.33628.5818
CIE-Lab18.8588-21.729020.7934

#13350d color RGB value is (19,53,13).

#13350d hex color red value is 19, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #13350d hue: 0.31 , saturation: 0.61 and the lightness value of 13350d is 0.13.

The process color (four color CMYK) of #13350d color hex is 0.64, 0.00, 0.75, 0.79. Web safe color of #13350d is #003300. Color #13350d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 00001101
Octal 23 65 15
Decimal 19 53 13
Hex 13 35 D

RGB Percentages of Color #13350d

%22.35
%62.35
%15.29

CMYK Percentages of Color #13350d

%64
%0
%75
%79

Triadic Colors of #13350d

#13350d #0d1335 #350d13

Analogous Colors of #13350d

#13350d #0d351b #27350d

Monochromatic Colors of #13350d

#13350d

Complementary Color

#13350d #2f0d35

#13350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13350d Color CSS Codes

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

#13350d Text Font Color

<p style="color:#13350d">Text here</p>

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


#13350d Background Color

<div style="background-color:#13350d">
Div content here</div>

This div background color is #13350d


#13350d Border Color

<div style="border:3px solid #13350d">
Div here</div>

This div border color is #13350d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13350d


Comments

No comments written yet.

Please login to write comment.